Class WsGetGroupsResult

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_3.WsGetGroupsResult

public class WsGetGroupsResult extends 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
 
  • Constructor Details

    • WsGetGroupsResult

      public WsGetGroupsResult()
  • Method Details

    • 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