ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgDNAccessNumber extends CfgStructure
CfgDNAccessNumber
is defined by the
combination of the switchDBID
and number
properties.Constructor | Description |
---|---|
CfgDNAccessNumber(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgDNAccessNumber(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDNAccessNumber(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getNumber() |
A set of digits to be dialed by T-Server/Switch
to reach specific external routing point(this DN).
|
CfgSwitch |
getSwitch() |
A unique identifier of the
Switch
that initiates call. |
java.lang.Integer |
getSwitchDBID() |
Retrieves the dbid of the object that is being linked to by the Switch property.
|
void |
setNumber(java.lang.String value) |
A set of digits to be dialed by T-Server/Switch
to reach specific external routing point(this DN).
|
void |
setSwitch(CfgSwitch value) |
A unique identifier of the
Switch
that initiates call. |
void |
setSwitchDBID(int dbid) |
A unique identifier of the
Switch
that initiates call. |
clone, ensureDataBackup, equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, reloadObjectWithNewData, resolveLink, setProperty, toString, toStringProperties, toXml
getParent, updateChildrenSavedState
getEndpoint, getProperty, getRawObjectData, setProperty, toXml
public CfgDNAccessNumber(IConfService confService, ConfStructure objData, ICfgObject parent)
confService
- configuration service instanceobjData
- configuration protocol structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgDNAccessNumber(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
confService
- configuration service instancexmlData
- XML object containing structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgDNAccessNumber(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instancepublic final CfgSwitch getSwitch()
Switch
that initiates call. Mandatory.public final void setSwitch(CfgSwitch value)
Switch
that initiates call. Mandatory.value
- new property valuegetSwitch()
public final void setSwitchDBID(int dbid)
Switch
that initiates call. Mandatory.dbid
- DBID identifier of referred objectgetSwitch()
public final java.lang.Integer getSwitchDBID()
public final java.lang.String getNumber()
public final void setNumber(java.lang.String value)
value
- new property valuegetNumber()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.