ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class EventLocaleRead extends Message
int lcid = 0;
Message resp = confProtocol.request(RequestReadLocale.create(lcid));
if (resp != null && resp.messageId() == EventLocaleRead.ID) {
ConfSchema lcSchema = ((EventLocaleRead) resp).getSchemaData();
// use localization data in 'lcSchema'...
} else {
// handle error...
}
RequestReadLocale
,
RequestGetLocaleSets
,
CfgLanguageLCID
Modifier and Type | Method | Description |
---|---|---|
static EventLocaleRead |
create() |
Creates instance of EventLocaleRead with no parameters set.
|
static EventLocaleRead |
create(java.lang.Integer localeId,
org.w3c.dom.Document schemaInfo) |
Deprecated.
Use new configuration server structures instead of DOM.
|
abstract java.lang.Integer |
getLocaleId() |
Locale identifier
|
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 |
setLocaleId(int localeId) |
Locale identifier
|
abstract void |
setLocaleId(java.lang.Integer localeId) |
Locale identifier
|
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 EventLocaleRead create()
@Deprecated public static EventLocaleRead create(java.lang.Integer localeId, org.w3c.dom.Document schemaInfo)
localeId
- Locale identifierschemaInfo
- 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.Integer getLocaleId()
public abstract void setLocaleId(java.lang.Integer localeId)
localeId
- new value of the propertypublic abstract void setLocaleId(int localeId)
localeId
- 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.