@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public class TestBoolean 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://www.w3.org/2001/XMLSchema}boolean"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
x |
protected boolean |
y |
| Constructor and Description |
|---|
TestBoolean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isX()
Gets the value of the x property.
|
boolean |
isY()
Gets the value of the y property.
|
void |
setX(boolean value)
Sets the value of the x property.
|
void |
setY(boolean 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 boolean x
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") protected boolean y
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public boolean isX()
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public void setX(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public boolean isY()
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:06-04:00", comments="JAXB RI v2.2.11") public void setY(boolean value)
Apache CXF