@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public class TestChoiceArrayResponse 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/types1}ChoiceArray"/>
<element name="y" type="{http://apache.org/type_test/types1}ChoiceArray"/>
<element name="z" type="{http://apache.org/type_test/types1}ChoiceArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceArray |
_return |
protected ChoiceArray |
y |
protected ChoiceArray |
z |
| Constructor and Description |
|---|
TestChoiceArrayResponse() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceArray |
getReturn()
Gets the value of the return property.
|
ChoiceArray |
getY()
Gets the value of the y property.
|
ChoiceArray |
getZ()
Gets the value of the z property.
|
void |
setReturn(ChoiceArray value)
Sets the value of the return property.
|
void |
setY(ChoiceArray value)
Sets the value of the y property.
|
void |
setZ(ChoiceArray 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 ChoiceArray _return
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") protected ChoiceArray y
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") protected ChoiceArray z
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public ChoiceArray getReturn()
ChoiceArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public void setReturn(ChoiceArray value)
value - allowed object is
ChoiceArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public ChoiceArray getY()
ChoiceArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public void setY(ChoiceArray value)
value - allowed object is
ChoiceArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public ChoiceArray getZ()
ChoiceArray@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:22+02:00", comments="JAXB RI v2.2.6") public void setZ(ChoiceArray value)
value - allowed object is
ChoiceArrayApache CXF