|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.BaseNotificationEventType
com.microsoft.exchange.types.BaseObjectChangedEventType
public class BaseObjectChangedEventType
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 |
|---|
protected XMLGregorianCalendar timeStamp
protected ItemIdType itemId
protected FolderIdType folderId
protected FolderIdType parentFolderId
| Constructor Detail |
|---|
public BaseObjectChangedEventType()
| Method Detail |
|---|
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ItemIdType getItemId()
ItemIdTypepublic void setItemId(ItemIdType value)
value - allowed object is
ItemIdTypepublic FolderIdType getFolderId()
FolderIdTypepublic void setFolderId(FolderIdType value)
value - allowed object is
FolderIdTypepublic FolderIdType getParentFolderId()
FolderIdTypepublic void setParentFolderId(FolderIdType value)
value - allowed object is
FolderIdTypepublic String toString()
toString in class BaseNotificationEventType
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 BaseNotificationEventType
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 BaseNotificationEventType
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 BaseNotificationEventTypepublic boolean equals(Object object)
equals in class BaseNotificationEventType
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 BaseNotificationEventTypepublic int hashCode()
hashCode in class BaseNotificationEventType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||