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