|
|||||||||
| 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(String message)
* Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
String |
getCulture()
* Gets the culture of the reply. |
String |
getMessage()
* Gets the the reply message. |
static OofReply |
getOofReplyFromString(String message)
* Initializes a new instance of the class. |
static String |
getStringFromOofReply(OofReply oofReply)
Gets the string from oof reply. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
String xmlElementName)
* Loads from XML. |
void |
setCulture(String culture)
Sets the culture. |
void |
setMessage(String message)
Sets the message. |
String |
toString()
Obtains a string representation of the reply. |
protected static void |
writeEmptyReplyToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
String xmlElementName)
* Writes an empty OofReply to XML. |
protected void |
writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
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(String message)
message - the message| Method Detail |
|---|
protected static void writeEmptyReplyToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
String xmlElementName)
throws XMLStreamException
writer - the writerxmlElementName - the xml element name
XMLStreamException - the xML stream exceptionpublic static OofReply getOofReplyFromString(String message)
message - the message
public static String getStringFromOofReply(OofReply oofReply)
throws Exception
oofReply - the oof reply
Exception - the exception
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
String xmlElementName)
throws Exception
reader - the readerxmlElementName - the xml element name
Exception - the exception
protected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
String xmlElementName)
throws XMLStreamException,
ServiceXmlSerializationException
writer - the writerxmlElementName - the xml element name
XMLStreamException - the xML stream exception
ServiceXmlSerializationException - the service xml serialization exceptionpublic String toString()
toString in class Objectpublic String getCulture()
public void setCulture(String culture)
culture - the new culturepublic String getMessage()
public void setMessage(String message)
message - the new message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||