|
||||||||||
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
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()
Constructs a new Global Title Indicator-0100. |
Method Summary | |
void |
clearAllParameters()
Clears all previously set parameters. |
int |
getEncodingScheme()
Gets the Encoding Scheme of this Global Title Indicator-0100. |
int |
getGTIndicator()
This method returns the format of this Global Title. |
int |
getNatureOfAddrInd()
Gets the Nature of Adrress Indicator of this Global Title Indicator-0100. |
int |
getNumberingPlan()
Sets the Numbering Plan of this Global Title Indicator-0100. |
byte |
getTranslationType()
Gets the Translation Type of this Global Title Indicator. |
boolean |
isEncodingSchemePresent()
Indicates if the Encoding Scheme is present. |
boolean |
isNatureOfAddrIndPresent()
Indicates if the Nature of Adrress Indicator is present. |
boolean |
isNumberingPlanPresent()
Indicates if the Numbering Plan is present. |
boolean |
isTranslationTypePresent()
Indicates if the Translation Type is present. |
void |
setEncodingScheme(int encodingScheme)
Sets the Encoding Scheme of this Global Title Indicator-0100. |
void |
setNatureOfAddrInd(int natureOfAddrInd)
Sets the Nature of Adrress 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 |
java.lang.String |
toString()
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 |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public GTIndicator0100()
Method Detail |
public boolean isTranslationTypePresent()
public byte getTranslationType() throws ParameterNotSetException
public void setTranslationType(byte translationType)
translationType
- the Translation Typepublic void setNumberingPlan(int numberingPlan)
numberingPlan
- the Numbering Plan
public boolean isNumberingPlanPresent()
public int getNumberingPlan() throws ParameterNotSetException
numberingPlan
- the Numbering Plan
public void setEncodingScheme(int encodingScheme)
encodingScheme
- the Encoding Scheme
public boolean isEncodingSchemePresent()
public int getEncodingScheme() throws ParameterNotSetException
public void setNatureOfAddrInd(int natureOfAddrInd)
natureOfAddrInd
- one of the following:
public boolean isNatureOfAddrIndPresent()
public int getNatureOfAddrInd() throws ParameterNotSetException
public int getGTIndicator()
public void clearAllParameters()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |