org.gsm.oneapi.responsebean.sms
Class InboundSMSMessageList

java.lang.Object
  extended by org.gsm.oneapi.responsebean.sms.InboundSMSMessageList
All Implemented Interfaces:
java.io.Serializable

public class InboundSMSMessageList
extends java.lang.Object
implements java.io.Serializable

InboundMessageList contains the detail of the response to get a list of received SMS messages

See Also:
Serialized Form

Constructor Summary
InboundSMSMessageList()
           
 
Method Summary
 InboundSMSMessage[] getInboundSMSMessage()
          return the inboundSMSMessage array
 java.lang.Integer getNumberOfMessagesInThisBatch()
          return the number of messages returned for this batch
 java.lang.String getResourceURL()
          return resourceURL containing a URL uniquely identifying this MMS message list
 java.lang.Integer getTotalNumberOfPendingMessages()
          return the totalNumberOfPendingMessages awaiting retrieval from gateway storage
 void setInboundSMSMessage(InboundSMSMessage[] inboundSMSMessage)
          set the inboundSMSMessage array.
 void setNumberOfMessagesInThisBatch(java.lang.Integer numberOfMessagesInThisBatch)
          set the number of messages returned for this batch.
 void setResourceURL(java.lang.String resourceURL)
          set resourceURL containing a URL uniquely identifying this MMS message list.
 void setTotalNumberOfPendingMessages(java.lang.Integer totalNumberOfPendingMessages)
          set the totalNumberOfPendingMessages awaiting retrieval from gateway storage.
 java.lang.String toString()
          generate a textual representation of the inboundSMSMessageList instance including nested elements and classes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InboundSMSMessageList

public InboundSMSMessageList()
Method Detail

getInboundSMSMessage

public InboundSMSMessage[] getInboundSMSMessage()
return the inboundSMSMessage array


setInboundSMSMessage

public void setInboundSMSMessage(InboundSMSMessage[] inboundSMSMessage)
set the inboundSMSMessage array. This is called internally to set the contents according to the JSON response.


getNumberOfMessagesInThisBatch

public java.lang.Integer getNumberOfMessagesInThisBatch()
return the number of messages returned for this batch


getResourceURL

public java.lang.String getResourceURL()
return resourceURL containing a URL uniquely identifying this MMS message list


getTotalNumberOfPendingMessages

public java.lang.Integer getTotalNumberOfPendingMessages()
return the totalNumberOfPendingMessages awaiting retrieval from gateway storage


setNumberOfMessagesInThisBatch

public void setNumberOfMessagesInThisBatch(java.lang.Integer numberOfMessagesInThisBatch)
set the number of messages returned for this batch. This is called internally to set the contents according to the JSON response.


setResourceURL

public void setResourceURL(java.lang.String resourceURL)
set resourceURL containing a URL uniquely identifying this MMS message list. This is called internally to set the contents according to the JSON response.


setTotalNumberOfPendingMessages

public void setTotalNumberOfPendingMessages(java.lang.Integer totalNumberOfPendingMessages)
set the totalNumberOfPendingMessages awaiting retrieval from gateway storage. This is called internally to set the contents according to the JSON response.


toString

public java.lang.String toString()
generate a textual representation of the inboundSMSMessageList instance including nested elements and classes

Overrides:
toString in class java.lang.Object