Class WsGroupDeleteLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsGroupDeleteLiteResult
results for the groups delete 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetWsGroup(WsGroup wsGroupResult1)
-
Constructor Details
-
WsGroupDeleteLiteResult
public WsGroupDeleteLiteResult()empty
-
-
Method Details
-
getResultMetadata
- Returns:
- the resultMetadata
-
getResponseMetadata
- Returns:
- the response metadata
- See Also:
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
getWsGroup
- Returns:
- the wsGroup
-
setWsGroup
- Parameters:
wsGroupResult1- the wsGroup to set
-