|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--jain.protocol.ss7.tcap.GlobalTitle
|
+--jain.protocol.ss7.tcap.GTIndicator0011
This class represents a Global Title Indicator-0011, it can be used to store, create and retrieve GlobalTitle-0011 entries. It is specific only to ITU, as it not assigned in US Networks.
| Constructor Summary | |
GTIndicator0011()
Constructs a new Global Title Indicator-0011. |
|
| Method Summary | |
void |
clearAllParameters()
Clears all previously set parameters. |
int |
getEncodingScheme()
Gets the Encoding Scheme of this Global Title Indicator-0011. |
int |
getGTIndicator()
This method returns the format of this Global Title. |
int |
getNumberingPlan()
Gets the Numbering Plan of this Global Title Indicator-0011. |
byte |
getTranslationType()
Gets the Translation Type of this Global Title Indicator. |
boolean |
isEncodingSchemePresent()
Indicates if the Encoding Scheme is present. |
boolean |
isNumberingPlanPresent()
Indicates if the Numbering Plan is present. |
boolean |
isTranslationTypePresent()
Indicates if the Translation Type is present. |
void |
setEncodingScheme(int encodingScheme)
Sets the Encoding Scheme of this Global Title Indicator-0011. |
void |
setNumberingPlan(int numberingPlan)
Sets the Numbering Plan of this Global Title Indicator-0011. |
void |
setTranslationType(byte translationType)
Sets the Translation Type of this Global Title Indicator |
java.lang.String |
toString()
Returns a description of this class |
| Methods inherited from class jain.protocol.ss7.tcap.GlobalTitle |
getAddressInformation,
isAddressInformationPresent,
setAddressInformation |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public GTIndicator0011()
| Method Detail |
public boolean isTranslationTypePresent()
public byte getTranslationType()
throws ParameterNotSetException
public void setTranslationType(byte translationType)
translationType - the Translation Typepublic void setNumberingPlan(int numberingPlan)
numberingPlan - the Numbering Plan
public boolean isNumberingPlanPresent()
public int getNumberingPlan()
throws ParameterNotSetException
public void setEncodingScheme(int encodingScheme)
encodingScheme - the Encoding Scheme
public boolean isEncodingSchemePresent()
public int getEncodingScheme()
throws ParameterNotSetException
public int getGTIndicator()
public void clearAllParameters()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||