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

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

public interface NetworkSpecificFacility
extends ISUPParameter

Start time:13:34:38 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _PARAMETER_CODE
           
static int _TNI_NNI
          See Q.763 Type of network identification : national network identification
static int _TNI_RESERVED_INI
          See Q.763 Type of network identification : reserved for international network identification
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getLengthOfNetworkIdentification()
           
 byte[] getNetworkIdentification()
           
 int getNetworkIdentificationPlan()
           
 byte[] getNetworkSpecificaFacilityIndicator()
           
 int getTypeOfNetworkIdentification()
           
 boolean isIncludeNetworkIdentification()
           
 void setNetworkIdentification(byte[] networkdIdentification)
           
 void setNetworkIdentificationPlan(byte networkdIdentificationPlan)
           
 void setNetworkSpecificaFacilityIndicator(byte[] networkSpecificaFacilityIndicator)
           
 void setTypeOfNetworkIdentification(byte typeOfNetworkIdentification)
           
 
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

_TNI_NNI

static final int _TNI_NNI
See Q.763 Type of network identification : national network identification

See Also:
Constant Field Values

_TNI_RESERVED_INI

static final int _TNI_RESERVED_INI
See Q.763 Type of network identification : reserved for international network identification

See Also:
Constant Field Values
Method Detail

isIncludeNetworkIdentification

boolean isIncludeNetworkIdentification()

getLengthOfNetworkIdentification

int getLengthOfNetworkIdentification()

getTypeOfNetworkIdentification

int getTypeOfNetworkIdentification()

setTypeOfNetworkIdentification

void setTypeOfNetworkIdentification(byte typeOfNetworkIdentification)

getNetworkIdentificationPlan

int getNetworkIdentificationPlan()

setNetworkIdentificationPlan

void setNetworkIdentificationPlan(byte networkdIdentificationPlan)

getNetworkIdentification

byte[] getNetworkIdentification()

setNetworkIdentification

void setNetworkIdentification(byte[] networkdIdentification)

getNetworkSpecificaFacilityIndicator

byte[] getNetworkSpecificaFacilityIndicator()

setNetworkSpecificaFacilityIndicator

void setNetworkSpecificaFacilityIndicator(byte[] networkSpecificaFacilityIndicator)


Copyright © 2010. All Rights Reserved.