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