public class Bind extends Command
commandId, commandLength, commandStatus, sequenceNumber
Constructor and Description |
---|
Bind() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAddressRange()
Get the address_range.
|
byte |
getAddrNpi()
Get the addr_npi.
|
byte |
getAddrTon()
Get the addr_ton.
|
byte |
getInterfaceVersion()
Get the interface_version.
|
String |
getPassword()
Get the password.
|
String |
getSystemId()
Get the system_id.
|
String |
getSystemType()
Get the system_type.
|
int |
hashCode() |
void |
setAddressRange(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(String password)
Set the password.
|
void |
setSystemId(String systemId)
Set the system_id.
|
void |
setSystemType(String systemType)
Set the system_type.
|
getCommandId, getCommandIdAsHex, getCommandLength, getCommandStatus, getCommandStatusAsHex, getSequenceNumber, setCommandId, setCommandLength, setCommandStatus, setSequenceNumber, toString
public String getAddressRange()
public void setAddressRange(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 String getPassword()
public void setPassword(String password)
password
- is the password.public String getSystemId()
public void setSystemId(String systemId)
systemId
- is the system_id.public String getSystemType()
public void setSystemType(String systemType)
systemType
- is the system_type.