|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.tl1.message.TL1TextBlock
This class represents a Text Block object which is part of the Output (Response or Autonomous) Message generated and sent from the TL1 NE (device) to the TL1 Manager.
TL1 Text Block in Response Message![]()
TL1 Text Block in Autonomous Message
![]()
It is used to represent information specific to the particular Autonomous Mesage or Response Message and consists of one or more TL1 Line which may be either Quoted Line, Unquoted Line or Commented Line.
TL1Line| Constructor Summary | |
TL1TextBlock()
Constructor that creates an instance of the TL1TextBlock object. |
|
| Method Summary | |
void |
addTL1Line(TL1Line line)
Adds a TL1Line object to outputText vector. |
void |
appendTextBlock(TL1TextBlock textBlk)
Appends the given text block's outputText to this TextBlock's outputText vector. |
java.util.Vector |
getTL1LineList()
Gets the outputText as a vector of TL1Line. |
boolean |
removeTL1Line(TL1Line line)
To remove a TL1Line object from the output text vector. |
void |
setText(java.lang.String text)
To form a text block with the given text. |
void |
setTL1LineList(java.util.Vector outputText)
Sets the outputText with the given vector object. |
java.lang.String |
toString()
Returns the stringified form of this Text Block object. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1TextBlock()
| Method Detail |
public java.util.Vector getTL1LineList()
public void setTL1LineList(java.util.Vector outputText)
outputText - Vector of TL1Line objects.public void setText(java.lang.String text)
text - String object of the Text block to be formed.public void addTL1Line(TL1Line line)
line - TL1Line objectTL1Linepublic boolean removeTL1Line(TL1Line line)
line - TL1Line object.TL1Linepublic void appendTextBlock(TL1TextBlock textBlk)
textBlk - TextBlock object whose output Text is to be appended
to this TextBlock's output text.TL1TextBlockpublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||