Package co.ecg.alpaca.toolkit.generated
Class Group.GroupStirShakenGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupStirShakenGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Group
Response to the GroupStirShakenGetRequest.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StirShakenAttestationLevel
protected Boolean
protected Boolean
protected Boolean
protected Group
protected String
protected Boolean
protected StirShakenSigningPolicy
protected String
protected StirShakenTagFromOrPAI
protected StirShakenTaggingPolicy
protected Boolean
protected Boolean
protected Boolean
protected StirShakenVerificationErrorHandling
protected String
protected StirShakenVerstatTag
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
int
hashCode()
void
setAttestationLevel
(StirShakenAttestationLevel attestationLevel) void
setEnableSigningForUnscreenedTrunkGroupOriginations
(Boolean enableSigningForUnscreenedTrunkGroupOriginations) void
setEnableTaggingForUnscreenedTrunkGroupOriginations
(Boolean enableTaggingForUnscreenedTrunkGroupOriginations) void
setEnableVerification
(Boolean enableVerification) void
void
setOrigUUID
(String origUUID) void
setProxyVerstatToCNAMSubscribe
(Boolean proxyVerstatToCNAMSubscribe) void
setSigningPolicy
(StirShakenSigningPolicy signingPolicy) void
setSigningServiceURL
(String signingServiceURL) void
setTagFromOrPAI
(StirShakenTagFromOrPAI tagFromOrPAI) void
setTaggingPolicy
(StirShakenTaggingPolicy taggingPolicy) void
setUnscreenedTrunkGroupOriginationAttestationLevel
(StirShakenUnscreenedTrunkGroupOriginationAttestationLevel unscreenedTrunkGroupOriginationAttestationLevel) void
setUseOSValueForOrigId
(Boolean useOSValueForOrigId) void
setUseParentLevelSettings
(Boolean useParentLevelSettings) void
setUseUnknownHeadersFromCNAMNotify
(Boolean useUnknownHeadersFromCNAMNotify) void
setVerificationErrorHandling
(StirShakenVerificationErrorHandling verificationErrorHandling) void
setVerificationServiceURL
(String verificationServiceURL) void
setVerstatTag
(StirShakenVerstatTag verstatTag) toString()
void
Transforms 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, 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 Details
-
useParentLevelSettings
-
signingPolicy
-
taggingPolicy
-
signingServiceURL
-
tagFromOrPAI
-
verstatTag
-
useOSValueForOrigId
-
origUUID
-
attestationLevel
-
enableVerification
-
verificationServiceURL
-
verificationErrorHandling
-
proxyVerstatToCNAMSubscribe
-
useUnknownHeadersFromCNAMNotify
-
enableSigningForUnscreenedTrunkGroupOriginations
-
enableTaggingForUnscreenedTrunkGroupOriginations
-
unscreenedTrunkGroupOriginationAttestationLevel
protected StirShakenUnscreenedTrunkGroupOriginationAttestationLevel unscreenedTrunkGroupOriginationAttestationLevel -
group
-
-
Constructor Details
-
GroupStirShakenGetResponse
public GroupStirShakenGetResponse()
-
-
Method Details
-
setUseParentLevelSettings
-
getUseParentLevelSettings
-
setSigningPolicy
-
getSigningPolicy
-
setTaggingPolicy
-
getTaggingPolicy
-
setSigningServiceURL
-
getSigningServiceURL
-
setTagFromOrPAI
-
getTagFromOrPAI
-
setVerstatTag
-
getVerstatTag
-
setUseOSValueForOrigId
-
getUseOSValueForOrigId
-
setOrigUUID
-
getOrigUUID
-
setAttestationLevel
-
getAttestationLevel
-
setEnableVerification
-
getEnableVerification
-
setVerificationServiceURL
-
getVerificationServiceURL
-
setVerificationErrorHandling
public void setVerificationErrorHandling(StirShakenVerificationErrorHandling verificationErrorHandling) -
getVerificationErrorHandling
-
setProxyVerstatToCNAMSubscribe
-
getProxyVerstatToCNAMSubscribe
-
setUseUnknownHeadersFromCNAMNotify
-
getUseUnknownHeadersFromCNAMNotify
-
setEnableSigningForUnscreenedTrunkGroupOriginations
public void setEnableSigningForUnscreenedTrunkGroupOriginations(Boolean enableSigningForUnscreenedTrunkGroupOriginations) -
getEnableSigningForUnscreenedTrunkGroupOriginations
-
setEnableTaggingForUnscreenedTrunkGroupOriginations
public void setEnableTaggingForUnscreenedTrunkGroupOriginations(Boolean enableTaggingForUnscreenedTrunkGroupOriginations) -
getEnableTaggingForUnscreenedTrunkGroupOriginations
-
setUnscreenedTrunkGroupOriginationAttestationLevel
public void setUnscreenedTrunkGroupOriginationAttestationLevel(StirShakenUnscreenedTrunkGroupOriginationAttestationLevel unscreenedTrunkGroupOriginationAttestationLevel) -
getUnscreenedTrunkGroupOriginationAttestationLevel
public StirShakenUnscreenedTrunkGroupOriginationAttestationLevel getUnscreenedTrunkGroupOriginationAttestationLevel() -
setGroup
-
getGroup
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-