public class SmsDeliveryFailureActivity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SmsDeliveryFailureActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCategoryCode() |
java.lang.String |
getActivityId()
Returns the value of field 'activityId'.
|
java.lang.String |
getCategory()
Returns the value of field 'category'.
|
long |
getCategoryCode()
Returns the value of field 'categoryCode'.
|
java.lang.String |
getCorrelationId()
Returns the value of field 'correlationId'.
|
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 |
getSendingSmsNumber()
Returns the value of field 'sendingSmsNumber'.
|
java.lang.String |
getSmsAddress()
Returns the value of field 'smsAddress'.
|
java.util.Date |
getTimestamp()
Returns the value of field 'timestamp'.
|
boolean |
hasCategoryCode()
Method hasCategoryCode.
|
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 |
setCategory(java.lang.String category)
Sets the value of field 'category'.
|
void |
setCategoryCode(long categoryCode)
Sets the value of field 'categoryCode'.
|
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 |
setRecipientId(java.lang.String recipientId)
Sets the value of field 'recipientId'.
|
void |
setRequestId(java.lang.String requestId)
Sets the value of field 'requestId'.
|
void |
setSendingSmsNumber(java.lang.String sendingSmsNumber)
Sets the value of field 'sendingSmsNumber'.
|
void |
setSmsAddress(java.lang.String smsAddress)
Sets the value of field 'smsAddress'.
|
void |
setTimestamp(java.util.Date timestamp)
Sets the value of field 'timestamp'.
|
static SmsDeliveryFailureActivity |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteCategoryCode()
public java.lang.String getActivityId()
public java.lang.String getCategory()
public long getCategoryCode()
public java.lang.String getCorrelationId()
public java.lang.String getJobCategory()
public java.lang.String getRecipientId()
public java.lang.String getRequestId()
public java.lang.String getSendingSmsNumber()
public java.lang.String getSmsAddress()
public java.util.Date getTimestamp()
public boolean hasCategoryCode()
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 setCategory(java.lang.String category)
category - the value of field 'category'.public void setCategoryCode(long categoryCode)
categoryCode - the value of field 'categoryCode'.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 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 setSendingSmsNumber(java.lang.String sendingSmsNumber)
sendingSmsNumber - the value of field 'sendingSmsNumber'public void setSmsAddress(java.lang.String smsAddress)
smsAddress - the value of field 'smsAddress'.public void setTimestamp(java.util.Date timestamp)
timestamp - the value of field 'timestamp'.public static SmsDeliveryFailureActivity 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.