org.jasig.schedassist.messaging
Class GetRelationshipsRequest

java.lang.Object
  extended by org.jasig.schedassist.messaging.GetRelationshipsRequest

public class GetRelationshipsRequest
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="visitorNetid" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String visitorNetid
           
 
Constructor Summary
GetRelationshipsRequest()
           
 
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

GetRelationshipsRequest

public GetRelationshipsRequest()
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.