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