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