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:
java.io.Serializable
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCountryCodeGetListResponse extends Response
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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<SystemCountryCodeCountryCodeTableRow>countryCodeTableprotected java.lang.StringdefaultCountryCodeFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText -
Constructor Summary
Constructors Constructor Description SystemCountryCodeGetListResponse() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<SystemCountryCodeCountryCodeTableRow>getCountryCodeTable()java.lang.StringgetDefaultCountryCode()inthashCode()voidsetCountryCodeTable(java.util.List<SystemCountryCodeCountryCodeTableRow> countryCodeTable)voidsetDefaultCountryCode(java.lang.String defaultCountryCode)voidtransform()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, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
defaultCountryCode
protected java.lang.String defaultCountryCode -
countryCodeTable
-
-
Constructor Details
-
SystemCountryCodeGetListResponse
public SystemCountryCodeGetListResponse()
-
-
Method Details
-
setDefaultCountryCode
public void setDefaultCountryCode(java.lang.String defaultCountryCode) -
getDefaultCountryCode
public java.lang.String getDefaultCountryCode() -
setCountryCodeTable
public void setCountryCodeTable(java.util.List<SystemCountryCodeCountryCodeTableRow> countryCodeTable) -
getCountryCodeTable
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-