Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.util.evfparser
Class QSYSEventsFileErrorInformationRecord

java.lang.Object
  extended by com.ibm.etools.iseries.util.evfparser.QSYSEventsFileErrorInformationRecord
All Implemented Interfaces:
IQSYSEventsFileRecordType

public class QSYSEventsFileErrorInformationRecord
extends Object
implements IQSYSEventsFileRecordType

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

Copyright

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

QSYSEventsFileErrorInformationRecord

public QSYSEventsFileErrorInformationRecord()
Method Detail

getRecordType

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

Specified by:
getRecordType in interface IQSYSEventsFileRecordType
Returns:
the record type.
See Also:
com.ibm.etools.iseries.core.evfparser.IISeriesEventsFileRecordType#getRecordType()

setVersion

public void setVersion(String version)
Set the version.

Parameters:
the - version

getVersion

public String getVersion()
Get the version.

Returns:
the version

setFileId

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

Parameters:
the - file id

getFileId

public String getFileId()
Get the file id.

Returns:
the file id

setFileName

public void setFileName(String fileName)
Set the file name.

Parameters:
the - file id

getFileName

public String getFileName()
Get the file name.

Returns:
the file id

setAnnotClass

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

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
the - message

getMsg

public String getMsg()
Get the message.

Returns:
the message

toString

public String toString()
Overrides:
toString in class Object

toJUnitString

public String toJUnitString()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.