Class SystemPreferredCarrierSystemCarrierTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemPreferredCarrierSystemCarrierTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemPreferredCarrierSystemCarrierTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to a SystemPreferredCarrierGetListRequest. Contains a table with one row per carrier. The table columns are: "Carrier", "Country Code", "CIC", "Is Intra-Lata", "Is Inter-Lata", "Is International". The value in the "Is Intra-Lata", "Is Inter-Lata", and "Is International" columns is one of "true" or "false".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCIC()
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
setCarrier
(String carrier) void
void
setCountryCode
(String countryCode) void
setIsInterLata
(String isInterLata) void
setIsInternational
(String isInternational) void
setIsIntraLata
(String isIntraLata) toString()
-
Constructor Details
-
SystemPreferredCarrierSystemCarrierTableRow
public SystemPreferredCarrierSystemCarrierTableRow()
-
-
Method Details
-
getCarrier
-
setCarrier
-
getCountryCode
-
setCountryCode
-
getCIC
-
setCIC
-
getIsIntraLata
-
setIsIntraLata
-
getIsInterLata
-
setIsInterLata
-
getIsInternational
-
setIsInternational
-
getFromNode
public static SystemPreferredCarrierSystemCarrierTableRow 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<SystemPreferredCarrierSystemCarrierTableRow> 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
-