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