edu.internet2.middleware.grouperClient.ws.beans
Class WsGetGroupsResult

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsGetGroupsResult

public class WsGetGroupsResult
extends java.lang.Object

 results for the get groups call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 SUBJECT_NOT_FOUND: cant find the subject
 SUBJECT_DUPLICATE: found multiple groups
 EXCEPTION
 

Author:
mchyzer

Constructor Summary
WsGetGroupsResult()
           
 
Method Summary
 WsResultMeta getResultMetadata()
           
 WsGroup[] getWsGroups()
          results for each assignment sent in
 WsSubject getWsSubject()
          subject that was added
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 void setWsGroups(WsGroup[] results1)
          results for each assignment sent in
 void setWsSubject(WsSubject wsSubject1)
          subject that was added
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsGetGroupsResult

public WsGetGroupsResult()
Method Detail

getWsGroups

public WsGroup[] getWsGroups()
results for each assignment sent in

Returns:
the results

setWsGroups

public void setWsGroups(WsGroup[] results1)
results for each assignment sent in

Parameters:
results1 - the results to set

getResultMetadata

public WsResultMeta getResultMetadata()
Returns:
the resultMetadata

getWsSubject

public WsSubject getWsSubject()
subject that was added

Returns:
the subjectId

setWsSubject

public void setWsSubject(WsSubject wsSubject1)
subject that was added

Parameters:
wsSubject1 - the wsSubject1 to set

setResultMetadata

public void setResultMetadata(WsResultMeta resultMetadata1)
Parameters:
resultMetadata1 - the resultMetadata to set