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