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