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