|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Java content class for elementSyntaxType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Documents%20and%20Settings/JR/My%20Documents/cvssource/tagnetic/tagneticcore/src/xsd/TagneticConfig.xsd line 86)
<complexType name="elementSyntaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="param" type="{}paramType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
java.lang.String |
getClassname()
Gets the value of the classname property. |
java.util.List |
getParam()
Gets the value of the Param property. |
void |
setClassname(java.lang.String value)
Sets the value of the classname property. |
| Method Detail |
public java.lang.String getClassname()
Stringpublic void setClassname(java.lang.String value)
value - allowed object is
Stringpublic java.util.List getParam()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamType
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||