@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public class TestSimpleStruct 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" type="{http://apache.org/type_test/types1}SimpleStruct"/>
<element name="y" type="{http://apache.org/type_test/types1}SimpleStruct"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SimpleStruct |
x |
protected SimpleStruct |
y |
| Constructor and Description |
|---|
TestSimpleStruct() |
| Modifier and Type | Method and Description |
|---|---|
SimpleStruct |
getX()
Gets the value of the x property.
|
SimpleStruct |
getY()
Gets the value of the y property.
|
void |
setX(SimpleStruct value)
Sets the value of the x property.
|
void |
setY(SimpleStruct 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 SimpleStruct x
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") protected SimpleStruct y
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public SimpleStruct getX()
SimpleStruct@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setX(SimpleStruct value)
value - allowed object is
SimpleStruct@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public SimpleStruct getY()
SimpleStruct@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:20+02:00", comments="JAXB RI v2.2.6") public void setY(SimpleStruct value)
value - allowed object is
SimpleStructApache CXF