XmlSerializable
public final class SsVariant extends java.lang.Object implements XmlSerializable
Modifier and Type | Class | Description |
---|---|---|
static class |
SsVariant.SsVariantType |
Constructor | Description |
---|---|
SsVariant() |
|
SsVariant(boolean value) |
|
SsVariant(double value) |
|
SsVariant(int value) |
|
SsVariant(java.lang.String value) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
java.lang.Boolean |
getBooleanValue() |
|
java.lang.Double |
getFloatValue() |
|
java.lang.Integer |
getIntValue() |
|
java.lang.String |
getStringValue() |
|
SsVariant.SsVariantType |
getVariantType() |
|
int |
hashCode() |
|
void |
readFrom(java.nio.ByteBuffer buf,
java.nio.charset.Charset encoding) |
|
void |
setBooleanValue(java.lang.Boolean value) |
|
void |
setFloatValue(java.lang.Double value) |
|
void |
setIntValue(java.lang.Integer value) |
|
void |
setStringValue(java.lang.String value) |
|
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 SsVariant()
public SsVariant(int value)
public SsVariant(double value)
public SsVariant(boolean value)
public SsVariant(java.lang.String value)
public SsVariant.SsVariantType getVariantType()
public java.lang.Integer getIntValue()
public void setIntValue(java.lang.Integer value)
public java.lang.Double getFloatValue()
public void setFloatValue(java.lang.Double value)
public java.lang.Boolean getBooleanValue()
public void setBooleanValue(java.lang.Boolean value)
public java.lang.String getStringValue()
public void setStringValue(java.lang.String value)
public void writeTo(java.nio.ByteBuffer buf, java.nio.charset.Charset encoding)
public void readFrom(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.