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