org.mobicents.protocols.ss7.isup.message.parameter
public interface TerminatingNetworkRoutingNumber extends Number, ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_NAI_IN
see Q.763 3.66 c4 : international number
|
static int |
_NAI_NATIONAL_SN
see Q.763 3.66 c4 : national (significant) number
|
static int |
_NAI_NETWORK_SN
see Q.763 3.66 c4 : network specific number
|
static int |
_NAI_SN
see Q.763 3.66 c4 : subscriber number (national use)
|
static int |
_NAI_UNKNOWN
see Q.763 3.66 c4 : unknown (national use)
|
static int |
_NPI_DATA
numbering plan indicator indicator value.
|
static int |
_NPI_ISDN
numbering plan indicator indicator value.
|
static int |
_NPI_TELEX
numbering plan indicator indicator value.
|
static int |
_PARAMETER_CODE |
| Modifier and Type | Method and Description |
|---|---|
int |
getNatureOfAddressIndicator() |
int |
getNumberingPlanIndicator() |
int |
getTnrnLengthIndicator() |
void |
setNatureOfAddressIndicator(int natureOfAddressIndicator) |
void |
setNumberingPlanIndicator(int numberingPlanIndicator) |
getAddress, isOddFlag, setAddressgetCodestatic final int _PARAMETER_CODE
static final int _NAI_SN
static final int _NAI_UNKNOWN
static final int _NAI_NATIONAL_SN
static final int _NAI_IN
static final int _NAI_NETWORK_SN
static final int _NPI_ISDN
static final int _NPI_DATA
static final int _NPI_TELEX
int getNumberingPlanIndicator()
void setNumberingPlanIndicator(int numberingPlanIndicator)
int getNatureOfAddressIndicator()
void setNatureOfAddressIndicator(int natureOfAddressIndicator)
int getTnrnLengthIndicator()
Copyright © 2011. All Rights Reserved.