A script enabled browser is required for this page to function properly
Oracle® Beehive RESTful Web Services API Reference
Release 2 (2.0.1.7)
E16658-04
Overview
This represent an internet mail address containing display name, local
part and domain part.
Members
Name
Type
Description
canonicalAddress
string
The email address part of the address in the form of localpart@domainpart
displayPart
rawString
Displayable name part of the address
domainPart
string
Domain part of the address
localPart
string
The local part of the address
unparsed
string
The unparsed address string.
Hierarchy
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:inetMailAddress xsi:type="obh:inetMailAddress" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<obh:canonicalAddress>your_string_0 </obh:canonicalAddress>
<obh:displayPart>your_rawString_0 </obh:displayPart>
<obh:domainPart>your_string_0 </obh:domainPart>
<obh:localPart>your_string_0 </obh:localPart>
<obh:unparsed>your_string_0 </obh:unparsed>
</obh:inetMailAddress>
JSON Example
(show inherited members)
{
"beeType":"inetMailAddress",
"canonicalAddress":"your_{http://www.oracle.com/beehive}canonicalAddress_as_string0",
"displayPart":{ your_{http://www.oracle.com/beehive}displayPart_as_rawString0 },
"domainPart":"your_{http://www.oracle.com/beehive}domainPart_as_string0",
"localPart":"your_{http://www.oracle.com/beehive}localPart_as_string0",
"unparsed":"your_{http://www.oracle.com/beehive}unparsed_as_string0"
}
XML Schema
<xs:complexType final="extension restriction" name="inetMailAddress">
<xs:sequence>
<xs:element minOccurs="0" name="canonicalAddress" type="xs:string"/>
<xs:element minOccurs="0" name="displayPart" type="tns:rawString"/>
<xs:element minOccurs="0" name="domainPart" type="xs:string"/>
<xs:element minOccurs="0" name="localPart" type="xs:string"/>
<xs:element minOccurs="0" name="unparsed" type="xs:string"/>
</xs:sequence>
</xs:complexType>
References
The following data represents the references to inetMailAddress
Referenced By Resources
Referenced By Representaions
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices