org.jsmpp.bean
Class QuerySm

java.lang.Object
  extended by org.jsmpp.bean.Command
      extended by org.jsmpp.bean.QuerySm

public class QuerySm
extends Command

Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
QuerySm()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMessageId()
           
 java.lang.String getSourceAddr()
           
 byte getSourceAddrNpi()
           
 byte getSourceAddrTon()
           
 int hashCode()
           
 void setMessageId(java.lang.String messageId)
           
 void setSourceAddr(java.lang.String sourceAddr)
           
 void setSourceAddrNpi(byte sourceAddrNpi)
           
 void setSourceAddrTon(byte sourceAddrTon)
           
 
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

QuerySm

public QuerySm()
Method Detail

getMessageId

public java.lang.String getMessageId()
Returns:
the messageId

setMessageId

public void setMessageId(java.lang.String messageId)
Parameters:
messageId - the messageId to set

getSourceAddrTon

public byte getSourceAddrTon()

setSourceAddrTon

public void setSourceAddrTon(byte sourceAddrTon)

getSourceAddrNpi

public byte getSourceAddrNpi()

setSourceAddrNpi

public void setSourceAddrNpi(byte sourceAddrNpi)

getSourceAddr

public java.lang.String getSourceAddr()

setSourceAddr

public void setSourceAddr(java.lang.String sourceAddr)

hashCode

public int hashCode()
Overrides:
hashCode in class Command

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Command