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