public class MessageType extends ItemType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
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 |
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 and Description |
|---|
MessageType() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getAttachments, getBody, getCategories, getCulture, getDateTimeCreated, getDateTimeReceived, getDateTimeSent, getDisplayCc, getDisplayTo, getEffectiveRights, getExtendedProperties, getImportance, getInReplyTo, getInternetMessageHeaders, getItemClass, getItemId, getLastModifiedName, getLastModifiedTime, getMimeContent, getParentFolderId, getReminderDueBy, getReminderMinutesBeforeStart, getResponseObjects, getSensitivity, getSize, getSubject, isHasAttachments, isIsDraft, isIsFromMe, isIsResend, isIsSubmitted, isIsUnmodified, isReminderIsSet, setAttachments, setBody, setCategories, setCulture, setDateTimeCreated, setDateTimeReceived, setDateTimeSent, setDisplayCc, setDisplayTo, setEffectiveRights, setHasAttachments, setImportance, setInReplyTo, setInternetMessageHeaders, setIsDraft, setIsFromMe, setIsResend, setIsSubmitted, setIsUnmodified, setItemClass, setItemId, setLastModifiedName, setLastModifiedTime, setMimeContent, setParentFolderId, setReminderDueBy, setReminderIsSet, setReminderMinutesBeforeStart, setResponseObjects, setSensitivity, setSize, setSubjectprotected 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
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 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
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 ItemTypepublic 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)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Copyright © 2019 Apereo. All rights reserved.