com.microsoft.exchange.types
Class MeetingMessageType

java.lang.Object
  extended by com.microsoft.exchange.types.ItemType
      extended by com.microsoft.exchange.types.MessageType
          extended by com.microsoft.exchange.types.MeetingMessageType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
MeetingCancellationMessageType, MeetingRequestMessageType, MeetingResponseMessageType

public class MeetingMessageType
extends MessageType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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 com.microsoft.exchange.types.MessageType
getBccRecipients, getCcRecipients, getConversationIndex, getConversationTopic, getFrom, getInternetMessageId, getReceivedBy, getReceivedRepresenting, getReferences, getReplyTo, getSender, getToRecipients, isIsDeliveryReceiptRequested, isIsRead, isIsReadReceiptRequested, isIsResponseRequested, setBccRecipients, setCcRecipients, setConversationIndex, setConversationTopic, setFrom, setInternetMessageId, setIsDeliveryReceiptRequested, setIsRead, setIsReadReceiptRequested, setIsResponseRequested, setReceivedBy, setReceivedRepresenting, setReferences, setReplyTo, setSender, setToRecipients
 
Methods inherited from class com.microsoft.exchange.types.ItemType
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, setSubject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

associatedCalendarItemId

protected ItemIdType associatedCalendarItemId

isDelegated

protected Boolean isDelegated

isOutOfDate

protected Boolean isOutOfDate

hasBeenProcessed

protected Boolean hasBeenProcessed

responseType

protected ResponseTypeType responseType

uid

protected String uid

recurrenceId

protected XMLGregorianCalendar recurrenceId

dateTimeStamp

protected XMLGregorianCalendar dateTimeStamp
Constructor Detail

MeetingMessageType

public MeetingMessageType()
Method Detail

getAssociatedCalendarItemId

public ItemIdType getAssociatedCalendarItemId()
Gets the value of the associatedCalendarItemId property.

Returns:
possible object is ItemIdType

setAssociatedCalendarItemId

public void setAssociatedCalendarItemId(ItemIdType value)
Sets the value of the associatedCalendarItemId property.

Parameters:
value - allowed object is ItemIdType

isIsDelegated

public Boolean isIsDelegated()
Gets the value of the isDelegated property.

Returns:
possible object is Boolean

setIsDelegated

public void setIsDelegated(Boolean value)
Sets the value of the isDelegated property.

Parameters:
value - allowed object is Boolean

isIsOutOfDate

public Boolean isIsOutOfDate()
Gets the value of the isOutOfDate property.

Returns:
possible object is Boolean

setIsOutOfDate

public void setIsOutOfDate(Boolean value)
Sets the value of the isOutOfDate property.

Parameters:
value - allowed object is Boolean

isHasBeenProcessed

public Boolean isHasBeenProcessed()
Gets the value of the hasBeenProcessed property.

Returns:
possible object is Boolean

setHasBeenProcessed

public void setHasBeenProcessed(Boolean value)
Sets the value of the hasBeenProcessed property.

Parameters:
value - allowed object is Boolean

getResponseType

public ResponseTypeType getResponseType()
Gets the value of the responseType property.

Returns:
possible object is ResponseTypeType

setResponseType

public void setResponseType(ResponseTypeType value)
Sets the value of the responseType property.

Parameters:
value - allowed object is ResponseTypeType

getUID

public String getUID()
Gets the value of the uid property.

Returns:
possible object is String

setUID

public void setUID(String value)
Sets the value of the uid property.

Parameters:
value - allowed object is String

getRecurrenceId

public XMLGregorianCalendar getRecurrenceId()
Gets the value of the recurrenceId property.

Returns:
possible object is XMLGregorianCalendar

setRecurrenceId

public void setRecurrenceId(XMLGregorianCalendar value)
Sets the value of the recurrenceId property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDateTimeStamp

public XMLGregorianCalendar getDateTimeStamp()
Gets the value of the dateTimeStamp property.

Returns:
possible object is XMLGregorianCalendar

setDateTimeStamp

public void setDateTimeStamp(XMLGregorianCalendar value)
Sets the value of the dateTimeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

toString

public String toString()
Overrides:
toString in class MessageType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class MessageType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class MessageType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class MessageType

equals

public boolean equals(Object object)
Overrides:
equals in class MessageType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class MessageType

hashCode

public int hashCode()
Overrides:
hashCode in class MessageType


Copyright © 2012 Jasig. All Rights Reserved.