public class TransactionalContent
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TransactionalContent() |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
getAttachments()
Returns the value of field 'attachments'.
|
java.lang.String |
getCorrelationId()
Returns the value of field 'correlationId'.
|
java.lang.String |
getFromAddress()
Returns the value of field 'fromAddress'.
|
java.lang.String |
getFromName()
Returns the value of field 'fromName'.
|
java.lang.String |
getHtmlContent()
Returns the value of field 'htmlContent'.
|
java.lang.String |
getJobCategory()
Returns the value of field 'jobCategory'.
|
java.lang.String |
getOriginalRequestId()
Returns the value of field 'originalRequestId'.
|
java.lang.String |
getRecipientId()
Returns the value of field 'recipientId'.
|
RenderErrors |
getRenderErrors()
Returns the value of field 'renderErrors'.
|
RequestErrors |
getRequestErrors()
Returns the value of field 'requestErrors'.
|
java.lang.String |
getRequestId()
Returns the value of field 'requestId'.
|
ResultType |
getResult()
Returns the value of field 'result'.
|
java.lang.String |
getSubjectLine()
Returns the value of field 'subjectLine'.
|
java.lang.String |
getTextContent()
Returns the value of field 'textContent'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setAttachments(Attachments attachments)
Sets the value of field 'attachments'.
|
void |
setCorrelationId(java.lang.String correlationId)
Sets the value of field 'correlationId'.
|
void |
setFromAddress(java.lang.String fromAddress)
Sets the value of field 'fromAddress'.
|
void |
setFromName(java.lang.String fromName)
Sets the value of field 'fromName'.
|
void |
setHtmlContent(java.lang.String htmlContent)
Sets the value of field 'htmlContent'.
|
void |
setJobCategory(java.lang.String jobCategory)
Sets the value of field 'jobCategory'.
|
void |
setOriginalRequestId(java.lang.String originalRequestId)
Sets the value of field 'originalRequestId'.
|
void |
setRecipientId(java.lang.String recipientId)
Sets the value of field 'recipientId'.
|
void |
setRenderErrors(RenderErrors renderErrors)
Sets the value of field 'renderErrors'.
|
void |
setRequestErrors(RequestErrors requestErrors)
Sets the value of field 'requestErrors'.
|
void |
setRequestId(java.lang.String requestId)
Sets the value of field 'requestId'.
|
void |
setResult(ResultType result)
Sets the value of field 'result'.
|
void |
setSubjectLine(java.lang.String subjectLine)
Sets the value of field 'subjectLine'.
|
void |
setTextContent(java.lang.String textContent)
Sets the value of field 'textContent'.
|
static TransactionalContent |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public Attachments getAttachments()
public java.lang.String getCorrelationId()
public java.lang.String getFromAddress()
public java.lang.String getFromName()
public java.lang.String getHtmlContent()
public java.lang.String getJobCategory()
public java.lang.String getOriginalRequestId()
public java.lang.String getRecipientId()
public RenderErrors getRenderErrors()
public RequestErrors getRequestErrors()
public java.lang.String getRequestId()
public ResultType getResult()
public java.lang.String getSubjectLine()
public java.lang.String getTextContent()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setAttachments(Attachments attachments)
attachments - the value of field 'attachments'.public void setCorrelationId(java.lang.String correlationId)
correlationId - the value of field 'correlationId'.public void setFromAddress(java.lang.String fromAddress)
fromAddress - the value of field 'fromAddress'.public void setFromName(java.lang.String fromName)
fromName - the value of field 'fromName'.public void setHtmlContent(java.lang.String htmlContent)
htmlContent - the value of field 'htmlContent'.public void setJobCategory(java.lang.String jobCategory)
jobCategory - the value of field 'jobCategory'.public void setOriginalRequestId(java.lang.String originalRequestId)
originalRequestId - the value of field
'originalRequestId'.public void setRecipientId(java.lang.String recipientId)
recipientId - the value of field 'recipientId'.public void setRenderErrors(RenderErrors renderErrors)
renderErrors - the value of field 'renderErrors'.public void setRequestErrors(RequestErrors requestErrors)
requestErrors - the value of field 'requestErrors'.public void setRequestId(java.lang.String requestId)
requestId - the value of field 'requestId'.public void setResult(ResultType result)
result - the value of field 'result'.public void setSubjectLine(java.lang.String subjectLine)
subjectLine - the value of field 'subjectLine'.public void setTextContent(java.lang.String textContent)
textContent - the value of field 'textContent'.public static TransactionalContent unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2016. All Rights Reserved.