|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ss7.tcap.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'.
Constructor Summary | |
GlobalTitle()
Constructs a new Global Title of format GTINDICATOR_0000, which indicates that the GlobalTitle is not included. |
Method Summary | |
void |
clearAllParameters()
Clears all previously set parameters . |
byte[] |
getAddressInformation()
Gets the Address Information of this Global Title. |
int |
getGTIndicator()
Gets the format of the Global Title. |
boolean |
isAddressInformationPresent()
Indicates if the Address Information is present. |
void |
setAddressInformation(byte[] addressInformation)
Sets the Address Information of this Global Title. |
java.lang.String |
toString()
Returns a string representation of an instance of this class. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
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
public void clearAllParameters()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |