@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public class TestAnonTypeElement extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="x">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="y">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestAnonTypeElement.X
Java class for anonymous complex type.
|
static class |
TestAnonTypeElement.Y
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="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected TestAnonTypeElement.X x
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected TestAnonTypeElement.Y y
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public TestAnonTypeElement.X getX()
TestAnonTypeElement.X@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setX(TestAnonTypeElement.X value)
value - allowed object is
TestAnonTypeElement.X@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public TestAnonTypeElement.Y getY()
TestAnonTypeElement.Y@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setY(TestAnonTypeElement.Y value)
value - allowed object is
TestAnonTypeElement.YApache CXF