XmlSerializable
public final class GroupByInfo extends java.lang.Object implements XmlSerializable
Constructor | Description |
---|---|
GroupByInfo(java.lang.String typeSignature,
java.lang.Iterable<GroupInfo> groupInfos) |
|
GroupByInfo(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding) |
|
GroupByInfo(org.w3c.dom.Element element,
XmlUtil util) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
java.util.List<GroupInfo> |
getGroups() |
|
java.lang.String |
getTypeSignature() |
|
int |
hashCode() |
|
void |
readFrom(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding) |
|
void |
setGroups(java.util.List<GroupInfo> groups) |
|
void |
setTypeSignature(java.lang.String typeSignature) |
|
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 GroupByInfo(java.lang.String typeSignature, java.lang.Iterable<GroupInfo> groupInfos)
public GroupByInfo(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public GroupByInfo(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding)
public java.lang.String getTypeSignature()
public void setTypeSignature(java.lang.String typeSignature)
public java.util.List<GroupInfo> getGroups()
public void setGroups(java.util.List<GroupInfo> groups)
public void readFrom(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding)
public void writeTo(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding)
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.