|
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.GTIndicator0001
GTIndicator0001
class.
This class represents a Global Title Indicator-0001, it can be used to store, create and retrieve GlobalTitle-0001 entries. It contains the accessor methods for the following parameters in order to accommodate the difference in the protocol variants supported:
Bit 8 |
Odd/Even |
0 |
Even number of address signals |
1 |
Odd number of address signals |
isOddIndicator
will return true when there is an odd
number of address_signals/digits/numbers and false when there is
an even number of address_signals/digits/numbers.
GlobalTitle
, Serialized FormConstructor Summary | |
GTIndicator0001()
Deprecated. Constructs a new Global Title Indicator-0001. |
Method Summary | |
void |
clearAllParameters()
Deprecated. Clears all previously set parameters. |
int |
getEncodingScheme()
Deprecated. Gets the Encoding Scheme of this Global Title Indicator-0001. |
int |
getGTIndicator()
Deprecated. This method returns the format of this Global Title. |
int |
getNatureOfAddrInd()
Deprecated. Gets the Nature of Address Indicator of this Global Title Indicator-0001. |
int |
getNumberingPlan()
Deprecated. Gets the Numbering Plan of this Global Title Indicator-0001. |
byte |
getTranslationType()
Deprecated. Gets the Translation Type of this Global Title Indicator. |
boolean |
isEncodingSchemePresent()
Deprecated. Indicates if the Encoding Scheme is present. |
boolean |
isNumberingPlanPresent()
Deprecated. Indicates if the Numbering Plan is present. |
boolean |
isTranslationTypePresent()
Deprecated. Indicates if the Translation Type is present. |
void |
setEncodingScheme(int encodingScheme)
Deprecated. Sets the Encoding Scheme of this Global Title Indicator-0001. |
void |
setNatureOfAddrInd(int natureOfAddrInd)
Deprecated. Sets the Nature of Address Indicator of this Global Title Indicator-0001. |
void |
setNumberingPlan(int numberingPlan)
Deprecated. Gets the Numbering Plan of this Global Title Indicator-0001. |
void |
setTranslationType(byte translationType)
Deprecated. Sets the Translation Type of this Global Title Indicator |
java.lang.String |
toString()
Deprecated. Returns a description of this class |
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 GTIndicator0001()
Method Detail |
public boolean isTranslationTypePresent()
public byte getTranslationType() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not yet been setpublic void setTranslationType(byte translationType)
translationType
- the Translation Typepublic boolean isNumberingPlanPresent()
public void setNumberingPlan(int numberingPlan)
public int getNumberingPlan() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not yet been setpublic void setEncodingScheme(int encodingScheme)
encodingScheme
- the Encoding Scheme
public boolean isEncodingSchemePresent()
public int getEncodingScheme() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not yet been setpublic void setNatureOfAddrInd(int natureOfAddrInd)
natureOfAddrInd
- one of the following:
public int getNatureOfAddrInd() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not yet been setpublic 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 |