@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:49-05:00", comments="JAXB RI v2.3.3") public class TestRecursiveUnion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RecursiveUnion |
x |
protected RecursiveUnion |
y |
| Constructor and Description |
|---|
TestRecursiveUnion() |
| Modifier and Type | Method and Description |
|---|---|
RecursiveUnion |
getX()
Gets the value of the x property.
|
RecursiveUnion |
getY()
Gets the value of the y property.
|
void |
setX(RecursiveUnion value)
Sets the value of the x property.
|
void |
setY(RecursiveUnion value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:49-05:00", comments="JAXB RI v2.3.3") protected RecursiveUnion x
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:49-05:00", comments="JAXB RI v2.3.3") protected RecursiveUnion y
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:49-05:00", comments="JAXB RI v2.3.3") public RecursiveUnion getX()
RecursiveUnion@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:49-05:00", comments="JAXB RI v2.3.3") public void setX(RecursiveUnion value)
value - allowed object is
RecursiveUnion@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:49-05:00", comments="JAXB RI v2.3.3") public RecursiveUnion getY()
RecursiveUnion@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:49-05:00", comments="JAXB RI v2.3.3") public void setY(RecursiveUnion value)
value - allowed object is
RecursiveUnionApache CXF