|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.misc.availability.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. |
void |
loadFromXml(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. |
static void |
writeEmptyReplyToXml(EwsServiceXmlWriter writer,
String xmlElementName)
Writes an empty OofReply to XML. |
void |
writeToXml(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 |
|---|
public static void writeEmptyReplyToXml(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
public void loadFromXml(EwsServiceXmlReader reader,
String xmlElementName)
throws Exception
reader - the readerxmlElementName - the xml element name
Exception - the exception
public void writeToXml(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 | |||||||||