public class RequestActivity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RequestActivity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountId()
Returns the value of field 'accountId'.
|
java.lang.String |
getActivityId()
Returns the value of field 'activityId'.
|
java.lang.String |
getCampaignId()
Returns the value of field 'campaignId'.
|
java.lang.String |
getCampaignVersion()
Returns the value of field 'campaignVersion'.
|
java.lang.String |
getContextXml()
Returns the value of field 'contextXml'.
|
java.lang.String |
getCorrelationId()
Returns the value of field 'correlationId'.
|
java.lang.String |
getJobCategory()
Returns the value of field 'jobCategory'.
|
java.lang.String |
getNotificationEmailAddress()
Returns the value of field 'notificationEmailAddress'.
|
java.lang.String |
getRecipientXml()
Returns the value of field 'recipientXml'.
|
java.lang.String |
getRequestId()
Returns the value of field 'requestId'.
|
java.util.Date |
getTimestamp()
Returns the value of field 'timestamp'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setAccountId(java.lang.String accountId)
Sets the value of field 'accountId'.
|
void |
setActivityId(java.lang.String activityId)
Sets the value of field 'activityId'.
|
void |
setCampaignId(java.lang.String campaignId)
Sets the value of field 'campaignId'.
|
void |
setCampaignVersion(java.lang.String campaignVersion)
Sets the value of field 'campaignVersion'.
|
void |
setContextXml(java.lang.String contextXml)
Sets the value of field 'contextXml'.
|
void |
setCorrelationId(java.lang.String correlationId)
Sets the value of field 'correlationId'.
|
void |
setJobCategory(java.lang.String jobCategory)
Sets the value of field 'jobCategory'.
|
void |
setNotificationEmailAddress(java.lang.String notificationEmailAddress)
Sets the value of field 'notificationEmailAddress'.
|
void |
setRecipientXml(java.lang.String recipientXml)
Sets the value of field 'recipientXml'.
|
void |
setRequestId(java.lang.String requestId)
Sets the value of field 'requestId'.
|
void |
setTimestamp(java.util.Date timestamp)
Sets the value of field 'timestamp'.
|
static RequestActivity |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public java.lang.String getAccountId()
public java.lang.String getActivityId()
public java.lang.String getCampaignId()
public java.lang.String getCampaignVersion()
public java.lang.String getContextXml()
public java.lang.String getCorrelationId()
public java.lang.String getJobCategory()
public java.lang.String getNotificationEmailAddress()
public java.lang.String getRecipientXml()
public java.lang.String getRequestId()
public java.util.Date getTimestamp()
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 setAccountId(java.lang.String accountId)
accountId - the value of field 'accountId'.public void setActivityId(java.lang.String activityId)
activityId - the value of field 'activityId'.public void setCampaignId(java.lang.String campaignId)
campaignId - the value of field 'campaignId'.public void setCampaignVersion(java.lang.String campaignVersion)
campaignVersion - the value of field 'campaignVersion'.public void setContextXml(java.lang.String contextXml)
contextXml - the value of field 'contextXml'.public void setCorrelationId(java.lang.String correlationId)
correlationId - the value of field 'correlationId'.public void setJobCategory(java.lang.String jobCategory)
jobCategory - the value of field 'jobCategory'.public void setNotificationEmailAddress(java.lang.String notificationEmailAddress)
notificationEmailAddress - the value of field
'notificationEmailAddress'.public void setRecipientXml(java.lang.String recipientXml)
recipientXml - the value of field 'recipientXml'.public void setRequestId(java.lang.String requestId)
requestId - the value of field 'requestId'.public void setTimestamp(java.util.Date timestamp)
timestamp - the value of field 'timestamp'.public static RequestActivity 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.