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