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 Details

    • SystemCountryCodeCountryCodeTableRow

      public SystemCountryCodeCountryCodeTableRow()
  • Method Details

    • getCountryCode

      public String getCountryCode()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getCountryName

      public String getCountryName()
    • setCountryName

      public void setCountryName(String countryName)
    • getOffHookWarningSeconds

      public String getOffHookWarningSeconds()
    • setOffHookWarningSeconds

      public void setOffHookWarningSeconds(String offHookWarningSeconds)
    • getRingPeriodMilliseconds

      public String getRingPeriodMilliseconds()
    • setRingPeriodMilliseconds

      public void setRingPeriodMilliseconds(String ringPeriodMilliseconds)
    • getNationalPrefix

      public String getNationalPrefix()
    • setNationalPrefix

      public void setNationalPrefix(String nationalPrefix)
    • getUsePrefix

      public String getUsePrefix()
    • setUsePrefix

      public void setUsePrefix(String usePrefix)
    • getMaximumCallWaitingTones

      public String getMaximumCallWaitingTones()
    • setMaximumCallWaitingTones

      public void setMaximumCallWaitingTones(String maximumCallWaitingTones)
    • getTimeBetweenCallWaitingTonesMilliseconds

      public String getTimeBetweenCallWaitingTonesMilliseconds()
    • setTimeBetweenCallWaitingTonesMilliseconds

      public void setTimeBetweenCallWaitingTonesMilliseconds(String timeBetweenCallWaitingTonesMilliseconds)
    • getDisableNationalPrefixforOffNetCalls

      public String getDisableNationalPrefixforOffNetCalls()
    • setDisableNationalPrefixforOffNetCalls

      public void setDisableNationalPrefixforOffNetCalls(String disableNationalPrefixforOffNetCalls)
    • getFromNode

      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object