Package co.ecg.alpaca.toolkit.generated
Class Group.GroupServiceGetAuthorizationResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.Group.GroupServiceGetAuthorizationResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Group
public static class Group.GroupServiceGetAuthorizationResponse extends Response
Response to GroupServiceGetAuthorizationRequest. If the feature is not authorized, then "authorized" is false and the remaining elements are not returned. If the service pack is not available for use or is not authorized, then "authorized" is false and the remaining elements are not returned. "authorizedQuantity" can be unlimited or a quantity. In the case of a service pack, "authorizedQuantity" is the service pack's quantity. "authorizable" is applicable for user services and group services; it is not returned for service packs.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanauthorizableprotected Booleanauthorizedprotected UnboundedNonNegativeIntauthorizedQuantityprotected Groupgroupprotected UnboundedNonNegativeIntusedQuantity-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description GroupServiceGetAuthorizationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetAuthorizable()BooleangetAuthorized()UnboundedNonNegativeIntgetAuthorizedQuantity()GroupgetGroup()UnboundedNonNegativeIntgetUsedQuantity()inthashCode()voidsetAuthorizable(Boolean authorizable)voidsetAuthorized(Boolean authorized)voidsetAuthorizedQuantity(UnboundedNonNegativeInt authorizedQuantity)voidsetGroup(Group group)voidsetUsedQuantity(UnboundedNonNegativeInt usedQuantity)StringtoString()voidtransform()Transforms the Response from XML Content to a populated POJO-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
authorized
protected Boolean authorized
-
authorizedQuantity
protected UnboundedNonNegativeInt authorizedQuantity
-
usedQuantity
protected UnboundedNonNegativeInt usedQuantity
-
authorizable
protected Boolean authorizable
-
group
protected transient Group group
-
-
Method Detail
-
setAuthorized
public void setAuthorized(Boolean authorized)
-
getAuthorized
public Boolean getAuthorized()
-
setAuthorizedQuantity
public void setAuthorizedQuantity(UnboundedNonNegativeInt authorizedQuantity)
-
getAuthorizedQuantity
public UnboundedNonNegativeInt getAuthorizedQuantity()
-
setUsedQuantity
public void setUsedQuantity(UnboundedNonNegativeInt usedQuantity)
-
getUsedQuantity
public UnboundedNonNegativeInt getUsedQuantity()
-
setAuthorizable
public void setAuthorizable(Boolean authorizable)
-
getAuthorizable
public Boolean getAuthorizable()
-
setGroup
public void setGroup(Group group)
-
getGroup
public Group getGroup()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-