org.jasig.schedassist.messaging
Class GetRelationshipsResponse

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


Field Summary
protected  RelationshipList relationshipList
           
 
Constructor Summary
GetRelationshipsResponse()
           
 
Method Summary
 RelationshipList getRelationshipList()
          Gets the value of the relationshipList property.
 void setRelationshipList(RelationshipList value)
          Sets the value of the relationshipList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relationshipList

protected RelationshipList relationshipList
Constructor Detail

GetRelationshipsResponse

public GetRelationshipsResponse()
Method Detail

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.