public abstract class ServiceObjectPropertyDefinition extends PropertyDefinitionBase
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceObjectPropertyDefinition()
Initializes a new instance.
|
protected |
ServiceObjectPropertyDefinition(String uri)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUri()
Gets the URI of the property definition.
|
ExchangeVersion |
getVersion()
Gets the minimum Exchange version that supports this property.
|
protected String |
getXmlElementName()
Gets the name of the XML element.
|
protected void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML.
|
getPrintableName, getType, toString, tryLoadFromXml, writeToXmlprotected ServiceObjectPropertyDefinition()
protected ServiceObjectPropertyDefinition(String uri)
uri - The URI.protected String getXmlElementName()
getXmlElementName in class PropertyDefinitionBasepublic ExchangeVersion getVersion()
getVersion in class PropertyDefinitionBaseprotected void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml in class PropertyDefinitionBasewriter - the writerServiceXmlSerializationException - the service xml serialization exceptionCopyright © 2012–2015 Microsoft. All rights reserved.