org.mobicents.protocols.ss7.isup.message.parameter
public interface NetworkSpecificFacility extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
getCodestatic final int _PARAMETER_CODE
static final int _TNI_NNI
static final int _TNI_RESERVED_INI
boolean isIncludeNetworkIdentification()
int getLengthOfNetworkIdentification()
int getTypeOfNetworkIdentification()
void setTypeOfNetworkIdentification(byte typeOfNetworkIdentification)
int getNetworkIdentificationPlan()
void setNetworkIdentificationPlan(byte networkdIdentificationPlan)
byte[] getNetworkIdentification()
void setNetworkIdentification(byte[] networkdIdentification)
byte[] getNetworkSpecificaFacilityIndicator()
void setNetworkSpecificaFacilityIndicator(byte[] networkSpecificaFacilityIndicator)
Copyright © 2011. All Rights Reserved.