Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The IXmlValue type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodEquals
Compare this XML value with another XML value for equality.
Public methodGetBinary()()()()
Get the value as Binary.
Public methodGetBinary(Binary)
Get the value as Binary.
Public methodGetBoolean()()()()
Get the value as a boolean.
Public methodGetBoolean(Boolean)
Get the value as a boolean.
Public methodGetDateTime()()()()
Get the value as a DateTime.
Public methodGetDateTime(DateTime)
Get the value as a DateTime.
Public methodGetDecimal()()()()
Get the value as a decimal.
Public methodGetDecimal(Decimal)
Get the value as a decimal.
Public methodGetDouble()()()()
Get the value as a double.
Public methodGetDouble(Double)
Get the value as a double.
Public methodGetHashCode
Provide a hash value for this XML value.
Public methodGetInt()()()()
Get the value as an int.
Public methodGetInt(Int32)
Get the value as an int.
Public methodGetLong()()()()
Get the value as a long.
Public methodGetLong(Int64)
Get the value as a long.
Public methodGetString()()()()
Get the value as a string.
Public methodGetString(String)
Get the value as a string.
Public methodSetBinary
Set the Binary value.
Public methodSetBoolean
Set the boolean value.
Public methodSetDateTime
Set the value as a DateTime.
Public methodSetDecimal
Set the decimal value.
Public methodSetDouble
Set the double value.
Public methodSetInt
Set the int value.
Public methodSetLong
Set the long value.
Public methodSetString
Set the string value.
Public methodToString
Format the XML value into a string in a display format.
Public methodWriteValue
Write the value as it will appear in XML.

See Also