Package co.ecg.alpaca.toolkit.generated
Class Group.GroupTrunkGroupStirShakenGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupTrunkGroupStirShakenGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
Group
Response to the GroupTrunkGroupStirShakenGetRequest.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StirShakenAttestationLevel
protected Boolean
protected Boolean
protected String
protected StirShakenSigningPolicy
protected String
protected StirShakenTagFromOrPAI
protected StirShakenTaggingPolicy
protected TrunkGroupKey
protected Boolean
protected Boolean
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
int
hashCode()
void
setAttestationLevel
(StirShakenAttestationLevel attestationLevel) void
setEnableSigningForUnscreenedTrunkGroupOriginations
(Boolean enableSigningForUnscreenedTrunkGroupOriginations) void
setEnableTaggingForUnscreenedTrunkGroupOriginations
(Boolean enableTaggingForUnscreenedTrunkGroupOriginations) void
setOrigUUID
(String origUUID) void
setSigningPolicy
(StirShakenSigningPolicy signingPolicy) void
setSigningServiceURL
(String signingServiceURL) void
setTagFromOrPAI
(StirShakenTagFromOrPAI tagFromOrPAI) void
setTaggingPolicy
(StirShakenTaggingPolicy taggingPolicy) void
setTrunkGroupKey
(TrunkGroupKey trunkGroupKey) void
setUnscreenedTrunkGroupOriginationAttestationLevel
(StirShakenUnscreenedTrunkGroupOriginationAttestationLevel unscreenedTrunkGroupOriginationAttestationLevel) void
setUseOSValueForOrigId
(Boolean useOSValueForOrigId) void
setUseParentLevelSettings
(Boolean useParentLevelSettings) 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
-
enableSigningForUnscreenedTrunkGroupOriginations
-
enableTaggingForUnscreenedTrunkGroupOriginations
-
unscreenedTrunkGroupOriginationAttestationLevel
protected StirShakenUnscreenedTrunkGroupOriginationAttestationLevel unscreenedTrunkGroupOriginationAttestationLevel -
trunkGroupKey
-
-
Constructor Details
-
GroupTrunkGroupStirShakenGetResponse
public GroupTrunkGroupStirShakenGetResponse()
-
-
Method Details
-
setUseParentLevelSettings
-
getUseParentLevelSettings
-
setSigningPolicy
-
getSigningPolicy
-
setTaggingPolicy
-
getTaggingPolicy
-
setSigningServiceURL
-
getSigningServiceURL
-
setTagFromOrPAI
-
getTagFromOrPAI
-
setVerstatTag
-
getVerstatTag
-
setUseOSValueForOrigId
-
getUseOSValueForOrigId
-
setOrigUUID
-
getOrigUUID
-
setAttestationLevel
-
getAttestationLevel
-
setEnableSigningForUnscreenedTrunkGroupOriginations
public void setEnableSigningForUnscreenedTrunkGroupOriginations(Boolean enableSigningForUnscreenedTrunkGroupOriginations) -
getEnableSigningForUnscreenedTrunkGroupOriginations
-
setEnableTaggingForUnscreenedTrunkGroupOriginations
public void setEnableTaggingForUnscreenedTrunkGroupOriginations(Boolean enableTaggingForUnscreenedTrunkGroupOriginations) -
getEnableTaggingForUnscreenedTrunkGroupOriginations
-
setUnscreenedTrunkGroupOriginationAttestationLevel
public void setUnscreenedTrunkGroupOriginationAttestationLevel(StirShakenUnscreenedTrunkGroupOriginationAttestationLevel unscreenedTrunkGroupOriginationAttestationLevel) -
getUnscreenedTrunkGroupOriginationAttestationLevel
public StirShakenUnscreenedTrunkGroupOriginationAttestationLevel getUnscreenedTrunkGroupOriginationAttestationLevel() -
setTrunkGroupKey
-
getTrunkGroupKey
-
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
-