org.mobicents.protocols.ss7.sccp.parameter
public abstract class GlobalTitle extends java.lang.Object implements javolution.xml.XMLSerializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIGITS |
static java.lang.String |
ENCODING_SCHEME |
static java.lang.String |
GLOBALTITLE_INDICATOR |
static java.lang.String |
NATURE_OF_ADDRESS_INDICATOR |
static java.lang.String |
NUMBERING_PLAN |
static java.lang.String |
TRANSLATION_TYPE |
| Constructor and Description |
|---|
GlobalTitle() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getDigits()
Address string.
|
abstract GlobalTitleIndicator |
getIndicator()
Defines fields included into the global title.
|
static GlobalTitle |
getInstance(int tt,
NumberingPlan np,
NatureOfAddress noa,
java.lang.String digits)
Global title contains translation type, numbering plan, encoding scheme
and nature of address indicator.
|
static GlobalTitle |
getInstance(int tt,
NumberingPlan np,
java.lang.String digits)
Global title contains translation type, numbering plan and encoding
scheme.
|
static GlobalTitle |
getInstance(int tt,
java.lang.String digits)
Global title contains translation type only.
|
static GlobalTitle |
getInstance(NatureOfAddress noa,
java.lang.String digits)
Global tite contains nature of address indicator only.
|
static GlobalTitle |
getInstance(java.lang.String digits) |
java.lang.String |
toString() |
public static final java.lang.String GLOBALTITLE_INDICATOR
public static final java.lang.String DIGITS
public static final java.lang.String TRANSLATION_TYPE
public static final java.lang.String NUMBERING_PLAN
public static final java.lang.String NATURE_OF_ADDRESS_INDICATOR
public static final java.lang.String ENCODING_SCHEME
public abstract GlobalTitleIndicator getIndicator()
public abstract java.lang.String getDigits()
public static GlobalTitle getInstance(NatureOfAddress noa, java.lang.String digits)
noa - nature of address indicator.digits - the address stringpublic static GlobalTitle getInstance(int tt, java.lang.String digits)
tt - translation type.digits - the address stringpublic static GlobalTitle getInstance(int tt, NumberingPlan np, java.lang.String digits)
tt - translation typenp - numbering plandigits - the address string, if number of digits even the BCD even
encoding scheme is used and BCD odd otherwise.public static GlobalTitle getInstance(int tt, NumberingPlan np, NatureOfAddress noa, java.lang.String digits)
tt - translation type.np - numbering plannoa - nature of address indicator.digits - the address string, if number of digits even the BCD even
encoding scheme is used and BCD odd otherwise.public static GlobalTitle getInstance(java.lang.String digits)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2011. All Rights Reserved.