|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Java content class for tagType 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 125)
<complexType name="tagType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attribute" type="{}attributeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="priority" type="{http://www.w3.org/2001/XMLSchema}integer" default="-1" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
java.util.List |
getAttribute()
Gets the value of the Attribute property. |
java.lang.String |
getClassname()
Gets the value of the classname property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.math.BigInteger |
getPriority()
Gets the value of the priority property. |
void |
setClassname(java.lang.String value)
Sets the value of the classname property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPriority(java.math.BigInteger value)
Sets the value of the priority property. |
| Method Detail |
public java.lang.String getClassname()
Stringpublic void setClassname(java.lang.String value)
value - allowed object is
Stringpublic java.util.List getAttribute()
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 Attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeType
public java.math.BigInteger getPriority()
BigIntegerpublic void setPriority(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||