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

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

public interface CallingPartyNumber
extends AbstractNAINumberInterface, ISUPParameter

Start time:11:58:14 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _APRI_ALLOWED
          address presentation restricted indicator indicator value.
static int _APRI_NOT_AVAILABLE
          address presentation restricted indicator indicator value.
static int _APRI_RESERVED
          address presentation restricted indicator indicator value.
static int _APRI_RESTRICTED
          address presentation restricted indicator indicator value.
static int _NI_COMPLETE
          number incomplete indicator indicator value.
static int _NI_INCOMPLETE
          number incomplete indicator 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
           
static int _SI_NETWORK_PROVIDED
          screening indicator indicator value.
static int _SI_USER_PROVIDED_FAILED
          screening indicator indicator value.
static int _SI_USER_PROVIDED_NOTVERIFIED
          screening indicator indicator value.
static int _SI_USER_PROVIDED_VERIFIED_PASSED
          screening indicator indicator value.
 
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_NRNINSNF, _NAI_SUBSCRIBER_NUMBER, _NAI_UNKNOWN
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getAddressRepresentationREstrictedIndicator()
           
 int getNumberIncompleteIndicator()
           
 int getNumberingPlanIndicator()
           
 int getScreeningIndicator()
           
 void setAddressRepresentationREstrictedIndicator(int addressRepresentationREstrictedIndicator)
           
 void setNumberIncompleteIndicator(int numberIncompleteIndicator)
           
 void setNumberingPlanIndicator(int numberingPlanIndicator)
           
 void setScreeningIndicator(int screeningIndicator)
           
 
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

_NI_INCOMPLETE

static final int _NI_INCOMPLETE
number incomplete indicator indicator value. See Q.763 - 3.10c

See Also:
Constant Field Values

_NI_COMPLETE

static final int _NI_COMPLETE
number incomplete indicator indicator value. See Q.763 - 3.10c

See Also:
Constant Field Values

_APRI_ALLOWED

static final int _APRI_ALLOWED
address presentation restricted indicator indicator value. See Q.763 - 3.10e

See Also:
Constant Field Values

_APRI_RESTRICTED

static final int _APRI_RESTRICTED
address presentation restricted indicator indicator value. See Q.763 - 3.10e

See Also:
Constant Field Values

_APRI_NOT_AVAILABLE

static final int _APRI_NOT_AVAILABLE
address presentation restricted indicator indicator value. See Q.763 - 3.10e

See Also:
Constant Field Values

_APRI_RESERVED

static final int _APRI_RESERVED
address presentation restricted indicator indicator value. See Q.763 - 3.10e

See Also:
Constant Field Values

_SI_USER_PROVIDED_NOTVERIFIED

static final int _SI_USER_PROVIDED_NOTVERIFIED
screening indicator indicator value. See Q.763 - 3.10f

See Also:
Constant Field Values

_SI_USER_PROVIDED_VERIFIED_PASSED

static final int _SI_USER_PROVIDED_VERIFIED_PASSED
screening indicator indicator value. See Q.763 - 3.10f

See Also:
Constant Field Values

_SI_USER_PROVIDED_FAILED

static final int _SI_USER_PROVIDED_FAILED
screening indicator indicator value. See Q.763 - 3.10f

See Also:
Constant Field Values

_SI_NETWORK_PROVIDED

static final int _SI_NETWORK_PROVIDED
screening indicator indicator value. See Q.763 - 3.10f

See Also:
Constant Field Values
Method Detail

getNumberingPlanIndicator

int getNumberingPlanIndicator()

setNumberingPlanIndicator

void setNumberingPlanIndicator(int numberingPlanIndicator)

getNumberIncompleteIndicator

int getNumberIncompleteIndicator()

setNumberIncompleteIndicator

void setNumberIncompleteIndicator(int numberIncompleteIndicator)

getAddressRepresentationREstrictedIndicator

int getAddressRepresentationREstrictedIndicator()

setAddressRepresentationREstrictedIndicator

void setAddressRepresentationREstrictedIndicator(int addressRepresentationREstrictedIndicator)

getScreeningIndicator

int getScreeningIndicator()

setScreeningIndicator

void setScreeningIndicator(int screeningIndicator)


Copyright © 2010. All Rights Reserved.