org.jasig.schedassist.messaging
Class IsEligibleRequest
java.lang.Object
org.jasig.schedassist.messaging.IsEligibleRequest
public class IsEligibleRequest
- 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="visitorNetid" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
visitorNetid
protected String visitorNetid
IsEligibleRequest
public IsEligibleRequest()
getVisitorNetid
public String getVisitorNetid()
- Gets the value of the visitorNetid property.
- Returns:
- possible object is
String
setVisitorNetid
public void setVisitorNetid(String value)
- Sets the value of the visitorNetid property.
- Parameters:
value - allowed object is
String
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.