|
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.GTIndicator0010
GTIndicator0010
class.
This class represents a Global Title Indicator-0010, it can be used to store, create and retrieve GlobalTitle-0010 entries.
GlobalTitle
, Serialized FormConstructor Summary | |
GTIndicator0010()
Deprecated. As of JAIN TCAP v1.1, this empty constructor should no longer be used as all paramters are mandatory in the GT Indicators. |
|
GTIndicator0010(byte translationType,
byte[] addressInformation)
Deprecated. Constructs a new Global Title Indicator-0010 with the mandatory fields required for an ANSI and ITU implementation of the GTIndicator-0010. |
Method Summary | |
void |
clearAllParameters()
Deprecated. Clears all previously set parameters. |
int |
getGTIndicator()
Deprecated. This method returns the format of this Global Title. |
byte |
getTranslationType()
Deprecated. Gets the Translation Type of this Global Title Indicator-0010, which directs the message to the appropriate global title translator. |
boolean |
isTranslationTypePresent()
Deprecated. As of JAIN TCAP API v1.1, the translation type is mandatory therefore no longer needs an isPresent method . |
void |
setTranslationType(byte translationType)
Deprecated. Sets the Translation Type of this Global Title Indicator-0010, which directs the message to the appropriate global title translator. |
java.lang.String |
toString()
Deprecated. String representation of class GTIndicator0010 |
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 GTIndicator0010()
public GTIndicator0010(byte translationType, byte[] addressInformation)
translationType
- the new translation type supplied to the constructoraddressInformation
- the new address Information supplied to the constructorMethod Detail |
public void setTranslationType(byte translationType)
translationType
- The new Translation Type valuepublic boolean isTranslationTypePresent()
isPresent method
.
public byte getTranslationType() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown when this
mandatory parameter has not been set.public int getGTIndicator()
getGTIndicator
in class GlobalTitle
public void clearAllParameters()
clearAllParameters
in class GlobalTitle
public 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 |