|
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
GlobalTitle
class.
When instantiated this class represents a Global Title format which informs the user that the GlobalTitle is not included, its Global Title Indicator is a value '0000'.
Constructor Summary | |
GlobalTitle()
Deprecated. Constructs a new Global Title of format GTINDICATOR_0000, which indicates that the GlobalTitle is not included. |
Method Summary | |
void |
clearAllParameters()
Deprecated. Clears all previously set parameters . |
byte[] |
getAddressInformation()
Deprecated. Gets the Address Information of this Global Title. |
int |
getGTIndicator()
Deprecated. Gets the format of the Global Title. |
boolean |
isAddressInformationPresent()
Deprecated. Indicates if the Address Information is present. |
void |
setAddressInformation(byte[] addressInformation)
Deprecated. Sets the Address Information of this Global Title. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GlobalTitle()
Method Detail |
public int getGTIndicator()
public void setAddressInformation(byte[] addressInformation)
addressInformation
- - the GlobalTitle Address
Information subparameter is composed of digits in the form of Binary
Coded Decimal(BCD).public boolean isAddressInformationPresent()
public byte[] getAddressInformation() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not yet been setpublic void clearAllParameters()
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |