org.mobicents.protocols.ss7.isup.message.parameter
public interface GenericDigits extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
_ENCODING_SCHEME_BCD_EVEN
See Q.763 3.24 Encoding scheme : BCD even: (even number of digits)
|
static int |
_ENCODING_SCHEME_BCD_ODD
See Q.763 3.24 Encoding scheme : BCD odd: (odd number of digits)
|
static int |
_ENCODING_SCHEME_BINARY
See Q.763 3.24 Encoding scheme : binary coded
|
static int |
_ENCODING_SCHEME_IA5
See Q.763 3.24 Encoding scheme : IA5 character
|
static int |
_PARAMETER_CODE |
static int |
_TOD_ACCOUNT_CODE
See Q.763 3.24 Type of digits : reserved for account code
|
static int |
_TOD_AUTHORIZATION_CODE
See Q.763 3.24 Type of digits : reserved for authorisation code
|
static int |
_TOD_BGCI
See Q.763 3.24 Type of digits : reserved for business communication group
identity
|
static int |
_TOD_PNTCM
See Q.763 3.24 Type of digits : reserved for private networking
travelling class mark
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDigits() |
int |
getEncodingScheme() |
int |
getTypeOfDigits() |
void |
setDigits(int[] digits) |
void |
setEncodingScheme(int encodingScheme) |
void |
setTypeOfDigits(int typeOfDigits) |
getCodestatic final int _PARAMETER_CODE
static final int _ENCODING_SCHEME_BCD_EVEN
static final int _ENCODING_SCHEME_BCD_ODD
static final int _ENCODING_SCHEME_IA5
static final int _ENCODING_SCHEME_BINARY
static final int _TOD_ACCOUNT_CODE
static final int _TOD_AUTHORIZATION_CODE
static final int _TOD_PNTCM
static final int _TOD_BGCI
Copyright © 2011. All Rights Reserved.