org.jasig.schedassist.messaging
Class IsEligibleRequest

java.lang.Object
  extended by 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>
 


Field Summary
protected  String visitorNetid
           
 
Constructor Summary
IsEligibleRequest()
           
 
Method Summary
 String getVisitorNetid()
          Gets the value of the visitorNetid property.
 void setVisitorNetid(String value)
          Sets the value of the visitorNetid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visitorNetid

protected String visitorNetid
Constructor Detail

IsEligibleRequest

public IsEligibleRequest()
Method Detail

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


Copyright © 2011 Jasig. All Rights Reserved.