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