XmlSerializable
public class KeyValueObject extends StringInteger
Constructor | Description |
---|---|
KeyValueObject() |
|
KeyValueObject(byte[] bytes) |
|
KeyValueObject(int obj) |
|
KeyValueObject(KeyValueCollection col) |
|
KeyValueObject(java.lang.String obj) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
static KeyValueObject |
fromKVList(java.lang.Object obj) |
|
byte[] |
getBinaryValue() |
|
KeyValueCollection |
getKeyValueCollection() |
|
int |
hashCode() |
|
void |
loadFromXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
saveToXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
setBinaryValue(byte[] value) |
|
void |
setIntegerValue(java.lang.Integer value) |
|
void |
setKeyValueCollection(KeyValueCollection value) |
|
void |
setStringValue(java.lang.String value) |
|
static java.lang.Object |
toKVList(KeyValueObject kvo) |
|
java.lang.String |
toString() |
|
java.lang.String |
toString(int ident) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getIntegerValue, getStringValue, toKVList
public KeyValueObject()
public KeyValueObject(java.lang.String obj)
public KeyValueObject(int obj)
public KeyValueObject(KeyValueCollection col)
public KeyValueObject(byte[] bytes)
public static java.lang.Object toKVList(KeyValueObject kvo)
public static KeyValueObject fromKVList(java.lang.Object obj)
public java.lang.String toString(int ident)
toString
in class StringInteger
public java.lang.String toString()
toString
in class StringInteger
public KeyValueCollection getKeyValueCollection()
public void setIntegerValue(java.lang.Integer value)
setIntegerValue
in class StringInteger
public void setStringValue(java.lang.String value)
setStringValue
in class StringInteger
public void setKeyValueCollection(KeyValueCollection value)
public byte[] getBinaryValue()
public void setBinaryValue(byte[] value)
public void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
saveToXml
in interface XmlSerializable
saveToXml
in class StringInteger
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
loadFromXml
in interface XmlSerializable
loadFromXml
in class StringInteger
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public int hashCode()
hashCode
in class StringInteger
public boolean equals(java.lang.Object obj)
equals
in class StringInteger
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.