|
||||||||
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
microsoft.exchange.webservices.data.PropertyDefinition
microsoft.exchange.webservices.data.AttachmentsPropertyDefinition
public final class AttachmentsPropertyDefinition
Represents base Attachments property type.
Constructor Summary | |
---|---|
AttachmentsPropertyDefinition()
|
Method Summary | |
---|---|
protected ComplexProperty |
createPropertyInstance(ServiceObject owner)
Creates the property instance. |
java.lang.Class |
getType()
Gets the property type. |
protected boolean |
hasFlag(PropertyDefinitionFlags flag,
ExchangeVersion version)
Determines whether the specified flag is set. |
protected void |
internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
microsoft.exchange.webservices.data.PropertyBag propertyBag)
* Internals the load from XML. |
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 microsoft.exchange.webservices.data.PropertyDefinition |
---|
getAssociatedInternalProperties, getName, getPrintableName, getVersion, getXmlElement, hasFlag, isNullable, registerAssociatedInternalProperties, setName |
Methods inherited from class microsoft.exchange.webservices.data.ServiceObjectPropertyDefinition |
---|
getUri, getXmlElementName, writeAttributesToXml |
Methods inherited from class microsoft.exchange.webservices.data.PropertyDefinitionBase |
---|
toString, tryLoadFromXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttachmentsPropertyDefinition()
Method Detail |
---|
protected boolean hasFlag(PropertyDefinitionFlags flag, ExchangeVersion version)
hasFlag
in class PropertyDefinition
flag
- The flag.version
- Requested version.
protected ComplexProperty createPropertyInstance(ServiceObject owner)
owner
- The owner.
public java.lang.Class getType()
getType
in class PropertyDefinitionBase
protected void internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, microsoft.exchange.webservices.data.PropertyBag propertyBag) throws java.lang.Exception
reader
- The reader.propertyBag
- The property bag.
java.lang.Exception
- the exceptionprotected void loadPropertyValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, microsoft.exchange.webservices.data.PropertyBag propertyBag) throws java.lang.Exception
loadPropertyValueFromXml
in class PropertyDefinition
reader
- The reader.propertyBag
- The property bag.
java.lang.Exception
- the exceptionprotected void writePropertyValueToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, microsoft.exchange.webservices.data.PropertyBag propertyBag, boolean isUpdateOperation) throws java.lang.Exception
writePropertyValueToXml
in class PropertyDefinition
writer
- The writer.propertyBag
- The property bag.isUpdateOperation
- Indicates whether the context is an update operation.
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |