public class ReplyMessageModel extends BaseMessageModel
| Constructor and Description |
|---|
ReplyMessageModel() |
| Modifier and Type | Method and Description |
|---|---|
Messages |
getParent()
Gets the parent.
|
String |
getResponseMessage()
Gets the response message.
|
String |
getResponseSubject()
Gets the response subject.
|
void |
setParent(Messages parent)
Sets the parent.
|
void |
setResponseMessage(String responseMessage)
Sets the response message.
|
void |
setResponseSubject(String responseSubject)
Sets the response subject.
|
ReplyMessageModel |
toObject(String xml) |
String |
toXml() |
getMessageState, getMessageType, setMessageState, setMessageTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessageContentModel, getSendInformationModel, setMessageContentModel, setSendInformationModelpublic Messages getParent()
public String getResponseMessage()
public String getResponseSubject()
public void setParent(Messages parent)
parent - the new parentpublic void setResponseMessage(String responseMessage)
responseMessage - the new response messagepublic void setResponseSubject(String responseSubject)
responseSubject - the new response subjectpublic String toXml()
toXml in interface de.alpharogroup.xml.api.XmlabletoXml in class BaseMessageModelpublic ReplyMessageModel toObject(String xml)
toObject in interface de.alpharogroup.xml.api.Transformable<SendMessageModel>toObject in class BaseMessageModelCopyright © 2015. All rights reserved.