![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
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 addressim:emma@example.com is the URI for Emma's IM addresstel:16505551212 represents the URI for a telephone number| Name | Type | Required | Description |
|---|---|---|---|
address |
![]() |
Address of the form scheme:scheme-specific-part. Examples include mailto:joey@example.com,
im:jun@example.com, or tel:16505551212. |
|
addressType |
![]() |
Address type. |
Inherits From
<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>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices