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>
| Modifier and Type | Field and Description |
|---|---|
protected FolderIdType |
folderId |
protected ItemIdType |
itemId |
protected FolderIdType |
parentFolderId |
protected XMLGregorianCalendar |
timeStamp |
watermark| Constructor and Description |
|---|
BaseObjectChangedEventType() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getWatermark, setWatermarkprotected XMLGregorianCalendar timeStamp
protected ItemIdType itemId
protected FolderIdType folderId
protected FolderIdType parentFolderId
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 BaseNotificationEventTypepublic 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 BaseNotificationEventTypepublic 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 BaseNotificationEventTypepublic 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 BaseNotificationEventTypepublic 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 BaseNotificationEventTypeCopyright © 2014 Jasig. All Rights Reserved.