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

All Superinterfaces:
AbstractNumberInterface, ISUPComponent, ISUPParameter, java.io.Serializable
All Known Subinterfaces:
CalledDirectoryNumber, CalledINNumber, CalledNumber, CalledPartyNumber, CallingPartyNumber, CallTransferNumber, ConnectedNumber, GenericNumber, HTRInformation, LocationNumber, OriginalCalledINNumber, OriginalCalledNumber, RedirectingNumber, RedirectionNumber, SubsequentNumber

public interface AbstractNAINumberInterface
extends ISUPParameter, AbstractNumberInterface

Start time:11:15:30 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _NAI_INTERNATIONAL_NUMBER
          0 0 0 0 1 0 0 international number
static int _NAI_NATIONAL_SN
          0 0 0 0 0 1 1 national (significant) number
static int _NAI_NETWORK_SPECIFIC_NUMBER_NU
          0 0 0 0 1 0 1 network-specific number (national use) ITU-T Q.763 (12/1999) 23
static int _NAI_NRNCWCDN
          0 0 0 1 0 0 0 network routing number concatenated with Called Directory Number (national use)
static int _NAI_NRNIN_SNF
          0 0 0 0 1 1 1 network routing number in network-specific number format (national use)
static int _NAI_NRNINSNF
          0 0 0 0 1 1 0 network routing number in national (significant) number format (national use)
static int _NAI_SUBSCRIBER_NUMBER
          0 0 0 0 0 0 1 subscriber number (national use)
static int _NAI_UNKNOWN
          0 0 0 0 0 1 0 unknown (national use)
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getNatureOfAddressIndicator()
           
 void setNatureOfAddresIndicator(int natureOfAddresIndicator)
           
 
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

_NAI_SUBSCRIBER_NUMBER

static final int _NAI_SUBSCRIBER_NUMBER
0 0 0 0 0 0 1 subscriber number (national use)

See Also:
Constant Field Values

_NAI_UNKNOWN

static final int _NAI_UNKNOWN
0 0 0 0 0 1 0 unknown (national use)

See Also:
Constant Field Values

_NAI_NATIONAL_SN

static final int _NAI_NATIONAL_SN
0 0 0 0 0 1 1 national (significant) number

See Also:
Constant Field Values

_NAI_INTERNATIONAL_NUMBER

static final int _NAI_INTERNATIONAL_NUMBER
0 0 0 0 1 0 0 international number

See Also:
Constant Field Values

_NAI_NETWORK_SPECIFIC_NUMBER_NU

static final int _NAI_NETWORK_SPECIFIC_NUMBER_NU
0 0 0 0 1 0 1 network-specific number (national use) ITU-T Q.763 (12/1999) 23

See Also:
Constant Field Values

_NAI_NRNINSNF

static final int _NAI_NRNINSNF
0 0 0 0 1 1 0 network routing number in national (significant) number format (national use)

See Also:
Constant Field Values

_NAI_NRNIN_SNF

static final int _NAI_NRNIN_SNF
0 0 0 0 1 1 1 network routing number in network-specific number format (national use)

See Also:
Constant Field Values

_NAI_NRNCWCDN

static final int _NAI_NRNCWCDN
0 0 0 1 0 0 0 network routing number concatenated with Called Directory Number (national use)

See Also:
Constant Field Values
Method Detail

getNatureOfAddressIndicator

int getNatureOfAddressIndicator()

setNatureOfAddresIndicator

void setNatureOfAddresIndicator(int natureOfAddresIndicator)


Copyright © 2010. All Rights Reserved.