public class ApiOutput
extends java.lang.Object
History:
| Constructor and Description |
|---|
ApiOutput(java.lang.String xml,
int recordNum)
Creates a java object for LexCheck Api output and initiate related data
|
| Modifier and Type | Method and Description |
|---|---|
int |
GetRecordNum()
A method to get the total number of Lexical records
|
java.lang.String |
GetXml()
A method to get the Xml output of Lexical records
|
void |
SetRecordNum(int recordNum)
A method to set the total number of Lexical records
|
void |
SetXml(java.lang.String xml)
A method to set the Xml output
|
public ApiOutput(java.lang.String xml,
int recordNum)
xml - xml representation of lexical recordsrecordNum - number of lexical recordspublic void SetXml(java.lang.String xml)
xml - the Xml output for the lexical recordspublic void SetRecordNum(int recordNum)
recordNum - the total number of Lexical recordspublic java.lang.String GetXml()
public int GetRecordNum()