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

All Superinterfaces:
AbstractNumberInterface, ISUPComponent, ISUPParameter, java.io.Serializable

public interface TerminatingNetworkRoutingNumber
extends AbstractNumberInterface, ISUPParameter

Start time:13:01:51 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
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
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getNatureOfAddressIndicator()
           
 int getNumberingPlanIndicator()
           
 int getTnrnLengthIndicator()
           
 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

_NAI_SN

static final int _NAI_SN
see Q.763 3.66 c4 : subscriber number (national use)

See Also:
Constant Field Values

_NAI_UNKNOWN

static final int _NAI_UNKNOWN
see Q.763 3.66 c4 : unknown (national use)

See Also:
Constant Field Values

_NAI_NATIONAL_SN

static final int _NAI_NATIONAL_SN
see Q.763 3.66 c4 : national (significant) number

See Also:
Constant Field Values

_NAI_IN

static final int _NAI_IN
see Q.763 3.66 c4 : international number

See Also:
Constant Field Values

_NAI_NETWORK_SN

static final int _NAI_NETWORK_SN
see Q.763 3.66 c4 : network specific number

See Also:
Constant Field Values

_NPI_ISDN

static final int _NPI_ISDN
numbering plan indicator indicator value. See Q.763 - 3.9d

See Also:
Constant Field Values

_NPI_DATA

static final int _NPI_DATA
numbering plan indicator indicator value. See Q.763 - 3.9d

See Also:
Constant Field Values

_NPI_TELEX

static final int _NPI_TELEX
numbering plan indicator indicator value. See Q.763 - 3.9d

See Also:
Constant Field Values
Method Detail

getNumberingPlanIndicator

int getNumberingPlanIndicator()

setNumberingPlanIndicator

void setNumberingPlanIndicator(int numberingPlanIndicator)

getNatureOfAddressIndicator

int getNatureOfAddressIndicator()

setNatureOfAddressIndicator

void setNatureOfAddressIndicator(int natureOfAddressIndicator)

getTnrnLengthIndicator

int getTnrnLengthIndicator()


Copyright © 2010. All Rights Reserved.