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