org.jasig.schedassist.messaging
Class GetRelationshipsRequest
java.lang.Object
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>
visitorNetid
protected String visitorNetid
GetRelationshipsRequest
public GetRelationshipsRequest()
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.