org.jasig.schedassist.messaging
Class IsEligibleResponse
java.lang.Object
org.jasig.schedassist.messaging.IsEligibleResponse
public class IsEligibleResponse
- 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">
<all>
<element name="eligible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</all>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected boolean |
eligible
|
|
Method Summary |
boolean |
isEligible()
Gets the value of the eligible property. |
void |
setEligible(boolean value)
Sets the value of the eligible property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eligible
protected boolean eligible
IsEligibleResponse
public IsEligibleResponse()
isEligible
public boolean isEligible()
- Gets the value of the eligible property.
setEligible
public void setEligible(boolean value)
- Sets the value of the eligible property.
Copyright © 2011 Jasig. All Rights Reserved.