org.apache.cxf.factory_pattern
Class IsEvenResponse

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:41+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:41+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected boolean even
Constructor Detail

IsEvenResponse

public IsEvenResponse()
Method Detail

isEven

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:41+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isEven()
Gets the value of the even property.


setEven

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:41+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setEven(boolean value)
Sets the value of the even property.



Apache CXF