microsoft.exchange.webservices.data.property.complex
Class ByteArrayArray
java.lang.Object
microsoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.ByteArrayArray
- All Implemented Interfaces:
- ISelfValidate, ComplexFunctionDelegate<EwsServiceXmlReader>
public class ByteArrayArray
- extends ComplexProperty
Represents an array of byte arrays
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, 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 |
ByteArrayArray
public ByteArrayArray()
getContent
public byte[][] getContent()
- Gets the content of the array of byte arrays
tryReadElementFromXml
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
- Tries to read element from XML.
- Overrides:
tryReadElementFromXml in class ComplexProperty
- Parameters:
reader - The reader.
- Returns:
- True if element was read.
- Throws:
Exception - the exception
writeElementsToXml
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
- The Writer
- Overrides:
writeElementsToXml in class ComplexProperty
- Parameters:
writer - The writer.
- Throws:
Exception - the exception
Copyright © 2012–2015 Microsoft. All rights reserved.