|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.util.evfparser.QSYSEventsFileErrorInformationRecord
public class QSYSEventsFileErrorInformationRecord
This class represents a Error Information record in an events file.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.iseries.util.evfparser.IQSYSEventsFileRecordType |
---|
ERROR_INFORMATION, EXPANSION, FEEDBACK_CODE, FILE_CONT, FILE_END, FILE_ID, MAP_DEFINE, MAP_END, MAP_START, PROCESSOR, PROGRAM, TIMESTAMP |
Constructor Summary | |
---|---|
QSYSEventsFileErrorInformationRecord()
|
Method Summary | |
---|---|
String |
getAnnotClass()
Get the annotation class. |
String |
getEndErrLine()
Get the ending error line. |
String |
getFileId()
Get the file id. |
String |
getFileName()
Get the file name. |
String |
getLength()
Get the length of the message. |
String |
getMsg()
Get the message. |
String |
getMsgId()
Get the message id. |
String |
getRecordType()
Get the record type. |
String |
getSevChar()
Get the severity code. |
String |
getSevNum()
Get the severity level number. |
String |
getStartErrLine()
Get the starting error line. |
String |
getStmtLine()
Get the statement line. |
String |
getTokenEnd()
Get the ending error column. |
String |
getTokenStart()
Get the starting error column. |
String |
getVersion()
Get the version. |
void |
setAnnotClass(String annotClass)
Set the annotation class. |
void |
setEndErrLine(String endErrLine)
Set the ending error line. |
void |
setFileId(String fileId)
Set the file id. |
void |
setFileName(String fileName)
Set the file name. |
void |
setLength(String length)
Set the length of the message. |
void |
setMsg(String msg)
Set the message. |
void |
setMsgId(String msgId)
Set the message id. |
void |
setSevChar(String sevChar)
Set the severity code. |
void |
setSevNum(String sevNum)
Set the severity level number. |
void |
setStartErrLine(String startErrLine)
Set the starting error line. |
void |
setStmtLine(String stmtLine)
Set the statement line. |
void |
setTokenEnd(String tokenEnd)
Set the ending error column. |
void |
setTokenStart(String tokenStart)
Set the starting error column. |
void |
setVersion(String version)
Set the version. |
String |
toJUnitString()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public QSYSEventsFileErrorInformationRecord()
Method Detail |
---|
public String getRecordType()
IQSYSEventsFileRecordType
getRecordType
in interface IQSYSEventsFileRecordType
com.ibm.etools.iseries.core.evfparser.IISeriesEventsFileRecordType#getRecordType()
public void setVersion(String version)
the
- versionpublic String getVersion()
public void setFileId(String fileId)
the
- file idpublic String getFileId()
public void setFileName(String fileName)
the
- file idpublic String getFileName()
public void setAnnotClass(String annotClass)
the
- annotation classpublic String getAnnotClass()
public void setStmtLine(String stmtLine)
the
- statement linepublic String getStmtLine()
public void setStartErrLine(String startErrLine)
the
- starting error linepublic String getStartErrLine()
public void setTokenStart(String tokenStart)
the
- starting error columnpublic String getTokenStart()
public void setEndErrLine(String endErrLine)
the
- ending error linepublic String getEndErrLine()
public void setTokenEnd(String tokenEnd)
the
- ending error columnpublic String getTokenEnd()
public void setMsgId(String msgId)
the
- message idpublic String getMsgId()
public void setSevChar(String sevChar)
the
- severity codepublic String getSevChar()
public void setSevNum(String sevNum)
the
- severity level numberpublic String getSevNum()
public void setLength(String length)
the
- length of the messagepublic String getLength()
public void setMsg(String msg)
the
- messagepublic String getMsg()
public String toString()
toString
in class Object
public String toJUnitString()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |