ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgPortInfo extends CfgStructure
CfgPortInfo
contains information about a listening port for a server.Constructor | Description |
---|---|
CfgPortInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgPortInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgPortInfo(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 |
getAppParams() |
Listening port's application parameters.
|
java.lang.String |
getCharField1() |
Optional text field #1.
|
java.lang.String |
getCharField2() |
Optional text field #2.
|
java.lang.String |
getCharField3() |
Optional text field #3.
|
java.lang.String |
getCharField4() |
Optional text field #4.
|
java.lang.String |
getConnProtocol() |
A pointer to the name of the
connection control protocol.
|
java.lang.String |
getDescription() |
Optional description of the listening port.
|
java.lang.String |
getId() |
An identifier of the server's listening port.
|
java.lang.Integer |
getLongField1() |
Optional integer field #1.
|
java.lang.Integer |
getLongField2() |
Optional integer field #2.
|
java.lang.Integer |
getLongField3() |
Optional integer field #3.
|
java.lang.Integer |
getLongField4() |
Optional integer field #4.
|
java.lang.String |
getPort() |
Listening port value.
|
java.lang.String |
getTransportParams() |
Listening port's transport parameters.
|
void |
setAppParams(java.lang.String value) |
Listening port's application parameters.
|
void |
setCharField1(java.lang.String value) |
Optional text field #1.
|
void |
setCharField2(java.lang.String value) |
Optional text field #2.
|
void |
setCharField3(java.lang.String value) |
Optional text field #3.
|
void |
setCharField4(java.lang.String value) |
Optional text field #4.
|
void |
setConnProtocol(java.lang.String value) |
A pointer to the name of the
connection control protocol.
|
void |
setDescription(java.lang.String value) |
Optional description of the listening port.
|
void |
setId(java.lang.String value) |
An identifier of the server's listening port.
|
void |
setLongField1(java.lang.Integer value) |
Optional integer field #1.
|
void |
setLongField2(java.lang.Integer value) |
Optional integer field #2.
|
void |
setLongField3(java.lang.Integer value) |
Optional integer field #3.
|
void |
setLongField4(java.lang.Integer value) |
Optional integer field #4.
|
void |
setPort(java.lang.String value) |
Listening port value.
|
void |
setTransportParams(java.lang.String value) |
Listening port's transport parameters.
|
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 CfgPortInfo(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 CfgPortInfo(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 CfgPortInfo(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instancepublic final java.lang.String getId()
public final void setId(java.lang.String value)
value
- new property valuegetId()
public final java.lang.String getPort()
public final void setPort(java.lang.String value)
value
- new property valuegetPort()
public final java.lang.String getTransportParams()
public final void setTransportParams(java.lang.String value)
value
- new property valuegetTransportParams()
public final java.lang.String getConnProtocol()
public final void setConnProtocol(java.lang.String value)
value
- new property valuegetConnProtocol()
public final java.lang.String getAppParams()
public final void setAppParams(java.lang.String value)
value
- new property valuegetAppParams()
public final java.lang.String getDescription()
public final void setDescription(java.lang.String value)
value
- new property valuegetDescription()
public final java.lang.String getCharField1()
public final void setCharField1(java.lang.String value)
value
- new property valuegetCharField1()
public final java.lang.String getCharField2()
public final void setCharField2(java.lang.String value)
value
- new property valuegetCharField2()
public final java.lang.String getCharField3()
public final void setCharField3(java.lang.String value)
value
- new property valuegetCharField3()
public final java.lang.String getCharField4()
public final void setCharField4(java.lang.String value)
value
- new property valuegetCharField4()
public final java.lang.Integer getLongField1()
public final void setLongField1(java.lang.Integer value)
value
- new property valuegetLongField1()
public final java.lang.Integer getLongField2()
public final void setLongField2(java.lang.Integer value)
value
- new property valuegetLongField2()
public final java.lang.Integer getLongField3()
public final void setLongField3(java.lang.Integer value)
value
- new property valuegetLongField3()
public final java.lang.Integer getLongField4()
public final void setLongField4(java.lang.Integer value)
value
- new property valuegetLongField4()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.