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