Class TestBoolean

java.lang.Object
org.apache.type_test.doc.TestBoolean

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-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>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    protected boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected boolean x
    • y

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") protected boolean y
  • Constructor Details

    • TestBoolean

      public TestBoolean()
  • Method Details

    • isX

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public boolean isX()
      Gets the value of the x property.
    • setX

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public void setX(boolean value)
      Sets the value of the x property.
    • isY

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public boolean isY()
      Gets the value of the y property.
    • setY

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:14-04:00") public void setY(boolean value)
      Sets the value of the y property.