Class EnterpriseVoiceVPNLocationListRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.EnterpriseVoiceVPNLocationListRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class EnterpriseVoiceVPNLocationListRow
extends Object
implements BroadWorksTableRow, Serializable
Response to EnterpriseVoiceVPNGetListResponse. Returns a 4 column table with column headings: "Location Code", "Min Extension Length", "Max Extension Length", "Location Selection".
- 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
setLocationCode
(String locationCode) void
setLocationSelection
(String locationSelection) void
setMaxExtensionLength
(String maxExtensionLength) void
setMinExtensionLength
(String minExtensionLength) toString()
-
Constructor Details
-
EnterpriseVoiceVPNLocationListRow
public EnterpriseVoiceVPNLocationListRow()
-
-
Method Details
-
getLocationCode
-
setLocationCode
-
getMinExtensionLength
-
setMinExtensionLength
-
getMaxExtensionLength
-
setMaxExtensionLength
-
getLocationSelection
-
setLocationSelection
-
getFromNode
public static EnterpriseVoiceVPNLocationListRow 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<EnterpriseVoiceVPNLocationListRow> 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
-