net.java.slee.resources.smpp.pdu
Interface QuerySMResp

All Superinterfaces:
PDU, java.io.Serializable, SmppResponse

public interface QuerySMResp
extends SmppResponse

The MC returns a query_sm_resp PDU as a means of indicating the result of a message query attempt. The PDU will indicate the success or failure of the attempt and for successful attempts will also include the current state of the message.

Author:
amit bhayani

Method Summary
 int getErrorCode()
           
 SMPPDate getFinalDate()
           
 java.lang.String getMessageID()
           
 int getMessageState()
           
 void setErrorCode(int errorCode)
           
 void setFinalDate(SMPPDate date)
           
 void setMessageID(java.lang.String messageID)
           
 void setMessageState(int messageState)
           
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.PDU
addTLV, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hasTLV, isTLVPermitted, removeTLV
 

Method Detail

getMessageID

java.lang.String getMessageID()

setMessageID

void setMessageID(java.lang.String messageID)

getFinalDate

SMPPDate getFinalDate()

setFinalDate

void setFinalDate(SMPPDate date)

getMessageState

int getMessageState()
Returns:
See Also:
MessageState

setMessageState

void setMessageState(int messageState)

getErrorCode

int getErrorCode()

setErrorCode

void setErrorCode(int errorCode)


Copyright © 2011. All Rights Reserved.