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