org.apache.cxf.factory_pattern
Class IsEvenResponse
java.lang.Object
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
|
|
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 |
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
IsEvenResponse
public IsEvenResponse()
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