org.jsmpp.bean
Class SubmitSmResp

java.lang.Object
  extended by org.jsmpp.bean.Command
      extended by org.jsmpp.bean.AbstractSmRespCommand
          extended by org.jsmpp.bean.SubmitSmResp

public class SubmitSmResp
extends AbstractSmRespCommand

Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
SubmitSmResp()
           
 
Method Summary
 
Methods inherited from class org.jsmpp.bean.AbstractSmRespCommand
equals, getMessageId, hashCode, setMessageId
 
Methods inherited from class org.jsmpp.bean.Command
getCommandId, getCommandIdAsHex, getCommandLength, getCommandStatus, getCommandStatusAsHex, getSequenceNumber, setCommandId, setCommandLength, setCommandStatus, setSequenceNumber, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubmitSmResp

public SubmitSmResp()