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