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