|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.ItemType
com.microsoft.exchange.types.MessageType
public class MessageType
Java class for MessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}ItemType">
<sequence>
<element name="Sender" type="{http://schemas.microsoft.com/exchange/services/2006/types}SingleRecipientType" minOccurs="0"/>
<element name="ToRecipients" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfRecipientsType" minOccurs="0"/>
<element name="CcRecipients" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfRecipientsType" minOccurs="0"/>
<element name="BccRecipients" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfRecipientsType" minOccurs="0"/>
<element name="IsReadReceiptRequested" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDeliveryReceiptRequested" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ConversationIndex" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="ConversationTopic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="From" type="{http://schemas.microsoft.com/exchange/services/2006/types}SingleRecipientType" minOccurs="0"/>
<element name="InternetMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsRead" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsResponseRequested" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="References" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReplyTo" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfRecipientsType" minOccurs="0"/>
<element name="ReceivedBy" type="{http://schemas.microsoft.com/exchange/services/2006/types}SingleRecipientType" minOccurs="0"/>
<element name="ReceivedRepresenting" type="{http://schemas.microsoft.com/exchange/services/2006/types}SingleRecipientType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ArrayOfRecipientsType |
bccRecipients
|
protected ArrayOfRecipientsType |
ccRecipients
|
protected byte[] |
conversationIndex
|
protected String |
conversationTopic
|
protected SingleRecipientType |
from
|
protected String |
internetMessageId
|
protected Boolean |
isDeliveryReceiptRequested
|
protected Boolean |
isRead
|
protected Boolean |
isReadReceiptRequested
|
protected Boolean |
isResponseRequested
|
protected SingleRecipientType |
receivedBy
|
protected SingleRecipientType |
receivedRepresenting
|
protected String |
references
|
protected ArrayOfRecipientsType |
replyTo
|
protected SingleRecipientType |
sender
|
protected ArrayOfRecipientsType |
toRecipients
|
| Fields inherited from class com.microsoft.exchange.types.ItemType |
|---|
attachments, body, categories, culture, dateTimeCreated, dateTimeReceived, dateTimeSent, displayCc, displayTo, effectiveRights, extendedProperties, hasAttachments, importance, inReplyTo, internetMessageHeaders, isDraft, isFromMe, isResend, isSubmitted, isUnmodified, itemClass, itemId, lastModifiedName, lastModifiedTime, mimeContent, parentFolderId, reminderDueBy, reminderIsSet, reminderMinutesBeforeStart, responseObjects, sensitivity, size, subject |
| Constructor Summary | |
|---|---|
MessageType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
ArrayOfRecipientsType |
getBccRecipients()
Gets the value of the bccRecipients property. |
ArrayOfRecipientsType |
getCcRecipients()
Gets the value of the ccRecipients property. |
byte[] |
getConversationIndex()
Gets the value of the conversationIndex property. |
String |
getConversationTopic()
Gets the value of the conversationTopic property. |
SingleRecipientType |
getFrom()
Gets the value of the from property. |
String |
getInternetMessageId()
Gets the value of the internetMessageId property. |
SingleRecipientType |
getReceivedBy()
Gets the value of the receivedBy property. |
SingleRecipientType |
getReceivedRepresenting()
Gets the value of the receivedRepresenting property. |
String |
getReferences()
Gets the value of the references property. |
ArrayOfRecipientsType |
getReplyTo()
Gets the value of the replyTo property. |
SingleRecipientType |
getSender()
Gets the value of the sender property. |
ArrayOfRecipientsType |
getToRecipients()
Gets the value of the toRecipients property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isIsDeliveryReceiptRequested()
Gets the value of the isDeliveryReceiptRequested property. |
Boolean |
isIsRead()
Gets the value of the isRead property. |
Boolean |
isIsReadReceiptRequested()
Gets the value of the isReadReceiptRequested property. |
Boolean |
isIsResponseRequested()
Gets the value of the isResponseRequested property. |
void |
setBccRecipients(ArrayOfRecipientsType value)
Sets the value of the bccRecipients property. |
void |
setCcRecipients(ArrayOfRecipientsType value)
Sets the value of the ccRecipients property. |
void |
setConversationIndex(byte[] value)
Sets the value of the conversationIndex property. |
void |
setConversationTopic(String value)
Sets the value of the conversationTopic property. |
void |
setFrom(SingleRecipientType value)
Sets the value of the from property. |
void |
setInternetMessageId(String value)
Sets the value of the internetMessageId property. |
void |
setIsDeliveryReceiptRequested(Boolean value)
Sets the value of the isDeliveryReceiptRequested property. |
void |
setIsRead(Boolean value)
Sets the value of the isRead property. |
void |
setIsReadReceiptRequested(Boolean value)
Sets the value of the isReadReceiptRequested property. |
void |
setIsResponseRequested(Boolean value)
Sets the value of the isResponseRequested property. |
void |
setReceivedBy(SingleRecipientType value)
Sets the value of the receivedBy property. |
void |
setReceivedRepresenting(SingleRecipientType value)
Sets the value of the receivedRepresenting property. |
void |
setReferences(String value)
Sets the value of the references property. |
void |
setReplyTo(ArrayOfRecipientsType value)
Sets the value of the replyTo property. |
void |
setSender(SingleRecipientType value)
Sets the value of the sender property. |
void |
setToRecipients(ArrayOfRecipientsType value)
Sets the value of the toRecipients property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SingleRecipientType sender
protected ArrayOfRecipientsType toRecipients
protected ArrayOfRecipientsType ccRecipients
protected ArrayOfRecipientsType bccRecipients
protected Boolean isReadReceiptRequested
protected Boolean isDeliveryReceiptRequested
protected byte[] conversationIndex
protected String conversationTopic
protected SingleRecipientType from
protected String internetMessageId
protected Boolean isRead
protected Boolean isResponseRequested
protected String references
protected ArrayOfRecipientsType replyTo
protected SingleRecipientType receivedBy
protected SingleRecipientType receivedRepresenting
| Constructor Detail |
|---|
public MessageType()
| Method Detail |
|---|
public SingleRecipientType getSender()
SingleRecipientTypepublic void setSender(SingleRecipientType value)
value - allowed object is
SingleRecipientTypepublic ArrayOfRecipientsType getToRecipients()
ArrayOfRecipientsTypepublic void setToRecipients(ArrayOfRecipientsType value)
value - allowed object is
ArrayOfRecipientsTypepublic ArrayOfRecipientsType getCcRecipients()
ArrayOfRecipientsTypepublic void setCcRecipients(ArrayOfRecipientsType value)
value - allowed object is
ArrayOfRecipientsTypepublic ArrayOfRecipientsType getBccRecipients()
ArrayOfRecipientsTypepublic void setBccRecipients(ArrayOfRecipientsType value)
value - allowed object is
ArrayOfRecipientsTypepublic Boolean isIsReadReceiptRequested()
Booleanpublic void setIsReadReceiptRequested(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsDeliveryReceiptRequested()
Booleanpublic void setIsDeliveryReceiptRequested(Boolean value)
value - allowed object is
Booleanpublic byte[] getConversationIndex()
public void setConversationIndex(byte[] value)
value - allowed object is
byte[]public String getConversationTopic()
Stringpublic void setConversationTopic(String value)
value - allowed object is
Stringpublic SingleRecipientType getFrom()
SingleRecipientTypepublic void setFrom(SingleRecipientType value)
value - allowed object is
SingleRecipientTypepublic String getInternetMessageId()
Stringpublic void setInternetMessageId(String value)
value - allowed object is
Stringpublic Boolean isIsRead()
Booleanpublic void setIsRead(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsResponseRequested()
Booleanpublic void setIsResponseRequested(Boolean value)
value - allowed object is
Booleanpublic String getReferences()
Stringpublic void setReferences(String value)
value - allowed object is
Stringpublic ArrayOfRecipientsType getReplyTo()
ArrayOfRecipientsTypepublic void setReplyTo(ArrayOfRecipientsType value)
value - allowed object is
ArrayOfRecipientsTypepublic SingleRecipientType getReceivedBy()
SingleRecipientTypepublic void setReceivedBy(SingleRecipientType value)
value - allowed object is
SingleRecipientTypepublic SingleRecipientType getReceivedRepresenting()
SingleRecipientTypepublic void setReceivedRepresenting(SingleRecipientType value)
value - allowed object is
SingleRecipientTypepublic String toString()
toString in class ItemType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class ItemType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class ItemType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ItemTypepublic boolean equals(Object object)
equals in class ItemType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ItemTypepublic int hashCode()
hashCode in class ItemType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||