@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class RecursiveUnionData extends Object
Java class for RecursiveUnionData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecursiveUnionData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varChoiceArray" type="{http://apache.org/type_test/types1}ChoiceArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceArray |
varChoiceArray |
protected int |
varInt |
| Constructor and Description |
|---|
RecursiveUnionData() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceArray |
getVarChoiceArray()
Gets the value of the varChoiceArray property.
|
int |
getVarInt()
Gets the value of the varInt property.
|
void |
setVarChoiceArray(ChoiceArray value)
Sets the value of the varChoiceArray 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 ChoiceArray varChoiceArray
@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 ChoiceArray getVarChoiceArray()
ChoiceArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarChoiceArray(ChoiceArray value)
value - allowed object is
ChoiceArrayApache CXF