jain.protocol.ss7.tcap
Class GlobalTitle

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

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 of value '0000'.

Version:
1.0
Author:
Colm Hayden & Phelim O'Doherty
See Also:
Serialized Form

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

Constructor Detail

GlobalTitle

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

getGTIndicator

public int getGTIndicator()
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)
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()
Indicates if the Address Information is present.
Returns:
true if the Address Information has been set.

getAddressInformation

public byte[] getAddressInformation()
                             throws ParameterNotSetException
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()
Clears all previously set parameters .


28 June 2000
If you have any comments or queries, please mail them to JainTcapApiFeedback@AePONA.Com

Copyright - 2000 Sun Microsystems