Class WsAttributeDefAssignActionResults
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsAttributeDefAssignActionResults
- All Implemented Interfaces:
ResultMetadataHolder,WsResponseBean
public class WsAttributeDefAssignActionResults
extends Object
implements WsResponseBean, ResultMetadataHolder
holds result of assign action to attribute def request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions with operation performedget the response metadataget the result metadataattribute def to which action(s) are assignedvoidsetActions(WsAttributeDefActionOperationPerformed[] actions1) actions with operation performedvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetWsAttributeDef(WsAttributeDef wsAttributeDef1) attribute def to which action(s) are assigned
-
Constructor Details
-
WsAttributeDefAssignActionResults
public WsAttributeDefAssignActionResults()
-
-
Method Details
-
getWsAttributeDef
attribute def to which action(s) are assigned- Returns:
- wsAttributeDef
-
setWsAttributeDef
attribute def to which action(s) are assigned- Parameters:
wsAttributeDef1-
-
getActions
actions with operation performed- Returns:
- actions
-
setActions
actions with operation performed- Parameters:
actions1-
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-