public class BindParameter extends Object
Constructor and Description |
---|
BindParameter(BindType bindType,
String systemId,
String password,
String systemType,
TypeOfNumber addrTon,
NumberingPlanIndicator addrNpi,
String addressRange)
Construct with all mandatory parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAddressRange() |
NumberingPlanIndicator |
getAddrNpi() |
TypeOfNumber |
getAddrTon() |
BindType |
getBindType() |
String |
getPassword() |
String |
getSystemId() |
String |
getSystemType() |
int |
hashCode() |
public BindParameter(BindType bindType, String systemId, String password, String systemType, TypeOfNumber addrTon, NumberingPlanIndicator addrNpi, String addressRange)
bindType
- is the bind type.systemId
- is the system id.password
- is the password.systemType
- is the system type.addrTon
- is the address TON.addrNpi
- is the address NPI.addressRange
- is the address range.public BindType getBindType()
public String getSystemId()
public String getPassword()
public String getSystemType()
public TypeOfNumber getAddrTon()
public NumberingPlanIndicator getAddrNpi()
public String getAddressRange()