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