|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.tl1.message.TL1Header
public class TL1Header
This class represents a TL1 Header block containing information common to all Output (Reponse as well as Autonomous) Messages. It consists of the source identifier, Date and Time. The source identifier identifies the NE from which the response was sent. The Date and Time (represented by TL1Date and TL1Time respectively) represent the day and time at which the Output Message was constructed.
TL1 Header block![]()
TL1Date,
TL1Time| Constructor Summary | |
|---|---|
TL1Header()
Constructor for TL1Header. |
|
TL1Header(java.lang.String sourceIdentifier)
Constructor for TL1Header , with the given source identifier. |
|
| Method Summary | |
|---|---|
TL1Date |
getDate()
Get the TL1Date object. |
java.lang.String |
getSourceId()
Get the source identifier in the Message. |
TL1Time |
getTime()
Get the time field as an object. |
void |
setDate(TL1Date date)
Set the date field with the given object. |
void |
setSourceId(java.lang.String sourceIdentifier)
Set the source identifier with the given value. |
void |
setTime(TL1Time time)
Set the time field with the given object. |
java.lang.String |
toString()
Converts object to string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TL1Header()
public TL1Header(java.lang.String sourceIdentifier)
sourceIdentifier - String representing source identifier.| Method Detail |
|---|
public java.lang.String getSourceId()
public void setSourceId(java.lang.String sourceIdentifier)
sourceIdentifier - String representing the source identifier.public TL1Date getDate()
TL1Datepublic void setDate(TL1Date date)
date - TL1Date object to set.TL1Datepublic TL1Time getTime()
TL1Timepublic void setTime(TL1Time time)
time - TL1Time object.TL1Timepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||