org.mobicents.slee.resources.smpp.pdu
Class QueryBroadcastSMRespImpl

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.pdu.PDUImpl
      extended by org.mobicents.slee.resources.smpp.pdu.QueryBroadcastSMRespImpl
All Implemented Interfaces:
java.io.Serializable, PDU, QueryBroadcastSMResp, SmppResponse, ExtSmppResponse

public class QueryBroadcastSMRespImpl
extends PDUImpl
implements QueryBroadcastSMResp, ExtSmppResponse

Author:
amit bhayani
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mobicents.slee.resources.smpp.pdu.PDUImpl
smppPacket
 
Constructor Summary
QueryBroadcastSMRespImpl(long sequenceNumber)
           
QueryBroadcastSMRespImpl(org.mobicents.protocols.smpp.message.QueryBroadcastSMResp queryBroadcastSMResp)
           
 
Method Summary
 java.lang.String getMessageID()
           
 org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
           
 boolean isTLVPermitted(Tag tag)
           
 void setMessageID(java.lang.String messageID)
           
 
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
 

Constructor Detail

QueryBroadcastSMRespImpl

public QueryBroadcastSMRespImpl(org.mobicents.protocols.smpp.message.QueryBroadcastSMResp queryBroadcastSMResp)

QueryBroadcastSMRespImpl

public QueryBroadcastSMRespImpl(long sequenceNumber)
Method Detail

getMessageID

public java.lang.String getMessageID()
Specified by:
getMessageID in interface QueryBroadcastSMResp

setMessageID

public void setMessageID(java.lang.String messageID)
Specified by:
setMessageID in interface QueryBroadcastSMResp

isTLVPermitted

public boolean isTLVPermitted(Tag tag)
Specified by:
isTLVPermitted in interface PDU

getSMPPPacket

public org.mobicents.protocols.smpp.message.SMPPPacket getSMPPPacket()
Specified by:
getSMPPPacket in interface ExtSmppResponse


Copyright © 2011. All Rights Reserved.