microsoft.exchange.webservices.data
Class RecurrencePropertyDefinition
java.lang.Object
microsoft.exchange.webservices.data.PropertyDefinitionBase
microsoft.exchange.webservices.data.ServiceObjectPropertyDefinition
microsoft.exchange.webservices.data.PropertyDefinition
microsoft.exchange.webservices.data.RecurrencePropertyDefinition
public class RecurrencePropertyDefinition
- extends PropertyDefinition
Represenrs recurrence property definition.
Method Summary |
java.lang.Class |
getType()
Gets the property type. |
protected void |
loadPropertyValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
microsoft.exchange.webservices.data.PropertyBag propertyBag)
Loads from XML. |
protected void |
writePropertyValueToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
microsoft.exchange.webservices.data.PropertyBag propertyBag,
boolean isUpdateOperation)
Writes to XML. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RecurrencePropertyDefinition
protected RecurrencePropertyDefinition(java.lang.String xmlElementName,
java.lang.String uri,
java.util.EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version)
- Initializes a new instance of the RecurrencePropertyDefinition class.
- Parameters:
xmlElementName
- the xml element nameuri
- the uriflags
- the flagsversion
- the version
loadPropertyValueFromXml
protected void loadPropertyValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
microsoft.exchange.webservices.data.PropertyBag propertyBag)
throws java.lang.Exception
- Loads from XML.
- Specified by:
loadPropertyValueFromXml
in class PropertyDefinition
- Parameters:
reader
- the readerpropertyBag
- the property bag
- Throws:
java.lang.Exception
- the exception
writePropertyValueToXml
protected void writePropertyValueToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
microsoft.exchange.webservices.data.PropertyBag propertyBag,
boolean isUpdateOperation)
throws java.lang.Exception
- Writes to XML.
- Specified by:
writePropertyValueToXml
in class PropertyDefinition
- Parameters:
writer
- the writerpropertyBag
- the property bagisUpdateOperation
- the is update operation
- Throws:
java.lang.Exception
- the exception
getType
public java.lang.Class getType()
- Gets the property type.
- Specified by:
getType
in class PropertyDefinitionBase