Class WsDeleteMemberLiteResult

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

public class WsDeleteMemberLiteResult extends Object implements WsResponseBean, ResultMetadataHolder
Result of one subject being deleted from a group. The number of subjects will equal the number of subjects sent in to the method
  • Constructor Details

    • WsDeleteMemberLiteResult

      public WsDeleteMemberLiteResult()
      constructor
    • WsDeleteMemberLiteResult

      public WsDeleteMemberLiteResult(WsDeleteMemberResults wsDeleteMemberResults)
      construct from results of other
      Parameters:
      wsDeleteMemberResults -
  • Method Details

    • 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
    • getWsSubject

      public WsSubject getWsSubject()
      Returns:
      the wsSubject
    • setResultMetadata

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

      public void setWsSubject(WsSubject wsSubject1)
      Parameters:
      wsSubject1 - the wsSubject 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
    • getWsGroup

      public WsGroup getWsGroup()
      group assigned to
      Returns:
      the wsGroupLookup
    • setWsGroup

      public void setWsGroup(WsGroup theWsGroupLookupAssigned)
      group assigned to
      Parameters:
      theWsGroupLookupAssigned - the wsGroupLookup to set
    • 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
    • assignResultCode

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

      public void assignResultCodeException(WsDeleteMemberLiteResult.WsDeleteMemberLiteResultCode wsAddMemberLiteResultCodeOverride, String theError, Exception e)
      prcess an exception, log, etc
      Parameters:
      wsAddMemberLiteResultCodeOverride -
      theError -
      e -