Class WsMemberChangeSubjectLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_5.WsMemberChangeSubjectLiteResult
Result of one member changing its subject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]attributes of subjects returned, in same order as the datasubject that was changed tosubject that was swapped outvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsSubjectNew(WsSubject wsSubject1) subject that was changed tovoidsetWsSubjectOld(WsSubject wsSubject1) subject that was swapped out
-
Constructor Details
-
WsMemberChangeSubjectLiteResult
public WsMemberChangeSubjectLiteResult()empty
-
-
Method Details
-
getResultMetadata
- Returns:
- the resultMetadata
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
setSubjectAttributeNames
attributes of subjects returned, in same order as the data- Parameters:
attributeNamesa- the attributeNames to set
-
getWsSubjectNew
subject that was changed to- Returns:
- the subjectId
-
setWsSubjectNew
subject that was changed to- Parameters:
wsSubject1- the wsSubject1 to set
-
getResponseMetadata
- Returns:
- the response metadata
- See Also:
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsSubjectOld
subject that was swapped out- Returns:
- the subjectId
-
setWsSubjectOld
subject that was swapped out- Parameters:
wsSubject1- the wsSubject1 to set
-