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