Package co.ecg.alpaca.toolkit.generated
Class ServiceProvider.ServiceProviderServiceGetAuthorizationResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.ServiceProvider.ServiceProviderServiceGetAuthorizationResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
ServiceProvider
Response to ServiceProviderServiceGetAuthorizationRequest. If the feature was never licensed, then "authorized" is false and the remaining elements are not returned. If the service pack is available for use, "authorized" is true. "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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected UnboundedNonNegativeIntprotected ServiceProviderprotected UnboundedNonNegativeIntFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAuthorizable(Boolean authorizable) voidsetAuthorized(Boolean authorized) voidsetAuthorizedQuantity(UnboundedNonNegativeInt authorizedQuantity) voidsetServiceProvider(ServiceProvider serviceProvider) voidsetUsedQuantity(UnboundedNonNegativeInt usedQuantity) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods 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 Details
-
authorized
-
authorizedQuantity
-
usedQuantity
-
authorizable
-
serviceProvider
-
-
Constructor Details
-
ServiceProviderServiceGetAuthorizationResponse
public ServiceProviderServiceGetAuthorizationResponse()
-
-
Method Details
-
setAuthorized
-
getAuthorized
-
setAuthorizedQuantity
-
getAuthorizedQuantity
-
setUsedQuantity
-
getUsedQuantity
-
setAuthorizable
-
getAuthorizable
-
setServiceProvider
-
getServiceProvider
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-