Class WsResultMeta
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_2.WsResultMeta
result metadata (if success, result code, etc) for one result
(each ws call can have one or many result metadatas)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWsParam[]code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjectsreserved for future purposeerror message if there is an errorT or F as to whether it was a successful assignmentvoidvoidsetResultCode(String resultCode1) voidsetResultCode2(String resultCode1) voidsetResultMessage(String errorMessage) error message if there is an errorvoidsetSuccess(String theSuccess) T or F as to whether it was a successful assignment
-
Constructor Details
-
WsResultMeta
public WsResultMeta()
-
-
Method Details
-
getResultCode
code of the result for this subject SUCCESS: means everything ok SUBJECT_NOT_FOUND: cant find the subject SUBJECT_DUPLICATE: found multiple subjects
- Returns:
- the resultCode
-
getResultCode2
reserved for future purpose
- Returns:
- the resultCode
-
getResultMessage
error message if there is an error- Returns:
- the errorMessage
-
getSuccess
T or F as to whether it was a successful assignment- Returns:
- the success
-
setResultCode
- Parameters:
resultCode1- the resultCode to set
-
setResultCode2
- Parameters:
resultCode1- the resultCode2 to set
-
setSuccess
T or F as to whether it was a successful assignment- Parameters:
theSuccess- T | F
-
setResultMessage
error message if there is an error- Parameters:
errorMessage- the errorMessage to set
-
getParams
- Returns:
- the params
-
setParams
- Parameters:
params1- the params to set
-