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