public final class RulePredicateDateRange extends ComplexProperty
Modifier | Constructor and Description |
---|---|
protected |
RulePredicateDateRange()
Initializes a new instance of the RulePredicateDateRange class.
|
Modifier and Type | Method and Description |
---|---|
Date |
getEnd()
Gets or sets the range end date and time.
|
Date |
getStart()
Gets or sets the range start date and time.
|
protected void |
internalValidate()
Validates this instance.
|
void |
setEnd(Date value) |
void |
setStart(Date value) |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
protected RulePredicateDateRange()
public Date getStart()
public Date getEnd()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.Exception
- the exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException, XMLStreamException
writeElementsToXml
in class ComplexProperty
writer
- the writerXMLStreamException
- the XML stream exceptionServiceXmlSerializationException
protected void internalValidate() throws ServiceValidationException, Exception
internalValidate
in class ComplexProperty
Exception
- the exceptionServiceValidationException
Copyright © 2012–2015 Microsoft. All rights reserved.