Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.confserver.runtime.channel
Class EventSchemaInfoRead

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.configuration.protocol.confserver.runtime.channel.EventSchemaInfoRead
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class EventSchemaInfoRead
extends Message


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Method Summary
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.
 
Methods inherited from class com.genesyslab.platform.commons.protocol.Message
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
 
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject
equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final int ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static EventSchemaInfoRead create()
Creates instance of EventSchemaInfoRead with no parameters set.

Returns:
instance of EventSchemaInfoRead

create

public static EventSchemaInfoRead create(java.lang.String oldProtocolVersion,
                                         org.w3c.dom.Document schemaInfo)
Deprecated. Use new configuration server structures instead of DOM.

Creates instance of EventSchemaInfoRead.

Parameters:
oldProtocolVersion - Old Protocol Version
schemaInfo - Xml Schema
Returns:
instance of EventSchemaInfoRead

getReferenceId

public abstract java.lang.Integer getReferenceId()
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


setReferenceId

public abstract void setReferenceId(java.lang.Integer referenceId)
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


setReferenceId

public abstract void setReferenceId(int referenceId)
Reference ID to connect response to request. If set to 0, it means that ReferenceID should be assigned by ReferenceBuilder.


getOldProtocolVersion

public abstract java.lang.String getOldProtocolVersion()
Old Protocol Version

Returns:
property value

setOldProtocolVersion

public abstract void setOldProtocolVersion(java.lang.String oldProtocolVersion)
Old Protocol Version

Parameters:
oldProtocolVersion - new value of the property

getSchemaInfo

@Deprecated
public abstract org.w3c.dom.Document getSchemaInfo()
Deprecated. Use new configuration server structures instead of DOM.

Xml Schema

Returns:
property value

setSchemaInfo

@Deprecated
public abstract void setSchemaInfo(org.w3c.dom.Document schemaInfo)
Deprecated. Use new configuration server structures instead of DOM.

Xml Schema

Parameters:
schemaInfo - new value of the property

getSchemaData

public abstract ConfSchema getSchemaData()
Configuration Schema and Localization data

Returns:
property value

setSchemaData

public abstract void setSchemaData(ConfSchema schemaData)
Configuration Schema and Localization data

Parameters:
schemaData - new value of the property

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.