|
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.GlobalTitle | +--jain.protocol.ss7.GTIndicator0100
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. It supports the following protocol standards:
Constructor Summary | |
GTIndicator0100(byte translationType,
int numberingPlan,
int encodingScheme,
int natureOfAddrInd,
byte[] addressInformation)
Constructs a new Global Title Indicator-0100 with the relevent mandatory parameters. |
Method Summary | |
int |
getEncodingScheme()
Gets the Encoding Scheme of this Global Title Indicator-0100. |
int |
getGTIndicator()
This method returns the format of this Global Title - GTINDICATOR_0100 |
int |
getNatureOfAddrInd()
Gets the Nature of Address Indicator of this Global Title Indicator-0100. |
int |
getNumberingPlan()
Gets the Numbering Plan of this Global Title Indicator-0100. |
byte |
getTranslationType()
Gets the Translation Type of this Global Title Indicator-0100, which directs the message to the appropriate global title translator. |
void |
setEncodingScheme(int encodingScheme)
Sets the Encoding Scheme of this Global Title Indicator-0100. |
void |
setNatureOfAddrInd(int natureOfAddrInd)
Sets the Nature of Address Indicator of this Global Title Indicator-0100. |
void |
setNumberingPlan(int numberingPlan)
Sets the Numbering Plan of this Global Title Indicator-0100. |
void |
setTranslationType(byte translationType)
Sets the Translation Type of this Global Title Indicator-0001, which directs the message to the appropriate global title translator. |
java.lang.String |
toString()
String representation of class GTIndicator0100 |
Methods inherited from class jain.protocol.ss7.GlobalTitle |
getAddressInformation, setAddressInformation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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:-
AddressConstants
public void setEncodingScheme(int encodingScheme)
encodingScheme
- - one of the following:-
AddressConstants
public void setNatureOfAddrInd(int natureOfAddrInd)
natureOfAddrInd
- one of the following:
AddressConstants
public byte getTranslationType() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not been setpublic int getNumberingPlan() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not been setAddressConstants
public int getEncodingScheme() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not been setAddressConstants
public int getNatureOfAddrInd() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- thrown if this mandatory
parameter has not been setAddressConstants
public int getGTIndicator()
getGTIndicator
in class GlobalTitle
public java.lang.String toString()
toString
in class GlobalTitle
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |