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

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

public interface CalledPartyNumber
extends AbstractNAINumberInterface, ISUPParameter

Start time:11:52:57 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _INN_ROUTING_ALLOWED
          internal network number indicator indicator value.
static int _INN_ROUTING_NOT_ALLOWED
          internal network number indicator indicator value.
static int _NAI_NRNINNF
          nature of address indicator value.
static int _NAI_NRNINSNF
          nature of address indicator value.
static int _NAI_RNRNCWCDN
          nature of address indicator value.
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.message.parameter.AbstractNAINumberInterface
_NAI_INTERNATIONAL_NUMBER, _NAI_NATIONAL_SN, _NAI_NETWORK_SPECIFIC_NUMBER_NU, _NAI_NRNCWCDN, _NAI_NRNIN_SNF, _NAI_SUBSCRIBER_NUMBER, _NAI_UNKNOWN
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getInternalNetworkNumberIndicator()
           
 int getNumberingPlanIndicator()
           
 void setInternalNetworkNumberIndicator(int internalNetworkNumberIndicator)
           
 void setNumberingPlanIndicator(int numberingPlanIndicator)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.AbstractNAINumberInterface
getNatureOfAddressIndicator, setNatureOfAddresIndicator
 
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

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

_INN_ROUTING_ALLOWED

static final int _INN_ROUTING_ALLOWED
internal network number indicator indicator value. See Q.763 - 3.9c

See Also:
Constant Field Values

_INN_ROUTING_NOT_ALLOWED

static final int _INN_ROUTING_NOT_ALLOWED
internal network number indicator indicator value. See Q.763 - 3.9c

See Also:
Constant Field Values

_NAI_NRNINNF

static final int _NAI_NRNINNF
nature of address indicator value. See Q.763 - 3.46b network routing number in national (significant) number format (national use)

See Also:
Constant Field Values

_NAI_NRNINSNF

static final int _NAI_NRNINSNF
nature of address indicator value. See Q.763 - 3.46b network routing number in network-specific number format (national use)

See Also:
Constant Field Values

_NAI_RNRNCWCDN

static final int _NAI_RNRNCWCDN
nature of address indicator value. See Q.763 - 3.46b reserved for network routing number concatenated with Called Directory Number (national use)

See Also:
Constant Field Values
Method Detail

getNumberingPlanIndicator

int getNumberingPlanIndicator()

setNumberingPlanIndicator

void setNumberingPlanIndicator(int numberingPlanIndicator)

getInternalNetworkNumberIndicator

int getInternalNetworkNumberIndicator()

setInternalNetworkNumberIndicator

void setInternalNetworkNumberIndicator(int internalNetworkNumberIndicator)


Copyright © 2010. All Rights Reserved.