org.mobicents.slee.resources.smpp.pdu
Class QuerySMRespImpl
java.lang.Object
org.mobicents.slee.resources.smpp.pdu.PDUImpl
org.mobicents.slee.resources.smpp.pdu.QuerySMRespImpl
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resources.smpp.pdu.PDU, net.java.slee.resources.smpp.pdu.QuerySMResp, net.java.slee.resources.smpp.pdu.SmppResponse, ExtSmppResponse
public class QuerySMRespImpl
- extends PDUImpl
- implements net.java.slee.resources.smpp.pdu.QuerySMResp, ExtSmppResponse
- Author:
- amit bhayani
- See Also:
- Serialized Form
| Methods inherited from class org.mobicents.slee.resources.smpp.pdu.PDUImpl |
addTLV, convertProtoAddress, convertProtoDate, convertProtoErrorAddress, equals, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hashCode, hasTLV, removeTLV, setSequenceNum |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.java.slee.resources.smpp.pdu.PDU |
addTLV, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hasTLV, removeTLV |
QuerySMRespImpl
public QuerySMRespImpl(org.mobicents.protocols.smpp.message.QuerySMResp querySMResp)
QuerySMRespImpl
public QuerySMRespImpl(long sequenceNumber)
getErrorCode
public int getErrorCode()
- Specified by:
getErrorCode in interface net.java.slee.resources.smpp.pdu.QuerySMResp
getFinalDate
public net.java.slee.resources.smpp.util.SMPPDate getFinalDate()
- Specified by:
getFinalDate in interface net.java.slee.resources.smpp.pdu.QuerySMResp
getMessageID
public java.lang.String getMessageID()
- Specified by:
getMessageID in interface net.java.slee.resources.smpp.pdu.QuerySMResp
getMessageState
public int getMessageState()
- Specified by:
getMessageState in interface net.java.slee.resources.smpp.pdu.QuerySMResp
setErrorCode
public void setErrorCode(int errorCode)
- Specified by:
setErrorCode in interface net.java.slee.resources.smpp.pdu.QuerySMResp
setFinalDate
public void setFinalDate(net.java.slee.resources.smpp.util.SMPPDate date)
- Specified by:
setFinalDate in interface net.java.slee.resources.smpp.pdu.QuerySMResp
setMessageID
public void setMessageID(java.lang.String messageID)
- Specified by:
setMessageID in interface net.java.slee.resources.smpp.pdu.QuerySMResp
setMessageState
public void setMessageState(int messageState)
- Specified by:
setMessageState in interface net.java.slee.resources.smpp.pdu.QuerySMResp
isTLVPermitted
public boolean isTLVPermitted(net.java.slee.resources.smpp.pdu.Tag tag)
- Specified by:
isTLVPermitted in interface net.java.slee.resources.smpp.pdu.PDU
getSMPPPacket
public org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
- Specified by:
getSMPPPacket in interface ExtSmppResponse
Copyright © 2010. All Rights Reserved.