org.mobicents.protocols.ss7.sccp.parameter
| 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.
|
java.lang.String |
toString() |
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 java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2011. All Rights Reserved.