public class SpamComplaintActivity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SpamComplaintActivity() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getIsp()
Returns the value of field 'isp'.
|
java.lang.String |
getJobCategory()
Returns the value of field 'jobCategory'.
|
java.lang.String |
getRecipientId()
Returns the value of field 'recipientId'.
|
java.lang.String |
getRequestId()
Returns the value of field 'requestId'.
|
java.lang.String |
getSubject()
Returns the value of field 'subject'.
|
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 |
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 |
setIsp(java.lang.String isp)
Sets the value of field 'isp'.
|
void |
setJobCategory(java.lang.String jobCategory)
Sets the value of field 'jobCategory'.
|
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 |
setSubject(java.lang.String subject)
Sets the value of field 'subject'.
|
void |
setTimestamp(java.util.Date timestamp)
Sets the value of field 'timestamp'.
|
static SpamComplaintActivity |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public java.lang.String getActivityId()
public java.lang.String getCorrelationId()
public java.lang.String getEmailAddress()
public java.lang.String getIpAddress()
public java.lang.String getIsp()
public java.lang.String getJobCategory()
public java.lang.String getRecipientId()
public java.lang.String getRequestId()
public java.lang.String getSubject()
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 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 setIsp(java.lang.String isp)
isp - the value of field 'isp'.public void setJobCategory(java.lang.String jobCategory)
jobCategory - the value of field 'jobCategory'.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 setSubject(java.lang.String subject)
subject - the value of field 'subject'.public void setTimestamp(java.util.Date timestamp)
timestamp - the value of field 'timestamp'.public static SpamComplaintActivity 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.