Class WsGetGroupsResults

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

public class WsGetGroupsResults extends Object
 results for the get groups call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 EXCEPTION: something bad happened
 etc.
 
  • Constructor Details

    • WsGetGroupsResults

      public WsGetGroupsResults()
  • Method Details

    • getResults

      public WsGetGroupsResult[] getResults()
      results for each assignment sent in
      Returns:
      the results
    • setResults

      public void setResults(WsGetGroupsResult[] results1)
      results for each assignment sent in
      Parameters:
      results1 - the results to set
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Returns:
      the resultMetadata
    • getSubjectAttributeNames

      public String[] getSubjectAttributeNames()
      attributes of subjects returned, in same order as the data
      Returns:
      the attributeNames
    • setSubjectAttributeNames

      public void setSubjectAttributeNames(String[] attributeNamesa)
      attributes of subjects returned, in same order as the data
      Parameters:
      attributeNamesa - the attributeNames to set
    • getResponseMetadata

      public WsResponseMeta getResponseMetadata()
      Returns:
      the response metadata
      See Also:
    • setResultMetadata

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

      public void setResponseMetadata(WsResponseMeta responseMetadata1)
      Parameters:
      responseMetadata1 - the responseMetadata to set