|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.RulePredicateDateRange
public final class RulePredicateDateRange
Represents the date and time range within which messages have been received.
| Constructor Summary | |
|---|---|
protected |
RulePredicateDateRange()
Initializes a new instance of the RulePredicateDateRange class. |
| Method Summary | |
|---|---|
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)
|
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RulePredicateDateRange()
| Method Detail |
|---|
public Date getStart()
public void setStart(Date value)
public Date getEnd()
public void setEnd(Date value)
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.
Exception - the exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeElementsToXml in class ComplexPropertywriter - The writer.
ServiceXmlSerializationException
XMLStreamException
protected void internalValidate()
throws ServiceValidationException,
Exception
internalValidate in class ComplexPropertyServiceValidationException - the service validation exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||