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