|
||||||||
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.ResponseObjectsPropertyDefinition
public class ResponseObjectsPropertyDefinition
Represents response object property defintion.
Constructor Summary | |
---|---|
protected |
ResponseObjectsPropertyDefinition(java.lang.String xmlElementName,
java.lang.String uri,
ExchangeVersion version)
Initializes a new instance of the ResponseObjectsPropertyDefinition class. |
Method Summary | |
---|---|
java.lang.Class |
getType()
Gets the property type. |
protected boolean |
isNullable()
Gets a value indicating whether this property definition is for a nullable type (ref, int?, bool?...). |
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, hasFlag, 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 |
---|
protected ResponseObjectsPropertyDefinition(java.lang.String xmlElementName, java.lang.String uri, ExchangeVersion version)
xmlElementName
- the xml element nameuri
- the uriversion
- the versionMethod Detail |
---|
protected final void loadPropertyValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, microsoft.exchange.webservices.data.PropertyBag propertyBag) throws java.lang.Exception
loadPropertyValueFromXml
in class PropertyDefinition
reader
- the readerpropertyBag
- the property bag
java.lang.Exception
- the exceptionprotected void writePropertyValueToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, microsoft.exchange.webservices.data.PropertyBag propertyBag, boolean isUpdateOperation)
writePropertyValueToXml
in class PropertyDefinition
writer
- the writerpropertyBag
- the property bagisUpdateOperation
- the is update operationprotected boolean isNullable()
isNullable
in class PropertyDefinition
public java.lang.Class getType()
getType
in class PropertyDefinitionBase
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |