Class SystemCountryCodeCountryCodeTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemCountryCodeCountryCodeTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemCountryCodeCountryCodeTableRow
extends Object
implements BroadWorksTableRow, Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setCountryCode
(String countryCode) void
setCountryName
(String countryName) void
setDisableNationalPrefixforOffNetCalls
(String disableNationalPrefixforOffNetCalls) void
setMaximumCallWaitingTones
(String maximumCallWaitingTones) void
setNationalPrefix
(String nationalPrefix) void
setOffHookWarningSeconds
(String offHookWarningSeconds) void
setRingPeriodMilliseconds
(String ringPeriodMilliseconds) void
setTimeBetweenCallWaitingTonesMilliseconds
(String timeBetweenCallWaitingTonesMilliseconds) void
setUsePrefix
(String usePrefix) toString()
-
Constructor Details
-
SystemCountryCodeCountryCodeTableRow
public SystemCountryCodeCountryCodeTableRow()
-
-
Method Details
-
getCountryCode
-
setCountryCode
-
getCountryName
-
setCountryName
-
getOffHookWarningSeconds
-
setOffHookWarningSeconds
-
getRingPeriodMilliseconds
-
setRingPeriodMilliseconds
-
getNationalPrefix
-
setNationalPrefix
-
getUsePrefix
-
setUsePrefix
-
getMaximumCallWaitingTones
-
setMaximumCallWaitingTones
-
getTimeBetweenCallWaitingTonesMilliseconds
-
setTimeBetweenCallWaitingTonesMilliseconds
public void setTimeBetweenCallWaitingTonesMilliseconds(String timeBetweenCallWaitingTonesMilliseconds) -
getDisableNationalPrefixforOffNetCalls
-
setDisableNationalPrefixforOffNetCalls
-
getFromNode
public static SystemCountryCodeCountryCodeTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<SystemCountryCodeCountryCodeTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-