|
||||||||||
| 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
com.microsoft.exchange.types.MeetingMessageType
public class MeetingMessageType
Java class for MeetingMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeetingMessageType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}MessageType">
<sequence>
<element name="AssociatedCalendarItemId" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemIdType" minOccurs="0"/>
<element name="IsDelegated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsOutOfDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasBeenProcessed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ResponseType" type="{http://schemas.microsoft.com/exchange/services/2006/types}ResponseTypeType" minOccurs="0"/>
<element name="UID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RecurrenceId" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DateTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ItemIdType |
associatedCalendarItemId
|
protected XMLGregorianCalendar |
dateTimeStamp
|
protected Boolean |
hasBeenProcessed
|
protected Boolean |
isDelegated
|
protected Boolean |
isOutOfDate
|
protected XMLGregorianCalendar |
recurrenceId
|
protected ResponseTypeType |
responseType
|
protected String |
uid
|
| Fields inherited from class com.microsoft.exchange.types.MessageType |
|---|
bccRecipients, ccRecipients, conversationIndex, conversationTopic, from, internetMessageId, isDeliveryReceiptRequested, isRead, isReadReceiptRequested, isResponseRequested, receivedBy, receivedRepresenting, references, replyTo, sender, 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 | |
|---|---|
MeetingMessageType()
|
|
| 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)
|
ItemIdType |
getAssociatedCalendarItemId()
Gets the value of the associatedCalendarItemId property. |
XMLGregorianCalendar |
getDateTimeStamp()
Gets the value of the dateTimeStamp property. |
XMLGregorianCalendar |
getRecurrenceId()
Gets the value of the recurrenceId property. |
ResponseTypeType |
getResponseType()
Gets the value of the responseType property. |
String |
getUID()
Gets the value of the uid property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isHasBeenProcessed()
Gets the value of the hasBeenProcessed property. |
Boolean |
isIsDelegated()
Gets the value of the isDelegated property. |
Boolean |
isIsOutOfDate()
Gets the value of the isOutOfDate property. |
void |
setAssociatedCalendarItemId(ItemIdType value)
Sets the value of the associatedCalendarItemId property. |
void |
setDateTimeStamp(XMLGregorianCalendar value)
Sets the value of the dateTimeStamp property. |
void |
setHasBeenProcessed(Boolean value)
Sets the value of the hasBeenProcessed property. |
void |
setIsDelegated(Boolean value)
Sets the value of the isDelegated property. |
void |
setIsOutOfDate(Boolean value)
Sets the value of the isOutOfDate property. |
void |
setRecurrenceId(XMLGregorianCalendar value)
Sets the value of the recurrenceId property. |
void |
setResponseType(ResponseTypeType value)
Sets the value of the responseType property. |
void |
setUID(String value)
Sets the value of the uid property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ItemIdType associatedCalendarItemId
protected Boolean isDelegated
protected Boolean isOutOfDate
protected Boolean hasBeenProcessed
protected ResponseTypeType responseType
protected String uid
protected XMLGregorianCalendar recurrenceId
protected XMLGregorianCalendar dateTimeStamp
| Constructor Detail |
|---|
public MeetingMessageType()
| Method Detail |
|---|
public ItemIdType getAssociatedCalendarItemId()
ItemIdTypepublic void setAssociatedCalendarItemId(ItemIdType value)
value - allowed object is
ItemIdTypepublic Boolean isIsDelegated()
Booleanpublic void setIsDelegated(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsOutOfDate()
Booleanpublic void setIsOutOfDate(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasBeenProcessed()
Booleanpublic void setHasBeenProcessed(Boolean value)
value - allowed object is
Booleanpublic ResponseTypeType getResponseType()
ResponseTypeTypepublic void setResponseType(ResponseTypeType value)
value - allowed object is
ResponseTypeTypepublic String getUID()
Stringpublic void setUID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getRecurrenceId()
XMLGregorianCalendarpublic void setRecurrenceId(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDateTimeStamp()
XMLGregorianCalendarpublic void setDateTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String toString()
toString in class MessageType
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 MessageType
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 MessageType
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 MessageTypepublic boolean equals(Object object)
equals in class MessageType
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 MessageTypepublic int hashCode()
hashCode in class MessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||