|
||||||||
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.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 | |
---|---|
java.lang.Integer |
getMaximumSize()
Gets or sets the maximum size, in kilobytes. |
java.lang.Integer |
getMinimumSize()
Gets or sets the minimum size, in kilobytes. |
protected void |
internalValidate()
Validates this instance. |
void |
setMaximumSize(java.lang.Integer value)
|
void |
setMinimumSize(java.lang.Integer 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, 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 java.lang.Integer getMinimumSize()
public void setMinimumSize(java.lang.Integer value)
public java.lang.Integer getMaximumSize()
public void setMaximumSize(java.lang.Integer value)
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.
java.lang.Exception
- the exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException, javax.xml.stream.XMLStreamException
writeElementsToXml
in class ComplexProperty
writer
- The writer.
ServiceXmlSerializationException
javax.xml.stream.XMLStreamException
protected void internalValidate() throws ServiceValidationException, java.lang.Exception
internalValidate
in class ComplexProperty
ServiceValidationException
- the service validation exception
java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |