@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class RecInnerType extends Object
Java class for RecInnerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecInnerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{http://apache.org/type_test/types3}RecMostInner" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://apache.org/type_test/types3}RecInnerNext"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RecInnerNextType |
recInnerNext |
protected List<RecMostInnerType> |
recMostInner |
protected int |
varInt |
| Constructor and Description |
|---|
RecInnerType() |
| Modifier and Type | Method and Description |
|---|---|
RecInnerNextType |
getRecInnerNext()
Gets the value of the recInnerNext property.
|
List<RecMostInnerType> |
getRecMostInner()
Gets the value of the recMostInner property.
|
int |
getVarInt()
Gets the value of the varInt property.
|
void |
setRecInnerNext(RecInnerNextType value)
Sets the value of the recInnerNext property.
|
void |
setVarInt(int value)
Sets the value of the varInt property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected int varInt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected List<RecMostInnerType> recMostInner
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected RecInnerNextType recInnerNext
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public int getVarInt()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarInt(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public List<RecMostInnerType> getRecMostInner()
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 recMostInner property.
For example, to add a new item, do as follows:
getRecMostInner().add(newItem);
Objects of the following type(s) are allowed in the list
RecMostInnerType
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public RecInnerNextType getRecInnerNext()
RecInnerNextType@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setRecInnerNext(RecInnerNextType value)
value - allowed object is
RecInnerNextTypeApache CXF