@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public class TestEmptyAll 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}EmptyAll"/>
<element name="y" type="{http://apache.org/type_test/types1}EmptyAll"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EmptyAll |
x |
protected EmptyAll |
y |
| Constructor and Description |
|---|
TestEmptyAll() |
| Modifier and Type | Method and Description |
|---|---|
EmptyAll |
getX()
Gets the value of the x property.
|
EmptyAll |
getY()
Gets the value of the y property.
|
void |
setX(EmptyAll value)
Sets the value of the x property.
|
void |
setY(EmptyAll value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") protected EmptyAll x
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") protected EmptyAll y
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public EmptyAll getX()
EmptyAll@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public void setX(EmptyAll value)
value - allowed object is
EmptyAll@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public EmptyAll getY()
EmptyAllApache CXF