public class LexAccessApiResult
extends java.lang.Object
History:
Constructor and Description |
---|
LexAccessApiResult()
Creates a default lexAccess result object
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<java.lang.String> |
GetBases()
Get the Base for the lexical records.
|
java.util.Vector<java.lang.String> |
GetBases(java.lang.String separator)
Get the Base with EUI and category information for the lexical records.
|
java.util.Vector<java.lang.String> |
GetInflVars()
Get the inflectional variants for the lexical records.
|
java.util.Vector<java.lang.String> |
GetInflVars(java.lang.String separator)
Get the inflectional variants for the lexical records.
|
java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> |
GetJavaObjs()
Get the java Objects for the lexical records.
|
java.util.Vector<java.lang.String> |
GetSpellingVars()
Get the spelling variants for the lexical records.
|
java.util.Vector<java.lang.String> |
GetSpellingVars(java.lang.String separator)
Get the spelling variants for the lexical records.
|
java.lang.String |
GetText()
Get the text for the lexical records.
|
int |
GetTotalRecordNumber()
Get the total number of the lexical records.
|
java.lang.String |
GetXml()
Get the Xml for the lexical records.
|
void |
SetJavaObjs(java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> lexReocrdObjs)
Set the java Objects for the lexical records.
|
void |
SetText(java.lang.String text)
Set the text for the lexical records.
|
public LexAccessApiResult()
public void SetJavaObjs(java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> lexReocrdObjs)
lexReocrdObjs
- a collection of lexical record java objectspublic void SetText(java.lang.String text)
text
- text of the lexical recordspublic java.lang.String GetText()
public java.util.Vector<gov.nih.nlm.nls.lexCheck.Lib.LexRecord> GetJavaObjs()
public java.lang.String GetXml()
public java.util.Vector<java.lang.String> GetBases()
public java.util.Vector<java.lang.String> GetBases(java.lang.String separator)
separator
- stringpublic java.util.Vector<java.lang.String> GetSpellingVars()
public java.util.Vector<java.lang.String> GetSpellingVars(java.lang.String separator)
separator
- stringpublic java.util.Vector<java.lang.String> GetInflVars()
public java.util.Vector<java.lang.String> GetInflVars(java.lang.String separator)
separator
- the separator character (string)public int GetTotalRecordNumber()
Submit a bug or feature
Copyright © 2016 National Library of Medicine