|
||||||||||
| 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
com.microsoft.exchange.types.MovedCopiedEventType
public class MovedCopiedEventType
Java class for MovedCopiedEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MovedCopiedEventType">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/services/2006/types}BaseObjectChangedEventType">
<sequence>
<choice>
<element name="OldFolderId" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderIdType"/>
<element name="OldItemId" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemIdType"/>
</choice>
<element name="OldParentFolderId" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderIdType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FolderIdType |
oldFolderId
|
protected ItemIdType |
oldItemId
|
protected FolderIdType |
oldParentFolderId
|
| Fields inherited from class com.microsoft.exchange.types.BaseObjectChangedEventType |
|---|
folderId, itemId, parentFolderId, timeStamp |
| Fields inherited from class com.microsoft.exchange.types.BaseNotificationEventType |
|---|
watermark |
| Constructor Summary | |
|---|---|
MovedCopiedEventType()
|
|
| 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 |
getOldFolderId()
Gets the value of the oldFolderId property. |
ItemIdType |
getOldItemId()
Gets the value of the oldItemId property. |
FolderIdType |
getOldParentFolderId()
Gets the value of the oldParentFolderId property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setOldFolderId(FolderIdType value)
Sets the value of the oldFolderId property. |
void |
setOldItemId(ItemIdType value)
Sets the value of the oldItemId property. |
void |
setOldParentFolderId(FolderIdType value)
Sets the value of the oldParentFolderId property. |
String |
toString()
|
| Methods inherited from class com.microsoft.exchange.types.BaseObjectChangedEventType |
|---|
getFolderId, getItemId, getParentFolderId, getTimeStamp, setFolderId, setItemId, setParentFolderId, setTimeStamp |
| 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 ItemIdType oldItemId
protected FolderIdType oldFolderId
protected FolderIdType oldParentFolderId
| Constructor Detail |
|---|
public MovedCopiedEventType()
| Method Detail |
|---|
public ItemIdType getOldItemId()
ItemIdTypepublic void setOldItemId(ItemIdType value)
value - allowed object is
ItemIdTypepublic FolderIdType getOldFolderId()
FolderIdTypepublic void setOldFolderId(FolderIdType value)
value - allowed object is
FolderIdTypepublic FolderIdType getOldParentFolderId()
FolderIdTypepublic void setOldParentFolderId(FolderIdType value)
value - allowed object is
FolderIdTypepublic String toString()
toString in class BaseObjectChangedEventType
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 BaseObjectChangedEventType
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 BaseObjectChangedEventType
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 BaseObjectChangedEventTypepublic boolean equals(Object object)
equals in class BaseObjectChangedEventType
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 BaseObjectChangedEventTypepublic int hashCode()
hashCode in class BaseObjectChangedEventType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||