@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class OccuringStruct extends Object
Java class for OccuringStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OccuringStruct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="5">
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<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> |
varFloatAndVarIntAndVarString |
| Constructor and Description |
|---|
OccuringStruct() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVarAttrib()
Gets the value of the varAttrib property.
|
List<Serializable> |
getVarFloatAndVarIntAndVarString()
Gets the value of the varFloatAndVarIntAndVarString 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> varFloatAndVarIntAndVarString
@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> getVarFloatAndVarIntAndVarString()
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 varFloatAndVarIntAndVarString property.
For example, to add a new item, do as follows:
getVarFloatAndVarIntAndVarString().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