org.jsmpp.bean
Class BindResp

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

public class BindResp
extends Command

This class represent SMPP bind response command.

Version:
1.0
Author:
uudashr

Field Summary
 
Fields inherited from class org.jsmpp.bean.Command
commandId, commandLength, commandStatus, sequenceNumber
 
Constructor Summary
BindResp()
          Default constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 OptionalParameter[] getOptionalParameters()
           
 java.lang.String getSystemId()
          Get the system_id.
 int hashCode()
           
 void setOptionalParameters(OptionalParameter[] optionalParameters)
           
 void setSystemId(java.lang.String systemId)
          Set the system_id.
 
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

BindResp

public BindResp()
Default constructor.

Method Detail

getSystemId

public java.lang.String getSystemId()
Get the system_id.

Returns:
the system_id.

setSystemId

public void setSystemId(java.lang.String systemId)
Set the system_id.

Parameters:
systemId - is the system_id.

getOptionalParameters

public OptionalParameter[] getOptionalParameters()

setOptionalParameters

public void setOptionalParameters(OptionalParameter[] optionalParameters)

hashCode

public int hashCode()
Overrides:
hashCode in class Command

equals

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