|
||||||||||
| 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.PostItemType
public class PostItemType
Java class for PostItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostItemType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}ItemType">
<sequence>
<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="PostedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="References" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sender" type="{http://schemas.microsoft.com/exchange/services/2006/types}SingleRecipientType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
conversationIndex
|
protected String |
conversationTopic
|
protected SingleRecipientType |
from
|
protected String |
internetMessageId
|
protected Boolean |
isRead
|
protected XMLGregorianCalendar |
postedTime
|
protected String |
references
|
protected SingleRecipientType |
sender
|
| 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 | |
|---|---|
PostItemType()
|
|
| 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)
|
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. |
XMLGregorianCalendar |
getPostedTime()
Gets the value of the postedTime property. |
String |
getReferences()
Gets the value of the references property. |
SingleRecipientType |
getSender()
Gets the value of the sender property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isIsRead()
Gets the value of the isRead 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 |
setIsRead(Boolean value)
Sets the value of the isRead property. |
void |
setPostedTime(XMLGregorianCalendar value)
Sets the value of the postedTime property. |
void |
setReferences(String value)
Sets the value of the references property. |
void |
setSender(SingleRecipientType value)
Sets the value of the sender property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected byte[] conversationIndex
protected String conversationTopic
protected SingleRecipientType from
protected String internetMessageId
protected Boolean isRead
protected XMLGregorianCalendar postedTime
protected String references
protected SingleRecipientType sender
| Constructor Detail |
|---|
public PostItemType()
| Method Detail |
|---|
public 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 XMLGregorianCalendar getPostedTime()
XMLGregorianCalendarpublic void setPostedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getReferences()
Stringpublic void setReferences(String value)
value - allowed object is
Stringpublic SingleRecipientType getSender()
SingleRecipientTypepublic void setSender(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 | |||||||||