org.mobicents.protocols.ss7.isup.message.parameter
Interface NetworkRoutingNumber

All Superinterfaces:
AbstractNumberInterface, ISUPComponent, ISUPParameter, java.io.Serializable
All Known Subinterfaces:
SCFID

public interface NetworkRoutingNumber
extends AbstractNumberInterface, ISUPParameter

Start time:13:33:28 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
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
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getNatureOfAddressIndicator()
           
 int getNumberingPlanIndicator()
           
 void setNatureOfAddressIndicator(int natureOfAddressIndicator)
           
 void setNumberingPlanIndicator(int numberingPlanIndicator)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.AbstractNumberInterface
getAddress, isOddFlag, setAddress
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter
getCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

_PARAMETER_CODE

static final int _PARAMETER_CODE
See Also:
Constant Field Values

_NPI_ISDN_NP

static final int _NPI_ISDN_NP
See Q.763 3.90 Numbering plan indicator : ISDN (Telephony) numbering plan (ITU-T Recommendation E.164)

See Also:
Constant Field Values

_NAI_NRNI_NATIONAL_NF

static final int _NAI_NRNI_NATIONAL_NF
See Q.763 3.90 Nature of address indicator : network routing number in national (significant) number format (national use)

See Also:
Constant Field Values

_NAI_NRNI_NETWORK_SNF

static final int _NAI_NRNI_NETWORK_SNF
See Q.763 3.90 Nature of address indicator : network routing number in network specific number format (national use)

See Also:
Constant Field Values
Method Detail

getNumberingPlanIndicator

int getNumberingPlanIndicator()

setNumberingPlanIndicator

void setNumberingPlanIndicator(int numberingPlanIndicator)

getNatureOfAddressIndicator

int getNatureOfAddressIndicator()

setNatureOfAddressIndicator

void setNatureOfAddressIndicator(int natureOfAddressIndicator)


Copyright © 2010. All Rights Reserved.