org.apache.type_test.xml
Class TestBooleanResponse

java.lang.Object
  extended by org.apache.type_test.xml.TestBooleanResponse

public class TestBooleanResponse
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="return" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="y" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="z" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean _return
           
protected  boolean y
           
protected  boolean z
           
 
Constructor Summary
TestBooleanResponse()
           
 
Method Summary
 boolean isReturn()
          Gets the value of the return property.
 boolean isY()
          Gets the value of the y property.
 boolean isZ()
          Gets the value of the z property.
 void setReturn(boolean value)
          Sets the value of the return property.
 void setY(boolean value)
          Sets the value of the y property.
 void setZ(boolean value)
          Sets the value of the z property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected boolean _return

y

protected boolean y

z

protected boolean z
Constructor Detail

TestBooleanResponse

public TestBooleanResponse()
Method Detail

isReturn

public boolean isReturn()
Gets the value of the return property.


setReturn

public void setReturn(boolean value)
Sets the value of the return 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.


isZ

public boolean isZ()
Gets the value of the z property.


setZ

public void setZ(boolean value)
Sets the value of the z property.



Apache CXF