@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class OccuringChoice extends Object
Java class for OccuringChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OccuringChoice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="5">
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attribute name="varAttrib" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
varAttrib |
protected List<Serializable> |
varFloatOrVarIntOrVarString |
| Constructor and Description |
|---|
OccuringChoice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVarAttrib()
Gets the value of the varAttrib property.
|
List<Serializable> |
getVarFloatOrVarIntOrVarString()
Gets the value of the varFloatOrVarIntOrVarString property.
|
void |
setVarAttrib(String value)
Sets the value of the varAttrib property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<Serializable> varFloatOrVarIntOrVarString
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String varAttrib
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<Serializable> getVarFloatOrVarIntOrVarString()
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 varFloatOrVarIntOrVarString property.
For example, to add a new item, do as follows:
getVarFloatOrVarIntOrVarString().add(newItem);
Objects of the following type(s) are allowed in the list
Float
Integer
String
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getVarAttrib()
StringApache CXF