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