org.apache.type_test.doc
Class TestBoolean

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

public class TestBoolean
extends java.lang.Object

Java class for testBoolean element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="testBoolean">
   <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>
 </element>
 


Field Summary
protected  boolean x
           
protected  boolean y
           
 
Constructor Summary
TestBoolean()
           
 
Method Summary
 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 Detail

x

protected boolean x

y

protected boolean y
Constructor Detail

TestBoolean

public TestBoolean()
Method Detail

isX

public boolean isX()
Gets the value of the x property.


setX

public void setX(boolean value)
Sets the value of the x property.


isY

public boolean isY()
Gets the value of the y property.


setY

public void setY(boolean value)
Sets the value of the y property.



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.