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