org.mobicents.protocols.ss7.isup.message.parameter
public interface NetworkRoutingNumber extends Number, ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_NAI_NRNI_NATIONAL_NF
See Q.763 3.90 Nature of address indicator : network routing number in
national (significant) number format (national use)
|
static int |
_NAI_NRNI_NETWORK_SNF
See Q.763 3.90 Nature of address indicator : network routing number in
network specific number format (national use)
|
static int |
_NPI_ISDN_NP
See Q.763 3.90 Numbering plan indicator : ISDN (Telephony) numbering plan
(ITU-T Recommendation E.164)
|
static int |
_PARAMETER_CODE |
| Modifier and Type | Method and Description |
|---|---|
int |
getNatureOfAddressIndicator() |
int |
getNumberingPlanIndicator() |
void |
setNatureOfAddressIndicator(int natureOfAddressIndicator) |
void |
setNumberingPlanIndicator(int numberingPlanIndicator) |
getAddress, isOddFlag, setAddressgetCodestatic final int _PARAMETER_CODE
static final int _NPI_ISDN_NP
static final int _NAI_NRNI_NATIONAL_NF
static final int _NAI_NRNI_NETWORK_SNF
int getNumberingPlanIndicator()
void setNumberingPlanIndicator(int numberingPlanIndicator)
int getNatureOfAddressIndicator()
void setNatureOfAddressIndicator(int natureOfAddressIndicator)
Copyright © 2011. All Rights Reserved.