JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7.tcap
Class GlobalTitle

java.lang.Object
  |
  +--jain.protocol.ss7.tcap.GlobalTitle
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GTIndicator0001, GTIndicator0010, GTIndicator0011, GTIndicator0100

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

public class GlobalTitle
extends java.lang.Object
implements java.io.Serializable

When instantiated this class represents a Global Title format which informs the user that the GlobalTitle is not included, its Global Title Indicator is a value '0000'.

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

Constructor Summary
GlobalTitle()
          Deprecated. Constructs a new Global Title of format GTINDICATOR_0000, which indicates that the GlobalTitle is not included.
 
Method Summary
 void clearAllParameters()
          Deprecated. Clears all previously set parameters .
 byte[] getAddressInformation()
          Deprecated. Gets the Address Information of this Global Title.
 int getGTIndicator()
          Deprecated. Gets the format of the Global Title.
 boolean isAddressInformationPresent()
          Deprecated. Indicates if the Address Information is present.
 void setAddressInformation(byte[] addressInformation)
          Deprecated. Sets the Address Information of this Global Title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalTitle

public GlobalTitle()
Deprecated. 
Constructs a new Global Title of format GTINDICATOR_0000, which indicates that the GlobalTitle is not included.
Method Detail

getGTIndicator

public int getGTIndicator()
Deprecated. 
Gets the format of the Global Title. The Global Title format of this class is GTINDICATOR_0000. The other Global Title formats that extend this class include:

setAddressInformation

public void setAddressInformation(byte[] addressInformation)
Deprecated. 
Sets the Address Information of this Global Title.
Parameters:
addressInformation - - the GlobalTitle Address Information subparameter is composed of digits in the form of Binary Coded Decimal(BCD).

isAddressInformationPresent

public boolean isAddressInformationPresent()
Deprecated. 
Indicates if the Address Information is present.
Returns:
true if the Address Information has been set.

getAddressInformation

public byte[] getAddressInformation()
                             throws ParameterNotSetException
Deprecated. 
Gets the Address Information of this Global Title.
Returns:
- the GlobalTitle Address Information subparameter is composed of digits in the form of Binary Coded Decimal(BCD).
Throws:
ParameterNotSetException - this exception is thrown if this parameter has not yet been set

clearAllParameters

public void clearAllParameters()
Deprecated. 
Clears all previously set parameters .

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]