org.gsm.oneapi.responsebean.mms
Class InboundMessageList

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

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

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

See Also:
Serialized Form

Constructor Summary
InboundMessageList()
           
 
Method Summary
 InboundMessage[] getInboundMessage()
          return the inboundMessage 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 setInboundMessage(InboundMessage[] inboundMessage)
          set the inboundMessage 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 inboundMessageList 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

InboundMessageList

public InboundMessageList()
Method Detail

getInboundMessage

public InboundMessage[] getInboundMessage()
return the inboundMessage array


setInboundMessage

public void setInboundMessage(InboundMessage[] inboundMessage)
set the inboundMessage 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 inboundMessageList instance including nested elements and classes

Overrides:
toString in class java.lang.Object