|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.OofReply
public final class OofReply
Represents an Out of Office response.
Constructor Summary | |
---|---|
OofReply()
* Initializes a new instance of the class. |
|
OofReply(java.lang.String message)
* Initializes a new instance of the class. |
Method Summary | |
---|---|
java.lang.String |
getCulture()
* Gets the culture of the reply. |
java.lang.String |
getMessage()
* Gets the the reply message. |
static OofReply |
getOofReplyFromString(java.lang.String message)
* Initializes a new instance of the class. |
static java.lang.String |
getStringFromOofReply(OofReply oofReply)
Gets the string from oof reply. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
java.lang.String xmlElementName)
* Loads from XML. |
void |
setCulture(java.lang.String culture)
Sets the culture. |
void |
setMessage(java.lang.String message)
Sets the message. |
java.lang.String |
toString()
Obtains a string representation of the reply. |
protected static void |
writeEmptyReplyToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
java.lang.String xmlElementName)
* Writes an empty OofReply to XML. |
protected void |
writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
java.lang.String xmlElementName)
* Writes to XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OofReply()
public OofReply(java.lang.String message)
message
- the messageMethod Detail |
---|
protected static void writeEmptyReplyToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, java.lang.String xmlElementName) throws javax.xml.stream.XMLStreamException
writer
- the writerxmlElementName
- the xml element name
javax.xml.stream.XMLStreamException
- the xML stream exceptionpublic static OofReply getOofReplyFromString(java.lang.String message)
message
- the message
public static java.lang.String getStringFromOofReply(OofReply oofReply) throws java.lang.Exception
oofReply
- the oof reply
java.lang.Exception
- the exceptionprotected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, java.lang.String xmlElementName) throws java.lang.Exception
reader
- the readerxmlElementName
- the xml element name
java.lang.Exception
- the exceptionprotected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, java.lang.String xmlElementName) throws javax.xml.stream.XMLStreamException, ServiceXmlSerializationException
writer
- the writerxmlElementName
- the xml element name
javax.xml.stream.XMLStreamException
- the xML stream exception
ServiceXmlSerializationException
- the service xml serialization exceptionpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getCulture()
public void setCulture(java.lang.String culture)
culture
- the new culturepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the new message
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |