XmlSerializable
, Printable
AgentInfoCollection
, AgentReasonsCollection
, AgentStatusesCollection
, CurrentTargetStateSnapshot
, DnActionCollection
, DnStatusesCollection
, DnStatusExCollection
, MediaCapacityInfoCollection
, PlaceStatusesCollection
, RequestInfoCollection
, StringList
public abstract class BaseCollection<T> extends java.lang.Object implements Printable, XmlSerializable
Modifier | Constructor | Description |
---|---|---|
protected |
BaseCollection() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
add(T val) |
|
boolean |
equals(java.lang.Object obj) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
int |
getCount() |
|
abstract java.lang.Class<T> |
getElementClass() |
|
T |
getItem(int i) |
|
int |
hashCode() |
|
java.lang.String |
toString() |
|
java.lang.String |
toString(int indent) |
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Element element,
XmlUtil util) |
public int getCount()
public T getItem(int i)
protected boolean add(T val)
public abstract java.lang.Class<T> getElementClass()
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
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.