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