microsoft.exchange.webservices.data
Class RecurringAppointmentMasterId
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ServiceId
microsoft.exchange.webservices.data.ItemId
microsoft.exchange.webservices.data.RecurringAppointmentMasterId
public final class RecurringAppointmentMasterId
- extends ItemId
Represents the Id of an occurrence of a recurring appointment.
| 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 |
RecurringAppointmentMasterId
public RecurringAppointmentMasterId(String occurrenceId)
throws Exception
- Represents the Id of an occurrence of a recurring appointment.
- Parameters:
occurrenceId - the occurrence id
- Throws:
Exception - the exception
getXmlElementName
protected String getXmlElementName()
- Gets the name of the XML element.
- Overrides:
getXmlElementName in class ItemId
- Returns:
- XML element name.
writeAttributesToXml
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
- Writes attributes to XML.
- Overrides:
writeAttributesToXml in class ServiceId
- Parameters:
writer - the writer
- Throws:
ServiceXmlSerializationException - the service xml serialization exception
Copyright © 2012. All Rights Reserved.