Class SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow extends Object implements BroadWorksTableRow, Serializable
Response to a SystemCommunicationBarringAlternateCallIndicatorGetListRequest. Contains a table with one row per Communication Barring Alternate Call Indicator. The table column headings are: "Alternate Call Indicator" and "Network Server Alternate Call Indicator".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAlternateCallIndicator()
static SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getNetworkServerAlternateCallIndicator()
int
hashCode()
void
setAlternateCallIndicator(String alternateCallIndicator)
void
setNetworkServerAlternateCallIndicator(String networkServerAlternateCallIndicator)
String
toString()
-
-
-
Method Detail
-
getAlternateCallIndicator
public String getAlternateCallIndicator()
-
setAlternateCallIndicator
public void setAlternateCallIndicator(String alternateCallIndicator)
-
getNetworkServerAlternateCallIndicator
public String getNetworkServerAlternateCallIndicator()
-
setNetworkServerAlternateCallIndicator
public void setNetworkServerAlternateCallIndicator(String networkServerAlternateCallIndicator)
-
getFromNode
public static SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow 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<SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow> 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
-
-