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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnterpriseVoiceVPNLocationListRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static EnterpriseVoiceVPNLocationListRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<EnterpriseVoiceVPNLocationListRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getLocationCode()
String
getLocationSelection()
String
getMaxExtensionLength()
String
getMinExtensionLength()
int
hashCode()
void
setLocationCode(String locationCode)
void
setLocationSelection(String locationSelection)
void
setMaxExtensionLength(String maxExtensionLength)
void
setMinExtensionLength(String minExtensionLength)
String
toString()
-
-
-
Method Detail
-
getLocationCode
public String getLocationCode()
-
setLocationCode
public void setLocationCode(String locationCode)
-
getMinExtensionLength
public String getMinExtensionLength()
-
setMinExtensionLength
public void setMinExtensionLength(String minExtensionLength)
-
getMaxExtensionLength
public String getMaxExtensionLength()
-
setMaxExtensionLength
public void setMaxExtensionLength(String maxExtensionLength)
-
getLocationSelection
public String getLocationSelection()
-
setLocationSelection
public void setLocationSelection(String locationSelection)
-
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
-
-