Package co.ecg.alpaca.toolkit.generated
Class BWCustom.SystemSubscriberGetProvisioningParametersResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWCustom.SystemSubscriberGetProvisioningParametersResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BWCustom
Response to the SystemSubscriberGetProvisioningParametersRequest24V3.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsFields 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()voidsetBlockUnauthorizationWhenVSubInstanceExists(Boolean blockUnauthorizationWhenVSubInstanceExists) voidsetConfigurableCLIDNormalization(Boolean configurableCLIDNormalization) voidsetIncludeDefaultDomain(Boolean includeDefaultDomain) voidsetMinAuthLevelToProvisionAltUserID(AuthorizationLevelToProvisionAlternateUserID minAuthLevelToProvisionAltUserID) 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
-
configurableCLIDNormalization
-
includeDefaultDomain
-
minAuthLevelToProvisionAltUserID
-
blockUnauthorizationWhenVSubInstanceExists
-
-
Constructor Details
-
SystemSubscriberGetProvisioningParametersResponse
public SystemSubscriberGetProvisioningParametersResponse()
-
-
Method Details
-
setConfigurableCLIDNormalization
-
getConfigurableCLIDNormalization
-
setIncludeDefaultDomain
-
getIncludeDefaultDomain
-
setMinAuthLevelToProvisionAltUserID
public void setMinAuthLevelToProvisionAltUserID(AuthorizationLevelToProvisionAlternateUserID minAuthLevelToProvisionAltUserID) -
getMinAuthLevelToProvisionAltUserID
-
setBlockUnauthorizationWhenVSubInstanceExists
public void setBlockUnauthorizationWhenVSubInstanceExists(Boolean blockUnauthorizationWhenVSubInstanceExists) -
getBlockUnauthorizationWhenVSubInstanceExists
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-