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