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