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:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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 NodeArrayinthashCode()voidsetAlternateCallIndicator(String alternateCallIndicator) voidsetNetworkServerAlternateCallIndicator(String networkServerAlternateCallIndicator) toString()
-
Constructor Details
-
SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow
public SystemCommunicationBarringAlternateCallIndicatorAlternateCallIndicatorTableRow()
-
-
Method Details
-
getAlternateCallIndicator
-
setAlternateCallIndicator
-
getNetworkServerAlternateCallIndicator
-
setNetworkServerAlternateCallIndicator
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-