|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileErrorInformationRecord
This class represents a Error Information record in an events file.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.iseries.core.evfparser.IISeriesEventsFileRecordType |
---|
ERROR_INFORMATION, FEEDBACK_CODE, FILE_CONT, FILE_END, FILE_ID, MAP_DEFINE, MAP_END, MAP_START, PROCESSOR, PROGRAM, TIMESTAMP |
Constructor Summary | |
---|---|
ISeriesEventsFileErrorInformationRecord()
|
Method Summary | |
---|---|
String |
getAnnotClass()
Get the annotation class. |
String |
getEndErrLine()
Get the ending error line. |
String |
getFileId()
Get the file id. |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public ISeriesEventsFileErrorInformationRecord()
Method Detail |
public String getRecordType()
IISeriesEventsFileRecordType
getRecordType
in interface IISeriesEventsFileRecordType
IISeriesEventsFileRecordType.getRecordType()
public void setVersion(String version)
public String getVersion()
public void setFileId(String fileId)
public String getFileId()
public void setAnnotClass(String annotClass)
public String getAnnotClass()
public void setStmtLine(String stmtLine)
public String getStmtLine()
public void setStartErrLine(String startErrLine)
public String getStartErrLine()
public void setTokenStart(String tokenStart)
public String getTokenStart()
public void setEndErrLine(String endErrLine)
public String getEndErrLine()
public void setTokenEnd(String tokenEnd)
public String getTokenEnd()
public void setMsgId(String msgId)
public String getMsgId()
public void setSevChar(String sevChar)
public String getSevChar()
public void setSevNum(String sevNum)
public String getSevNum()
public void setLength(String length)
public String getLength()
public void setMsg(String msg)
public String getMsg()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |