org.apache.cxf.factory_pattern
Class IsEvenResponse

java.lang.Object
  extended by org.apache.cxf.factory_pattern.IsEvenResponse

public class IsEvenResponse
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="even" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean even
           
 
Constructor Summary
IsEvenResponse()
           
 
Method Summary
 boolean isEven()
          Gets the value of the even property.
 void setEven(boolean value)
          Sets the value of the even property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

even

protected boolean even
Constructor Detail

IsEvenResponse

public IsEvenResponse()
Method Detail

isEven

public boolean isEven()
Gets the value of the even property.


setEven

public void setEven(boolean value)
Sets the value of the even property.



Apache CXF