|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Java content class for BranchType 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 149)
<complexType name="BranchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="branch" type="{}BranchType" minOccurs="0"/>
</sequence>
<attribute name="var" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
BranchType |
getBranch()
Gets the value of the branch property. |
java.util.List |
getValue()
Gets the value of the Value property. |
java.lang.String |
getVar()
Gets the value of the var property. |
void |
setBranch(BranchType value)
Sets the value of the branch property. |
void |
setVar(java.lang.String value)
Sets the value of the var property. |
| Method Detail |
public java.util.List getValue()
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 Value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public BranchType getBranch()
BranchTypepublic void setBranch(BranchType value)
value - allowed object is
BranchTypepublic java.lang.String getVar()
Stringpublic void setVar(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 | ||||||||||