Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCountryCodeGetListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCountryCodeGetListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
BWSystem
Response to a SystemCountryCodeGetListRequest. Contains the default country code and a table with one row per country code. The table columns are "Country Code", "Country Name", "Off Hook Warning Seconds", "Ring Period Milliseconds", "National Prefix", "Use Prefix", "Maximum Call Waiting Tones", "Time Between Call Waiting Tones Milliseconds" and "Disable National Prefix for OffNet Calls". The following columns are only returned in AS data mode: "Disable National Prefix for OffNet Calls"
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SystemCountryCodeCountryCodeTableRow> protected StringFields 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()voidsetCountryCodeTable(List<SystemCountryCodeCountryCodeTableRow> countryCodeTable) voidsetDefaultCountryCode(String defaultCountryCode) 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
-
defaultCountryCode
-
countryCodeTable
-
-
Constructor Details
-
SystemCountryCodeGetListResponse
public SystemCountryCodeGetListResponse()
-
-
Method Details
-
setDefaultCountryCode
-
getDefaultCountryCode
-
setCountryCodeTable
-
getCountryCodeTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-