public final class RulePredicateSizeRange extends ComplexProperty
Modifier | Constructor and Description |
---|---|
protected |
RulePredicateSizeRange()
Initializes a new instance of the RulePredicateSizeRange class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
protected RulePredicateSizeRange()
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 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.