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