|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ServiceId
microsoft.exchange.webservices.data.ItemId
microsoft.exchange.webservices.data.AppointmentOccurrenceId
public final class AppointmentOccurrenceId
Represents the Id of an occurrence of a recurring appointment.
| Constructor Summary | |
|---|---|
AppointmentOccurrenceId(String recurringMasterUniqueId,
int occurrenceIndex)
Initializes a new instance. |
|
| Method Summary | |
|---|---|
int |
getOccurrenceIndex()
Gets the index of the occurrence. |
protected String |
getXmlElementName()
Gets the name of the XML element. |
void |
setOccurrenceIndex(int occurrenceIndex)
Sets the occurrence index. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Gets the name of the XML element. |
| Methods inherited from class microsoft.exchange.webservices.data.ItemId |
|---|
getItemIdFromString |
| Methods inherited from class microsoft.exchange.webservices.data.ServiceId |
|---|
assign, equals, getChangeKey, getUniqueId, hashCode, isValid, readAttributesFromXml, sameIdAndChangeKey, setChangeKey, setUniqueId, toString, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, validate, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AppointmentOccurrenceId(String recurringMasterUniqueId,
int occurrenceIndex)
throws Exception
recurringMasterUniqueId - the recurring master unique idoccurrenceIndex - the occurrence index
Exception - the exception| Method Detail |
|---|
public int getOccurrenceIndex()
public void setOccurrenceIndex(int occurrenceIndex)
occurrenceIndex - the new occurrence indexprotected String getXmlElementName()
getXmlElementName in class ItemId
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ServiceIdwriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||