iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.evfparser
Class ISeriesEventsFileErrorInformationRecord

java.lang.Object
  extended bycom.ibm.etools.iseries.core.evfparser.ISeriesEventsFileErrorInformationRecord
All Implemented Interfaces:
IISeriesEventsFileRecordType

public class ISeriesEventsFileErrorInformationRecord
extends Object
implements IISeriesEventsFileRecordType

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

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesEventsFileErrorInformationRecord

public ISeriesEventsFileErrorInformationRecord()
Method Detail

getRecordType

public String getRecordType()
Description copied from interface: IISeriesEventsFileRecordType
Get the record type.

Specified by:
getRecordType in interface IISeriesEventsFileRecordType
Returns:
the record type.
See Also:
IISeriesEventsFileRecordType.getRecordType()

setVersion

public void setVersion(String version)
Set the version.


getVersion

public String getVersion()
Get the version.

Returns:
the version

setFileId

public void setFileId(String fileId)
Set the file id.


getFileId

public String getFileId()
Get the file id.

Returns:
the file id

setAnnotClass

public void setAnnotClass(String annotClass)
Set the annotation class.


getAnnotClass

public String getAnnotClass()
Get the annotation class.

Returns:
the annotation class

setStmtLine

public void setStmtLine(String stmtLine)
Set the statement line.


getStmtLine

public String getStmtLine()
Get the statement line.

Returns:
the statement line

setStartErrLine

public void setStartErrLine(String startErrLine)
Set the starting error line.


getStartErrLine

public String getStartErrLine()
Get the starting error line.

Returns:
the starting error line

setTokenStart

public void setTokenStart(String tokenStart)
Set the starting error column.


getTokenStart

public String getTokenStart()
Get the starting error column.

Returns:
the starting error column

setEndErrLine

public void setEndErrLine(String endErrLine)
Set the ending error line.


getEndErrLine

public String getEndErrLine()
Get the ending error line.

Returns:
the ending error line

setTokenEnd

public void setTokenEnd(String tokenEnd)
Set the ending error column.


getTokenEnd

public String getTokenEnd()
Get the ending error column.

Returns:
the ending error column

setMsgId

public void setMsgId(String msgId)
Set the message id.


getMsgId

public String getMsgId()
Get the message id.

Returns:
the message id

setSevChar

public void setSevChar(String sevChar)
Set the severity code.


getSevChar

public String getSevChar()
Get the severity code.

Returns:
the severity code

setSevNum

public void setSevNum(String sevNum)
Set the severity level number.


getSevNum

public String getSevNum()
Get the severity level number.

Returns:
the severity level number

setLength

public void setLength(String length)
Set the length of the message.


getLength

public String getLength()
Get the length of the message.

Returns:
the length of the message

setMsg

public void setMsg(String msg)
Set the message.


getMsg

public String getMsg()
Get the message.

Returns:
the message

iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.