![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
TOReceivers |
The recipients of the message. | |
body |
Get body of the message. | |
headers |
Headers associated with the message. | |
inReplyTo |
Messages to which the message was left as a response. | |
priority |
The priority of the message. | |
replyTo |
The participants to whom any replies to the message should be directed. | |
sender |
The sender of the message. | |
sentDate |
The date on which the message was sent. | |
subject |
The subject of the message. |
Inherits From
Applied Markers
<xs:complexType name="voiceMessageContent">
<xs:complexContent>
<xs:extension base="tns:content">
<xs:sequence>
<xs:element minOccurs="0" name="body" type="tns:content"/>
<xs:element minOccurs="0" name="headers" type="tns:associativeArray"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="inReplyTo" nillable="true" type="tns:voiceMessage"/>
<xs:element minOccurs="0" name="priority" type="tns:priority"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="replyTo" nillable="true" type="tns:voiceMessageParticipant"/>
<xs:element minOccurs="0" name="sender" type="tns:voiceMessageParticipant"/>
<xs:element minOccurs="0" name="sentDate" type="tns:dateTime"/>
<xs:element minOccurs="0" name="subject" type="tns:rawString"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="TOReceivers" nillable="true" type="tns:voiceMessageRecipient"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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