public class DeliveredMessageActivity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeliveredMessageActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteMessageSize() |
java.lang.String |
getActivityId()
Returns the value of field 'activityId'.
|
java.lang.String |
getCorrelationId()
Returns the value of field 'correlationId'.
|
java.lang.String |
getEmailAddress()
Returns the value of field 'emailAddress'.
|
java.lang.String |
getIpAddress()
Returns the value of field 'ipAddress'.
|
java.lang.String |
getJobCategory()
Returns the value of field 'jobCategory'.
|
long |
getMessageSize()
Returns the value of field 'messageSize'.
|
java.lang.String |
getRecipientId()
Returns the value of field 'recipientId'.
|
java.lang.String |
getRequestId()
Returns the value of field 'requestId'.
|
java.util.Date |
getTimestamp()
Returns the value of field 'timestamp'.
|
boolean |
hasMessageSize()
Method hasMessageSize.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setActivityId(java.lang.String activityId)
Sets the value of field 'activityId'.
|
void |
setCorrelationId(java.lang.String correlationId)
Sets the value of field 'correlationId'.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the value of field 'emailAddress'.
|
void |
setIpAddress(java.lang.String ipAddress)
Sets the value of field 'ipAddress'.
|
void |
setJobCategory(java.lang.String jobCategory)
Sets the value of field 'jobCategory'.
|
void |
setMessageSize(long messageSize)
Sets the value of field 'messageSize'.
|
void |
setRecipientId(java.lang.String recipientId)
Sets the value of field 'recipientId'.
|
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 DeliveredMessageActivity |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteMessageSize()
public java.lang.String getActivityId()
public java.lang.String getCorrelationId()
public java.lang.String getEmailAddress()
public java.lang.String getIpAddress()
public java.lang.String getJobCategory()
public long getMessageSize()
public java.lang.String getRecipientId()
public java.lang.String getRequestId()
public java.util.Date getTimestamp()
public boolean hasMessageSize()
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 setActivityId(java.lang.String activityId)
activityId - the value of field 'activityId'.public void setCorrelationId(java.lang.String correlationId)
correlationId - the value of field 'correlationId'.public void setEmailAddress(java.lang.String emailAddress)
emailAddress - the value of field 'emailAddress'.public void setIpAddress(java.lang.String ipAddress)
ipAddress - the value of field 'ipAddress'.public void setJobCategory(java.lang.String jobCategory)
jobCategory - the value of field 'jobCategory'.public void setMessageSize(long messageSize)
messageSize - the value of field 'messageSize'.public void setRecipientId(java.lang.String recipientId)
recipientId - the value of field 'recipientId'.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 DeliveredMessageActivity 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.