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