JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7.tcap
Class GTIndicator0010

java.lang.Object
  |
  +--jain.protocol.ss7.tcap.GlobalTitle
        |
        +--jain.protocol.ss7.tcap.GTIndicator0010
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the GTIndicator0010 class.

public final class GTIndicator0010
extends GlobalTitle

This class represents a Global Title Indicator-0010, it can be used to store, create and retrieve GlobalTitle-0010 entries.

Version:
1.1
Author:
Sun Microsystems Inc.
See Also:
GlobalTitle, Serialized Form

Constructor 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

GTIndicator0010

public 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

public 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.
Parameters:
translationType - the new translation type supplied to the constructor
addressInformation - the new address Information supplied to the constructor
Since:
JAIN TCAP v1.1
Method Detail

setTranslationType

public 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. In the case of GTIndicator-0010 the translation type may also imply the encoding scheme, used to encode the address information and the numbering plan.
Parameters:
translationType - The new Translation Type value

isTranslationTypePresent

public boolean isTranslationTypePresent()
Deprecated. As of JAIN TCAP API v1.1, the translation type is mandatory therefore no longer needs an isPresent method .


getTranslationType

public byte getTranslationType()
                        throws MandatoryParameterNotSetException
Deprecated. 
Gets the Translation Type of this Global Title Indicator-0010, which directs the message to the appropriate global title translator. In the case of GTIndicator-0010 the translation type may also imply the encoding scheme, used to encode the address information and the numbering plan.
Returns:
The Translation Type value
Throws:
MandatoryParameterNotSetException - thrown when this mandatory parameter has not been set.
Since:
JAIN TCAP v1.1

getGTIndicator

public int getGTIndicator()
Deprecated. 
This method returns the format of this Global Title.
Overrides:
getGTIndicator in class GlobalTitle
Returns:
The Global Title Indicator value

clearAllParameters

public void clearAllParameters()
Deprecated. 
Clears all previously set parameters.
Overrides:
clearAllParameters in class GlobalTitle

toString

public java.lang.String toString()
Deprecated. 
String representation of class GTIndicator0010
Overrides:
toString in class java.lang.Object
Returns:
String provides description of class GTIndicator0010

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]