|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jain.protocol.ss7.GlobalTitle
|
+--jain.protocol.ss7.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. It supports the following protocol standards:
GlobalTitle, Serialized Form| Constructor Summary | |
GTIndicator0011(byte translationType,
int numberingPlan,
int encodingScheme,
byte[] addressInformation)
Constructs a new ITU Global Title Indicator-0011 with the relevent mandatory parameters. |
|
| Method Summary | |
int |
getEncodingScheme()
Gets the Encoding Scheme of this Global Title Indicator-0011. |
int |
getGTIndicator()
This method returns the format of this Global Title - GTINDICATOR_0011 |
int |
getNumberingPlan()
Gets the Numbering Plan of this Global Title Indicator-0011. |
byte |
getTranslationType()
Gets the Translation Type of this Global Title Indicator-0001, which directs the message to the appropriate global title translator. |
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-0011, which directs the message to the appropriate global title translator. |
java.lang.String |
toString()
String representation of class GTIndicator0011 |
| Methods inherited from class jain.protocol.ss7.GlobalTitle |
getAddressInformation, setAddressInformation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GTIndicator0011(byte translationType,
int numberingPlan,
int encodingScheme,
byte[] addressInformation)
translationType - the new Translation Type supplied to the constructornumberingPlan - the new Numbering Plan supplied to the constructorencodingScheme - the new Encoding Scheme supplied to the constructoraddressInformation - the new Address Information supplied to the constructor| Method Detail |
public void setTranslationType(byte translationType)
translationType - The new Translation Type valuepublic void setNumberingPlan(int numberingPlan)
numberingPlan - one of the following:-
AddressConstantspublic void setEncodingScheme(int encodingScheme)
encodingScheme - one of the following:-
AddressConstants
public byte getTranslationType()
throws MandatoryParameterNotSetException
MandatoryParameterNotSetException - thrown if this mandatory
parameter has not been set
public int getNumberingPlan()
throws MandatoryParameterNotSetException
MandatoryParameterNotSetException - thrown if this mandatory
parameter has not been setAddressConstants
public int getEncodingScheme()
throws MandatoryParameterNotSetException
MandatoryParameterNotSetException - thrown if this mandatory
parameter has not been setpublic int getGTIndicator()
getGTIndicator in class GlobalTitlepublic java.lang.String toString()
toString in class GlobalTitle
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||