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