|
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.tcap.GlobalTitle
|
+--jain.protocol.ss7.tcap.GTIndicator0011
GTIndicator0011 class.
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.
GlobalTitle, Serialized Form| Constructor Summary | |
GTIndicator0011()
Deprecated. As of JAIN TCAP v1.1, this empty constructor should no longer be used as all paramters are mandatory in the GT Indicators. |
|
GTIndicator0011(byte translationType,
int numberingPlan,
int encodingScheme,
byte[] addressInformation)
Deprecated. Constructs a new Global Title Indicator-0011 with the relevent mandatory parameters. |
|
| Method Summary | |
void |
clearAllParameters()
Deprecated. Clears all previously set parameters. |
int |
getEncodingScheme()
Deprecated. Gets the Encoding Scheme of this Global Title Indicator-0011. |
int |
getGTIndicator()
Deprecated. This method returns the format of this Global Title. |
int |
getNumberingPlan()
Deprecated. Gets the Numbering Plan of this Global Title Indicator-0011. |
byte |
getTranslationType()
Deprecated. Gets the Translation Type of this Global Title Indicator-0001, which directs the message to the appropriate global title translator. |
boolean |
isEncodingSchemePresent()
Deprecated. As of JAIN TCAP API v1.1, the encoding scheme is mandatory therefore no longer needs an isPresent method . |
boolean |
isNumberingPlanPresent()
Deprecated. As of JAIN TCAP API v1.1, the numbering Plan is mandatory therefore no longer needs an isPresent method . |
boolean |
isTranslationTypePresent()
Deprecated. As of JAIN TCAP API v1.1, the translation type is mandatory therefore no longer needs an isPresent method . |
void |
setEncodingScheme(int encodingScheme)
Deprecated. Sets the Encoding Scheme of this Global Title Indicator-0011. |
void |
setNumberingPlan(int numberingPlan)
Deprecated. Sets the Numbering Plan of this Global Title Indicator-0011. |
void |
setTranslationType(byte translationType)
Deprecated. Sets the Translation Type of this Global Title Indicator-0011, which directs the message to the appropriate global title translator. |
java.lang.String |
toString()
Deprecated. String representation of class GTIndicator0011 |
| Methods inherited from class jain.protocol.ss7.tcap.GlobalTitle |
getAddressInformation, isAddressInformationPresent, setAddressInformation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GTIndicator0011()
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:-
TcapConstantspublic void setEncodingScheme(int encodingScheme)
encodingScheme - The new Encoding Scheme valuepublic boolean isTranslationTypePresent()
isPresent method .
public byte getTranslationType()
throws MandatoryParameterNotSetException
MandatoryParameterNotSetException - thrown if this mandatory
parameter has not been set
since JAIN TCAP v1.1public boolean isNumberingPlanPresent()
isPresent method .
public int getNumberingPlan()
throws MandatoryParameterNotSetException
MandatoryParameterNotSetException - thrown if this mandatory
parameter has not been setTcapConstantspublic boolean isEncodingSchemePresent()
isPresent method .
public int getEncodingScheme()
throws MandatoryParameterNotSetException
MandatoryParameterNotSetException - thrown if this mandatory
parameter has not been setpublic int getGTIndicator()
getGTIndicator in class GlobalTitlepublic void clearAllParameters()
clearAllParameters in class GlobalTitlepublic java.lang.String toString()
toString in class java.lang.Object
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||