|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.tl1.message.TL1AutoID
This object represents a TL1 Autonomous Message ID which forms a part of the TL1 Autonomous Message. This identifies the severity and nature of the Autonomous Message. It contains the alarm code for indicating the severity.
TL1 Autonomous Message block![]()
Components of the TL1 AutoID![]()
TL1AutonomousMessage| Constructor Summary | |
TL1AutoID()
Default constructor that creates an instance of TL1AutoID. |
|
TL1AutoID(java.lang.String alarmCode)
Constructor that creates an instance of TL1AutoID with the Alarm Code initialized to the specified value. |
|
| Method Summary | |
java.lang.String |
getAlarmCode()
Get the alarm code. |
double |
getATag()
Get the autonomously generated Correlation Tag which is generated by the TL1 NE. |
java.lang.String |
getOutputCode()
Get the Output Code set on this object. |
void |
setAlarmCode(java.lang.String alarmCode)
Set the alarm code to the specified code. |
void |
setATag(double aTag)
Set the autonomously generated Correlation Tag with the specified value. |
void |
setATag(int aTag)
Set the autonomously generated Correlation Tag with the specified value. |
void |
setOutputCode(java.lang.String outputCode)
Set the Output Code of the object with the given value. |
java.lang.String |
toString()
Returns the String representation of this Object. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1AutoID()
public TL1AutoID(java.lang.String alarmCode)
alarmCode - String representing alarm code.| Method Detail |
public java.lang.String getAlarmCode()
TL1AutonomousMessage.CRITICAL_ALARM,
TL1AutonomousMessage.MAJOR_ALARM,
TL1AutonomousMessage.MINOR_ALARM,
TL1AutonomousMessage.NON_ALARMpublic void setAlarmCode(java.lang.String alarmCode)
alarmCode - String representing alarm code.TL1AutonomousMessage.CRITICAL_ALARM,
TL1AutonomousMessage.MAJOR_ALARM,
TL1AutonomousMessage.MINOR_ALARM,
TL1AutonomousMessage.NON_ALARMpublic double getATag()
public void setATag(double aTag)
aTag - The Autonomous Tag as a double.public void setATag(int aTag)
aTag - The Autonomous Tag as an int.public java.lang.String getOutputCode()
public void setOutputCode(java.lang.String outputCode)
outputCode - String representing the Output Code.public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||