@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public class TestStructWithNillablesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StructWithNillables |
_return |
protected StructWithNillables |
y |
protected StructWithNillables |
z |
| Constructor and Description |
|---|
TestStructWithNillablesResponse() |
| Modifier and Type | Method and Description |
|---|---|
StructWithNillables |
getReturn()
Gets the value of the return property.
|
StructWithNillables |
getY()
Gets the value of the y property.
|
StructWithNillables |
getZ()
Gets the value of the z property.
|
void |
setReturn(StructWithNillables value)
Sets the value of the return property.
|
void |
setY(StructWithNillables value)
Sets the value of the y property.
|
void |
setZ(StructWithNillables value)
Sets the value of the z property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") protected StructWithNillables _return
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") protected StructWithNillables y
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") protected StructWithNillables z
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public StructWithNillables getReturn()
StructWithNillables@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public void setReturn(StructWithNillables value)
value - allowed object is
StructWithNillables@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public StructWithNillables getY()
StructWithNillables@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public void setY(StructWithNillables value)
value - allowed object is
StructWithNillables@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public StructWithNillables getZ()
StructWithNillables@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:50-05:00", comments="JAXB RI v2.3.3") public void setZ(StructWithNillables value)
value - allowed object is
StructWithNillablesApache CXF