|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsmpp.bean.Command
org.jsmpp.bean.Bind
public class Bind
This class represent SMPP bind command.
Field Summary |
---|
Fields inherited from class org.jsmpp.bean.Command |
---|
commandId, commandLength, commandStatus, sequenceNumber |
Constructor Summary | |
---|---|
Bind()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAddressRange()
Get the address_range. |
byte |
getAddrNpi()
Get the addr_npi. |
byte |
getAddrTon()
Get the addr_ton. |
byte |
getInterfaceVersion()
Get the interface_version. |
java.lang.String |
getPassword()
Get the password. |
java.lang.String |
getSystemId()
Get the system_id. |
java.lang.String |
getSystemType()
Get the system_type. |
int |
hashCode()
|
void |
setAddressRange(java.lang.String addressRange)
Set the address_range. |
void |
setAddrNpi(byte addrNpi)
Set the addr_npi. |
void |
setAddrTon(byte addrTon)
Set the addr_ton. |
void |
setInterfaceVersion(byte interfaceVersion)
Set the interface_version. |
void |
setPassword(java.lang.String password)
Set the password. |
void |
setSystemId(java.lang.String systemId)
Set the system_id. |
void |
setSystemType(java.lang.String systemType)
Set the system_type. |
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 |
---|
public Bind()
Method Detail |
---|
public java.lang.String getAddressRange()
public void setAddressRange(java.lang.String addressRange)
addressRange
- is the address_range.public byte getAddrNpi()
public void setAddrNpi(byte addrNpi)
addrNpi
- is the addr_npi.public byte getAddrTon()
public void setAddrTon(byte addrTon)
addrTon
- is the addr_ton.public byte getInterfaceVersion()
public void setInterfaceVersion(byte interfaceVersion)
interfaceVersion
- is the interface_version.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- is the password.public java.lang.String getSystemId()
public void setSystemId(java.lang.String systemId)
systemId
- is the system_id.public java.lang.String getSystemType()
public void setSystemType(java.lang.String systemType)
systemType
- is the system_type.public int hashCode()
hashCode
in class Command
public boolean equals(java.lang.Object obj)
equals
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |