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