|
||||||||
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(java.lang.String uri)
Initializes a new instance. |
Method Summary | |
---|---|
protected java.lang.String |
getUri()
Gets the URI of the property definition. |
ExchangeVersion |
getVersion()
Gets the minimum Exchange version that supports this property. |
protected java.lang.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(java.lang.String uri)
uri
- The URI.Method Detail |
---|
protected java.lang.String getXmlElementName()
getXmlElementName
in class PropertyDefinitionBase
public ExchangeVersion getVersion()
getVersion
in class PropertyDefinitionBase
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class PropertyDefinitionBase
writer
- the writer
ServiceXmlSerializationException
- the service xml serialization exceptionprotected java.lang.String getUri()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |