|
||||||||
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(java.lang.String recurringMasterUniqueId,
int occurrenceIndex)
Initializes a new instance. |
Method Summary | |
---|---|
int |
getOccurrenceIndex()
Gets the index of the occurrence. |
protected java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppointmentOccurrenceId(java.lang.String recurringMasterUniqueId, int occurrenceIndex) throws java.lang.Exception
recurringMasterUniqueId
- the recurring master unique idoccurrenceIndex
- the occurrence index
java.lang.Exception
- the exceptionMethod Detail |
---|
public int getOccurrenceIndex()
public void setOccurrenceIndex(int occurrenceIndex)
occurrenceIndex
- the new occurrence indexprotected java.lang.String getXmlElementName()
getXmlElementName
in class ItemId
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class ServiceId
writer
- the writer
ServiceXmlSerializationException
- the service xml serialization exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |