Overview

This type represent a character string in its raw form, not converted into unicode/UTF16 java String format. The raw form is stored in a byte sequence and comes with a character set tag.

Members

Name Type Description

bytes

base64Binary

The raw bytes for the string

charset

string

The character set tag for the string

string

string

The string representation of the raw string.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:rawString xsi:type="obh:rawString" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <bytes>your_base64Binary_0</bytes>
        <charset>your_string_0</charset>
        <string>your_string_0</string>
</obh:rawString>

Referenced By Representaions