org.jasig.schedassist.messaging
Class GetRelationshipsResponse
java.lang.Object
org.jasig.schedassist.messaging.GetRelationshipsResponse
public class GetRelationshipsResponse
- 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 ref="{http://wisccal.wisc.edu/available}RelationshipList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relationshipList
protected RelationshipList relationshipList
GetRelationshipsResponse
public GetRelationshipsResponse()
getRelationshipList
public RelationshipList getRelationshipList()
- Gets the value of the relationshipList property.
- Returns:
- possible object is
RelationshipList
setRelationshipList
public void setRelationshipList(RelationshipList value)
- Sets the value of the relationshipList property.
- Parameters:
value - allowed object is
RelationshipList
Copyright © 2012 Jasig. All Rights Reserved.