|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
public final class RulePredicateSizeRange
Represents the minimum and maximum size of a message.
| Constructor Summary | |
|---|---|
protected |
RulePredicateSizeRange()
Initializes a new instance of the RulePredicateSizeRange class. |
| Method Summary | |
|---|---|
Integer |
getMaximumSize()
Gets or sets the maximum size, in kilobytes. |
Integer |
getMinimumSize()
Gets or sets the minimum size, in kilobytes. |
protected void |
internalValidate()
Validates this instance. |
void |
setMaximumSize(Integer value)
|
void |
setMinimumSize(Integer value)
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 RulePredicateSizeRange()
| Method Detail |
|---|
public Integer getMinimumSize()
public void setMinimumSize(Integer value)
public Integer getMaximumSize()
public void setMaximumSize(Integer value)
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.
Exception - the exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeElementsToXml in class ComplexPropertywriter - the writer
XMLStreamException - the XML stream exception
ServiceXmlSerializationException
protected void internalValidate()
throws ServiceValidationException,
Exception
internalValidate in class ComplexPropertyException - the exception
ServiceValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||