ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class RequestReadAccount extends Message
Modifier and Type | Method | Description |
---|---|---|
static RequestReadAccount |
create() |
Creates instance of RequestReadAccount with no parameters set.
|
static RequestReadAccount |
create(ConfStructure applicationID) |
Creates instance of RequestReadAccount.
|
static RequestReadAccount |
create(org.w3c.dom.Document applicationId) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract org.w3c.dom.Document |
getApplicationId() |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract ConfStructure |
getApplicationID() |
A unique identifier of an application
|
abstract java.lang.Integer |
getReferenceId() |
Reference ID to connect response to request.
|
abstract void |
setApplicationId(org.w3c.dom.Document applicationId) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract void |
setApplicationID(ConfStructure applicationID) |
A unique identifier of an application
|
abstract void |
setReferenceId(int referenceId) |
Reference ID to connect response to request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference ID to connect response to request.
|
equals, hashCode, toString, toString
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
public static final int ID
public static final java.lang.String NAME
public static RequestReadAccount create()
@Deprecated public static RequestReadAccount create(org.w3c.dom.Document applicationId)
applicationId
- A unique identifier of an applicationpublic static RequestReadAccount create(ConfStructure applicationID)
applicationID
- A unique identifier of an applicationpublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
@Deprecated public abstract org.w3c.dom.Document getApplicationId()
@Deprecated public abstract void setApplicationId(org.w3c.dom.Document applicationId)
applicationId
- new value of the propertypublic abstract ConfStructure getApplicationID()
public abstract void setApplicationID(ConfStructure applicationID)
applicationID
- new value of the propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.