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