Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

An address for an Addressable Entity.

Addresses are represented as standard URI Strings. The standard URI representation for html pages ("http://www.example.com/index.html") should be familiar to users of this class. However, URIs can also be used to represent email, im and phone numbers. Examples include:

Members

Name Type Required Description

address

string

Address of the form scheme:scheme-specific-part. Examples include mailto:joey@example.com, im:jun@example.com, or tel:16505551212.

addressType

string

Address type.

Hierarchy

Inherits From

Examples

Below are examples in JSON and 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:entityAddress xsi:type="obh:entityAddress" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:address>your_string_0</obh:address>
        <obh:addressType>your_string_0</obh:addressType>
</obh:entityAddress>

JSON Example

(show inherited members)

{
    "beeType":"entityAddress",
        "address":"your_{http://www.oracle.com/beehive}address_as_string0",
        "addressType":"your_{http://www.oracle.com/beehive}addressType_as_string0"
}

XML Schema


<xs:complexType name="entityAddress">
    <xs:complexContent>
        <xs:extension base="tns:entityAddressTypes">
            <xs:sequence>
                <xs:element name="address" type="xs:string"/>
                <xs:element name="addressType" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to entityAddress

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions