@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") 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", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected boolean x
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") protected boolean y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public boolean isX()
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setX(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public boolean isY()
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:57-04:00") public void setY(boolean value)
Apache CXF