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