|
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.GTIndicator0100
GTIndicator0100
class.
This class represents a Global Title Indicator-0100, it can be used to store, create and retrieve GlobalTitle-0100 entries. It is specific only to ITU, as it not assigned in US Networks.
Constructor Summary | |
GTIndicator0100()
Deprecated. As of JAIN TCAP v1.1, this empty constructor should no longer be used as all paramters are mandatory in the GT Indicators. |
|
GTIndicator0100(byte translationType,
int numberingPlan,
int encodingScheme,
int natureOfAddrInd,
byte[] addressInformation)
Deprecated. Constructs a new Global Title Indicator-0100 with the relevent mandatory parameters. |
Method Summary | |
void |
clearAllParameters()
Deprecated. Clears all previously set parameters. |
int |
getEncodingScheme()
Deprecated. Gets the Encoding Scheme of this Global Title Indicator-0100. |
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-0100. |
int |
getNumberingPlan()
Deprecated. Gets the Numbering Plan of this Global Title Indicator-0100. |
byte |
getTranslationType()
Deprecated. Gets the Translation Type of this Global Title Indicator-0100, which directs the message to the appropriate global title translator. |
boolean |
isEncodingSchemePresent()
Deprecated. As of JAIN TCAP API v1.1, the encoding scheme is mandatory therefore no longer needs an isPresent method . |
boolean |
isNatureOfAddrIndPresent()
Deprecated. As of JAIN TCAP API v1.1, the nature of address indicator is mandatory therefore no longer needs an isPresent method . |
boolean |
isNumberingPlanPresent()
Deprecated. As of JAIN TCAP API v1.1, the numbering Plan is mandatory therefore no longer needs an isPresent method . |
boolean |
isTranslationTypePresent()
Deprecated. As of JAIN TCAP API v1.1, the translation type is mandatory therefore no longer needs an isPresent method . |
void |
setEncodingScheme(int encodingScheme)
Deprecated. Sets the Encoding Scheme of this Global Title Indicator-0100. |
void |
setNatureOfAddrInd(int natureOfAddrInd)
Deprecated. Sets the Nature of Address Indicator of this Global Title Indicator-0100. |
void |
setNumberingPlan(int numberingPlan)
Deprecated. Sets the Numbering Plan of this Global Title Indicator-0100. |
void |
setTranslationType(byte translationType)
Deprecated. Sets the Translation Type of this Global Title Indicator-0001, which directs the message to the appropriate global title translator. |
java.lang.String |
toString()
Deprecated. String representation of class GTIndicator0100 |
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 GTIndicator0100()
public GTIndicator0100(byte translationType, int numberingPlan, int encodingScheme, int natureOfAddrInd, byte[] addressInformation)
translationType
- the new Translation Type supplied to the constructornumberingPlan
- the new Numbering Plan supplied to the constructorencodingScheme
- the new Encoding Scheme supplied to the constructornatureOfAddrInd
- the new Nature Of Address Indicator supplied to the constructoraddressInformation
- the new Address Information supplied to the constructorMethod Detail |
public void setTranslationType(byte translationType)
translationType
- The new Translation Type valuepublic void setNumberingPlan(int numberingPlan)
numberingPlan
- one of the following:-
TcapConstants
public void setEncodingScheme(int encodingScheme)
encodingScheme
- The new Encoding Scheme valuepublic void setNatureOfAddrInd(int natureOfAddrInd)
natureOfAddrInd
- one of the following:
TcapConstants
public boolean isTranslationTypePresent()
isPresent method
.
public byte getTranslationType() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not been setpublic boolean isNumberingPlanPresent()
isPresent method
.
public int getNumberingPlan() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not been setTcapConstants
public boolean isEncodingSchemePresent()
isPresent method
.
public int getEncodingScheme() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not been setTcapConstants
public boolean isNatureOfAddrIndPresent()
isPresent method
.
public int getNatureOfAddrInd() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not 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 |