XmlSerializable
public final class GroupInfo extends java.lang.Object implements XmlSerializable
Constructor | Description |
---|---|
GroupInfo(GroupSignature signature,
SsVariant globalValue) |
|
GroupInfo(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding,
int nTokens) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
SsVariant |
getGlobalValue() |
|
GroupSignature |
getGroupSignature() |
|
int |
hashCode() |
|
void |
readFrom(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding,
int nTokens) |
|
void |
setGlobalValue(SsVariant globalValue) |
|
void |
setGroupSignature(GroupSignature groupSignature) |
|
java.lang.String |
toString() |
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
writeTo(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding) |
public GroupInfo(GroupSignature signature, SsVariant globalValue)
public GroupInfo(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding, int nTokens)
public GroupSignature getGroupSignature()
public void setGroupSignature(GroupSignature groupSignature)
public SsVariant getGlobalValue()
public void setGlobalValue(SsVariant globalValue)
public void writeTo(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding)
public void readFrom(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding, int nTokens)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public org.w3c.dom.Element toXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
toXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void fromXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
fromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.