@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public class TestChoiceOfChoiceResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://apache.org/type_test/types2}ChoiceOfChoice"/>
<element name="y" type="{http://apache.org/type_test/types2}ChoiceOfChoice"/>
<element name="z" type="{http://apache.org/type_test/types2}ChoiceOfChoice"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOfChoice |
_return |
protected ChoiceOfChoice |
y |
protected ChoiceOfChoice |
z |
| Constructor and Description |
|---|
TestChoiceOfChoiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOfChoice |
getReturn()
Gets the value of the return property.
|
ChoiceOfChoice |
getY()
Gets the value of the y property.
|
ChoiceOfChoice |
getZ()
Gets the value of the z property.
|
void |
setReturn(ChoiceOfChoice value)
Sets the value of the return property.
|
void |
setY(ChoiceOfChoice value)
Sets the value of the y property.
|
void |
setZ(ChoiceOfChoice value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") protected ChoiceOfChoice _return
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") protected ChoiceOfChoice y
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") protected ChoiceOfChoice z
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public ChoiceOfChoice getReturn()
ChoiceOfChoice@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public void setReturn(ChoiceOfChoice value)
value - allowed object is
ChoiceOfChoice@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public ChoiceOfChoice getY()
ChoiceOfChoice@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public void setY(ChoiceOfChoice value)
value - allowed object is
ChoiceOfChoice@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public ChoiceOfChoice getZ()
ChoiceOfChoice@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public void setZ(ChoiceOfChoice value)
value - allowed object is
ChoiceOfChoiceApache CXF