com.microsoft.exchange.types
Class BaseObjectChangedEventType

java.lang.Object
  extended by com.microsoft.exchange.types.BaseNotificationEventType
      extended by com.microsoft.exchange.types.BaseObjectChangedEventType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
ModifiedEventType, MovedCopiedEventType

public class BaseObjectChangedEventType
extends BaseNotificationEventType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for BaseObjectChangedEventType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BaseObjectChangedEventType">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/exchange/services/2006/types}BaseNotificationEventType">
       <sequence>
         <element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <choice>
           <element name="FolderId" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderIdType"/>
           <element name="ItemId" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemIdType"/>
         </choice>
         <element name="ParentFolderId" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderIdType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  FolderIdType folderId
           
protected  ItemIdType itemId
           
protected  FolderIdType parentFolderId
           
protected  XMLGregorianCalendar timeStamp
           
 
Fields inherited from class com.microsoft.exchange.types.BaseNotificationEventType
watermark
 
Constructor Summary
BaseObjectChangedEventType()
           
 
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)
           
 FolderIdType getFolderId()
          Gets the value of the folderId property.
 ItemIdType getItemId()
          Gets the value of the itemId property.
 FolderIdType getParentFolderId()
          Gets the value of the parentFolderId property.
 XMLGregorianCalendar getTimeStamp()
          Gets the value of the timeStamp property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setFolderId(FolderIdType value)
          Sets the value of the folderId property.
 void setItemId(ItemIdType value)
          Sets the value of the itemId property.
 void setParentFolderId(FolderIdType value)
          Sets the value of the parentFolderId property.
 void setTimeStamp(XMLGregorianCalendar value)
          Sets the value of the timeStamp property.
 String toString()
           
 
Methods inherited from class com.microsoft.exchange.types.BaseNotificationEventType
getWatermark, setWatermark
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

timeStamp

protected XMLGregorianCalendar timeStamp

itemId

protected ItemIdType itemId

folderId

protected FolderIdType folderId

parentFolderId

protected FolderIdType parentFolderId
Constructor Detail

BaseObjectChangedEventType

public BaseObjectChangedEventType()
Method Detail

getTimeStamp

public XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.

Returns:
possible object is XMLGregorianCalendar

setTimeStamp

public void setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getItemId

public ItemIdType getItemId()
Gets the value of the itemId property.

Returns:
possible object is ItemIdType

setItemId

public void setItemId(ItemIdType value)
Sets the value of the itemId property.

Parameters:
value - allowed object is ItemIdType

getFolderId

public FolderIdType getFolderId()
Gets the value of the folderId property.

Returns:
possible object is FolderIdType

setFolderId

public void setFolderId(FolderIdType value)
Sets the value of the folderId property.

Parameters:
value - allowed object is FolderIdType

getParentFolderId

public FolderIdType getParentFolderId()
Gets the value of the parentFolderId property.

Returns:
possible object is FolderIdType

setParentFolderId

public void setParentFolderId(FolderIdType value)
Sets the value of the parentFolderId property.

Parameters:
value - allowed object is FolderIdType

toString

public String toString()
Overrides:
toString in class BaseNotificationEventType

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 BaseNotificationEventType

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 BaseNotificationEventType

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 BaseNotificationEventType

equals

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

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 BaseNotificationEventType

hashCode

public int hashCode()
Overrides:
hashCode in class BaseNotificationEventType


Copyright © 2012 Jasig. All Rights Reserved.