Class WsMemberChangeSubjectLiteResult

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_4.WsMemberChangeSubjectLiteResult

public class WsMemberChangeSubjectLiteResult extends Object
Result of one member changing its subject
  • Constructor Details

    • WsMemberChangeSubjectLiteResult

      public WsMemberChangeSubjectLiteResult()
      empty
  • Method Details

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

      public WsSubject getWsSubjectNew()
      subject that was changed to
      Returns:
      the subjectId
    • setWsSubjectNew

      public void setWsSubjectNew(WsSubject wsSubject1)
      subject that was changed to
      Parameters:
      wsSubject1 - the wsSubject1 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
    • getWsSubjectOld

      public WsSubject getWsSubjectOld()
      subject that was swapped out
      Returns:
      the subjectId
    • setWsSubjectOld

      public void setWsSubjectOld(WsSubject wsSubject1)
      subject that was swapped out
      Parameters:
      wsSubject1 - the wsSubject1 to set