Class WsHasMemberLiteResult

java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsHasMemberLiteResult
All Implemented Interfaces:
WsResponseBean, ResultMetadataHolder

public class WsHasMemberLiteResult extends Object implements WsResponseBean, ResultMetadataHolder
 results for the has member call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 GROUP_NOT_FOUND: cant find the group
 GROUP_DUPLICATE: found multiple groups
 
  • Constructor Details

    • WsHasMemberLiteResult

      public WsHasMemberLiteResult()
      construct from results of other
    • WsHasMemberLiteResult

      public WsHasMemberLiteResult(WsHasMemberResults wsHasMemberResults)
      construct from results of other
      Parameters:
      wsHasMemberResults -
  • Method Details

    • getResults

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

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

      public WsGroup getWsGroup()
      Returns:
      the wsGroup
    • setWsGroup

      public void setWsGroup(WsGroup wsGroup1)
      Parameters:
      wsGroup1 - the wsGroup to set
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Description copied from interface: WsResponseBean
      get the result metadata
      Specified by:
      getResultMetadata in interface ResultMetadataHolder
      Specified by:
      getResultMetadata in interface WsResponseBean
      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()
      Description copied from interface: WsResponseBean
      get the response metadata
      Specified by:
      getResponseMetadata in interface WsResponseBean
      Returns:
      the response metadata
      See Also:
    • setResponseMetadata

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

      public WsSubject getWsSubject()
      Returns:
      the wsSubject
    • setWsSubject

      public void setWsSubject(WsSubject wsSubjectResult1)
      Parameters:
      wsSubjectResult1 - the wsSubject to set
    • setResultMetadata

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

      public void assignResultCode(WsHasMemberLiteResult.WsHasMemberLiteResultCode addMemberLiteResultCode1)
      assign the code from the enum
      Parameters:
      addMemberLiteResultCode1 -
    • assignResultCodeException

      public void assignResultCodeException(WsHasMemberLiteResult.WsHasMemberLiteResultCode wsHasMemberLiteResultCodeOverride, String theError, Exception e)
      prcess an exception, log, etc
      Parameters:
      wsHasMemberLiteResultCodeOverride -
      theError -
      e -