|
||||||||||
| 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.InternetMessageHeader
public final class InternetMessageHeader
Defines the EwsXmlReader class.
| Constructor Summary | |
|---|---|
protected |
InternetMessageHeader()
Initializes a new instance of the EwsXmlReader class. |
| Method Summary | |
|---|---|
String |
getName()
Gets the name. |
String |
getValue()
The value of the header. |
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads the attribute from XML. |
void |
readTextValueFromXml(EwsServiceXmlReader reader)
Reads the text value from XML. |
void |
setName(String name)
The name of the header. |
void |
setValue(String value)
Sets the value. |
String |
toString()
Obtains a string representation of the header. |
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to 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, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected InternetMessageHeader()
| Method Detail |
|---|
public void readAttributesFromXml(EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void readTextValueFromXml(EwsServiceXmlReader reader)
throws XMLStreamException,
ServiceXmlDeserializationException
readTextValueFromXml in class ComplexPropertyreader - the reader
XMLStreamException - the XML stream exception
ServiceXmlDeserializationException - the service xml deserialization exception
public void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exceptionpublic String toString()
toString in class Objectpublic void setName(String name)
name - the new namepublic String getName()
public String getValue()
public void setValue(String value)
value - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||