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