jain.protocol.ss7.tcap
Class GTIndicator0010

java.lang.Object
  |
  +--jain.protocol.ss7.tcap.GlobalTitle
        |
        +--jain.protocol.ss7.tcap.GTIndicator0010

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.0
Author:
Colm Hayden & Phelim O'Doherty
See Also:
Serialized Form

Constructor Summary
GTIndicator0010()
          Constructs a new Global Title Indicator-0010.
 
Method Summary
 void clearAllParameters()
          Clears all previously set parameters.
 int getGTIndicator()
          This method returns the format of this Global Title.
 byte getTranslationType()
          Gets the Translation Type of this Global Title Indicator.
 boolean isTranslationTypePresent()
          Indicates if the Translation Type is present.
 void setTranslationType(byte translationType)
          Sets the Translation Type of this Global Title Indicator
 
Methods inherited from class jain.protocol.ss7.tcap.GlobalTitle
getAddressInformation, isAddressInformationPresent, setAddressInformation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GTIndicator0010

public GTIndicator0010()
Constructs a new Global Title Indicator-0010.
Method Detail

isTranslationTypePresent

public boolean isTranslationTypePresent()
Indicates if the Translation Type is present.
Returns:
true if Translation Type has been set.

getTranslationType

public byte getTranslationType()
                        throws ParameterNotSetException
Gets the Translation Type of this Global Title Indicator.
Returns:
the Translation Type
Throws:
ParameterNotSetException - this exception is thrown if this parameter has not yet been set

setTranslationType

public void setTranslationType(byte translationType)
Sets the Translation Type of this Global Title Indicator
Parameters:
translationType - the Translation Type

getGTIndicator

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

clearAllParameters

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


01 September 99
If you have any comments or queries, please mail them to JainTcap@Sun.Com

Copyright - 1999 Sun Microsystems