ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class EventSchemaInfoRead extends Message
Modifier and Type | Method | Description |
---|---|---|
static EventSchemaInfoRead |
create() |
Creates instance of EventSchemaInfoRead with no parameters set.
|
static EventSchemaInfoRead |
create(java.lang.String oldProtocolVersion,
org.w3c.dom.Document schemaInfo) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract java.lang.String |
getOldProtocolVersion() |
Old Protocol Version
|
abstract java.lang.Integer |
getReferenceId() |
Reference ID to connect response to request.
|
abstract ConfSchema |
getSchemaData() |
Configuration Schema and Localization data
|
abstract org.w3c.dom.Document |
getSchemaInfo() |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract void |
setOldProtocolVersion(java.lang.String oldProtocolVersion) |
Old Protocol Version
|
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.
|
abstract void |
setSchemaData(ConfSchema schemaData) |
Configuration Schema and Localization data
|
abstract void |
setSchemaInfo(org.w3c.dom.Document schemaInfo) |
Deprecated.
Use new configuration server structures instead of DOM.
|
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 EventSchemaInfoRead create()
@Deprecated public static EventSchemaInfoRead create(java.lang.String oldProtocolVersion, org.w3c.dom.Document schemaInfo)
oldProtocolVersion
- Old Protocol VersionschemaInfo
- Xml Schemapublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.String getOldProtocolVersion()
public abstract void setOldProtocolVersion(java.lang.String oldProtocolVersion)
oldProtocolVersion
- new value of the property@Deprecated public abstract org.w3c.dom.Document getSchemaInfo()
@Deprecated public abstract void setSchemaInfo(org.w3c.dom.Document schemaInfo)
schemaInfo
- new value of the propertypublic abstract ConfSchema getSchemaData()
public abstract void setSchemaData(ConfSchema schemaData)
schemaData
- 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.