|
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
When instantiated this class represents a Global Title format which informs the user that the GlobalTitle is not included, its Global Title Indicator is of value '0000'. The various Global Title Indicators that extend this class are:
Constructor Summary | |
GlobalTitle()
Constructs a new Global Title of format GTINDICATOR_0000, which indicates that the GlobalTitle is not included. |
Method Summary | |
byte[] |
getAddressInformation()
Gets the Address Information of the sub-classed Global Title Indicators. |
int |
getGTIndicator()
Gets the format of the Global Title. |
void |
setAddressInformation(byte[] addressInformation)
Sets the Address Information of this Global Title of the subclassed GTIndicators. |
java.lang.String |
toString()
String representation of class GlobalTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GlobalTitle()
Method Detail |
public void setAddressInformation(byte[] addressInformation)
Note to developers :- An Address Information is forbidden an instantiation of this class, that is GTindicator-0000.
addressInformation
- The new Address Informationpublic int getGTIndicator()
public byte[] getAddressInformation() throws ParameterNotSetException, MandatoryParameterNotSetException
Note to developers :- An Address Information is forbidden an instantiation of this class, that is GTindicator-0000.
MandatoryParameterNotSetException
- this exception is thrown if
this parameter has not been set.ParameterNotSetException
- this exception is thrown if
this method is invoked when the GlobalTitle is of type
GTIndicator0000, that is an instantiation of the GlobalTitle class.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 |