public class SmsInboundActivity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SmsInboundActivity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivityId()
Returns the value of field 'activityId'.
|
java.lang.String |
getDestinationSmsNumber()
Returns the value of field 'destinationSmsNumber'.
|
java.lang.String |
getFromCity()
Returns the value of field 'fromCity'.
|
java.lang.String |
getFromCountry()
Returns the value of field 'fromCountry'.
|
java.lang.String |
getFromState()
Returns the value of field 'fromState'.
|
java.lang.String |
getFromZip()
Returns the value of field 'fromZip'.
|
java.lang.String |
getSendingSmsNumber()
Returns the value of field 'sendingSmsNumber'.
|
java.lang.String |
getSmsBody()
Returns the value of field 'smsBody'.
|
java.util.Date |
getTimestamp()
Returns the value of field 'timestamp'.
|
java.lang.String |
getToCity()
Returns the value of field 'toCity'.
|
java.lang.String |
getToCountry()
Returns the value of field 'toCountry'.
|
java.lang.String |
getToState()
Returns the value of field 'toState'.
|
java.lang.String |
getToZip()
Returns the value of field 'toZip'.
|
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 |
setDestinationSmsNumber(java.lang.String destinationSmsNumber)
Sets the value of field 'destinationSmsNumber'.
|
void |
setFromCity(java.lang.String fromCity)
Sets the value of field 'fromCity'.
|
void |
setFromCountry(java.lang.String fromCountry)
Sets the value of field 'fromCountry'.
|
void |
setFromState(java.lang.String fromState)
Sets the value of field 'fromState'.
|
void |
setFromZip(java.lang.String fromZip)
Sets the value of field 'fromZip'.
|
void |
setSendingSmsNumber(java.lang.String sendingSmsNumber)
Sets the value of field 'sendingSmsNumber'.
|
void |
setSmsBody(java.lang.String smsBody)
Sets the value of field 'smsBody'.
|
void |
setTimestamp(java.util.Date timestamp)
Sets the value of field 'timestamp'.
|
void |
setToCity(java.lang.String toCity)
Sets the value of field 'toCity'.
|
void |
setToCountry(java.lang.String toCountry)
Sets the value of field 'toCountry'.
|
void |
setToState(java.lang.String toState)
Sets the value of field 'toState'.
|
void |
setToZip(java.lang.String toZip)
Sets the value of field 'toZip'.
|
static SmsInboundActivity |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public java.lang.String getActivityId()
public java.lang.String getDestinationSmsNumber()
public java.lang.String getFromCity()
public java.lang.String getFromCountry()
public java.lang.String getFromState()
public java.lang.String getFromZip()
public java.lang.String getSendingSmsNumber()
public java.lang.String getSmsBody()
public java.util.Date getTimestamp()
public java.lang.String getToCity()
public java.lang.String getToCountry()
public java.lang.String getToState()
public java.lang.String getToZip()
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 setDestinationSmsNumber(java.lang.String destinationSmsNumber)
destinationSmsNumber - the value of field
'destinationSmsNumber'.public void setFromCity(java.lang.String fromCity)
fromCity - the value of field 'fromCity'.public void setFromCountry(java.lang.String fromCountry)
fromCountry - the value of field 'fromCountry'.public void setFromState(java.lang.String fromState)
fromState - the value of field 'fromState'.public void setFromZip(java.lang.String fromZip)
fromZip - the value of field 'fromZip'.public void setSendingSmsNumber(java.lang.String sendingSmsNumber)
sendingSmsNumber - the value of field 'sendingSmsNumber'public void setSmsBody(java.lang.String smsBody)
smsBody - the value of field 'smsBody'.public void setTimestamp(java.util.Date timestamp)
timestamp - the value of field 'timestamp'.public void setToCity(java.lang.String toCity)
toCity - the value of field 'toCity'.public void setToCountry(java.lang.String toCountry)
toCountry - the value of field 'toCountry'.public void setToState(java.lang.String toState)
toState - the value of field 'toState'.public void setToZip(java.lang.String toZip)
toZip - the value of field 'toZip'.public static SmsInboundActivity 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.