|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.protocols.ss7.sccp.parameter.GlobalTitle
public abstract class GlobalTitle
| Constructor Summary | |
|---|---|
GlobalTitle()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GlobalTitle()
| Method Detail |
|---|
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 string
public static GlobalTitle getInstance(int tt,
java.lang.String digits)
tt - translation type.digits - the address string
public 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.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||