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