|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSPluginItem
public class XSPluginItem
Java class for XSPluginItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSPluginItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="XSParamList" type="{http://www.edna-site.org}XSParamList" minOccurs="0"/> <element name="XSOptionList" type="{http://www.edna-site.org}XSOptionList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSPluginItem()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the value of the name property. |
XSOptionList |
getXSOptionList()
Gets the value of the xsOptionList property. |
XSParamList |
getXSParamList()
Gets the value of the xsParamList property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setXSOptionList(XSOptionList value)
Sets the value of the xsOptionList property. |
void |
setXSParamList(XSParamList value)
Sets the value of the xsParamList property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSPluginItem()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public XSParamList getXSParamList()
XSParamList
public void setXSParamList(XSParamList value)
value
- allowed object is
XSParamList
public XSOptionList getXSOptionList()
XSOptionList
public void setXSOptionList(XSOptionList value)
value
- allowed object is
XSOptionList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |