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:

  • mailto:ryan@example.com is URI for Ryan's email address
  • im:emma@example.com is the URI for Emma's IM address
  • tel:16505551212 represents the URI for a telephone number

Members

Show inherited 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 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">
        <address>your_string_0</address>
        <addressType>your_string_0</addressType>
</obh:entityAddress>

Referenced By Representaions