XmlSerializable
public final class GroupSignature extends java.lang.Object implements XmlSerializable
Constructor | Description |
---|---|
GroupSignature(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding,
int nTokens) |
|
GroupSignature(java.util.Collection<SsVariant> items) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
java.lang.Iterable<SsVariant> |
getTokens() |
|
int |
hashCode() |
|
void |
readFrom(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding,
int nTokens) |
|
void |
setTokens(java.lang.Iterable<SsVariant> values) |
|
int |
size() |
|
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 GroupSignature(java.util.Collection<SsVariant> items)
public GroupSignature(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding, int nTokens)
public int size()
public java.lang.Iterable<SsVariant> getTokens()
public void setTokens(java.lang.Iterable<SsVariant> values)
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.