|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.infodesire.infobit.external.ImportMessage
This class represents diagnostic messages yield from the process to import a collection of infobits.
| Constructor Summary | |
ImportMessage(java.lang.String message)
Initializes an instance for which location information is not available |
|
ImportMessage(java.lang.String systemID,
int line,
int col,
java.lang.String message)
Initializes an instance from its properties. |
|
| Method Summary | |
int |
getLine()
Yields the line of the location to which the message applies. |
java.lang.String |
getMessage()
Gets the textual message content. |
java.lang.String |
getSystemID()
Yields the system ID of the external entity which contains the location to which the message applies. |
void |
setLine(int line)
Defines the line of the location to which the message applies. |
void |
setMessage(java.lang.String message)
Defines the message. |
void |
setSystemID(java.lang.String systemID)
Defines the system ID of the external entity which contains the location to which the message applies. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImportMessage(java.lang.String systemID,
int line,
int col,
java.lang.String message)
systemID - Description of Parameterline - Description of Parametercol - Description of Parametermessage - Description of Parameterpublic ImportMessage(java.lang.String message)
message - Description of Parameter| Method Detail |
public java.lang.String getMessage()
public java.lang.String getSystemID()
public int getLine()
public void setMessage(java.lang.String message)
message - The diagnostics messagepublic void setSystemID(java.lang.String systemID)
systemID - The new SystemID valuepublic void setLine(int line)
line - The line number, starting from 1
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||