|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.PropertyDefinitionBase
microsoft.exchange.webservices.data.ServiceObjectPropertyDefinition
public abstract class ServiceObjectPropertyDefinition
Represents a property definition for a service object.
| Constructor Summary | |
|---|---|
protected |
ServiceObjectPropertyDefinition()
Initializes a new instance. |
protected |
ServiceObjectPropertyDefinition(String uri)
Initializes a new instance. |
| Method Summary | |
|---|---|
protected 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(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes the attributes to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.PropertyDefinitionBase |
|---|
getPrintableName, getType, toString, tryLoadFromXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ServiceObjectPropertyDefinition()
protected ServiceObjectPropertyDefinition(String uri)
uri - The URI.| Method Detail |
|---|
protected String getXmlElementName()
getXmlElementName in class PropertyDefinitionBasepublic ExchangeVersion getVersion()
getVersion in class PropertyDefinitionBase
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class PropertyDefinitionBasewriter - the writer
ServiceXmlSerializationException - the service xml serialization exceptionprotected String getUri()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||