@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public class RecursiveUnion extends Object
Java class for RecursiveUnion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecursiveUnion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="varChoice" type="{http://apache.org/type_test/types1}RecursiveUnionData"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RecursiveUnionData |
varChoice |
protected String |
varString |
| Constructor and Description |
|---|
RecursiveUnion() |
| Modifier and Type | Method and Description |
|---|---|
RecursiveUnionData |
getVarChoice()
Gets the value of the varChoice property.
|
String |
getVarString()
Gets the value of the varString property.
|
void |
setVarChoice(RecursiveUnionData value)
Sets the value of the varChoice property.
|
void |
setVarString(String value)
Sets the value of the varString property.
|
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected RecursiveUnionData varChoice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected String varString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public RecursiveUnionData getVarChoice()
RecursiveUnionData@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setVarChoice(RecursiveUnionData value)
value - allowed object is
RecursiveUnionData@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public String getVarString()
StringApache CXF