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