XmlSerializable
public class StringBinary extends java.lang.Object implements XmlSerializable
Constructor | Description |
---|---|
StringBinary() |
|
StringBinary(byte[] obj) |
|
StringBinary(java.lang.String obj) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
static StringBinary |
fromKVList(java.lang.Object obj) |
|
byte[] |
getBinaryValue() |
|
java.lang.String |
getStringValue() |
|
int |
hashCode() |
|
void |
loadFromXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
saveToXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
setBinValue(byte[] value) |
|
void |
setStringValue(java.lang.String value) |
|
static java.lang.Object |
toKVList(StringBinary sb) |
|
java.lang.String |
toString() |
|
java.lang.String |
toString(int ident) |
public StringBinary()
public StringBinary(java.lang.String obj)
public StringBinary(byte[] obj)
public static java.lang.Object toKVList(StringBinary sb)
public static StringBinary fromKVList(java.lang.Object obj)
public java.lang.String toString(int ident)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getStringValue()
public void setStringValue(java.lang.String value)
public byte[] getBinaryValue()
public void setBinValue(byte[] value)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
saveToXml
in interface XmlSerializable
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
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.