TC Java
2011 Version

gov.nih.nlm.nls.tc.MedLine
Class MltObj

java.lang.Object
  extended by gov.nih.nlm.nls.tc.MedLine.MltObj

public class MltObj
extends java.lang.Object

This class is the MEDLINE Tokenizer output object.

History:

Version:
V-2011
Author:
NLM Lexical Systems Group

Constructor Summary
MltObj()
          Create the MEDLINE tokenizer output object
MltObj(java.lang.String pmid, java.lang.String jid, java.lang.String tokenizedText)
          Create the MEDLINE tokenizer output object
 
Method Summary
 java.lang.String GetJid()
          Get Jounral id of the tokenized MEDLINE citation
 java.lang.String GetPmid()
          Get PMID of the tokenized MEDLINE citation
 java.lang.String GetTokenizedText()
          Get tokenized text of the tokenized MEDLINE citation
 void SetJid(java.lang.String jid)
          Set Journal id of the tokenized MEDLINE citation
 void SetPmid(java.lang.String pmid)
          Set pmid of the tokenized MEDLINE citation
 void SetTokenizedText(java.lang.String tokenizedText)
          Set tokenized text of the tokenized MEDLINE citation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MltObj

public MltObj()
Create the MEDLINE tokenizer output object


MltObj

public MltObj(java.lang.String pmid,
              java.lang.String jid,
              java.lang.String tokenizedText)
Create the MEDLINE tokenizer output object

Parameters:
pmid - pmid
jid - journal id
tokenizedText - tokenized text
Method Detail

SetPmid

public void SetPmid(java.lang.String pmid)
Set pmid of the tokenized MEDLINE citation

Parameters:
pmid - of the tokenized MEDLINE citation

SetJid

public void SetJid(java.lang.String jid)
Set Journal id of the tokenized MEDLINE citation

Parameters:
jid - journal id text of the tokenized MEDLINE citation

SetTokenizedText

public void SetTokenizedText(java.lang.String tokenizedText)
Set tokenized text of the tokenized MEDLINE citation

Parameters:
tokenizedText - tokenized text of the tokenized MEDLINE citation

GetPmid

public java.lang.String GetPmid()
Get PMID of the tokenized MEDLINE citation

Returns:
pmid of the tokenized MEDLINE citation

GetJid

public java.lang.String GetJid()
Get Jounral id of the tokenized MEDLINE citation

Returns:
Jounral id of the tokenized MEDLINE citation

GetTokenizedText

public java.lang.String GetTokenizedText()
Get tokenized text of the tokenized MEDLINE citation

Returns:
tokenized text of the tokenized MEDLINE citation

TC Java
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine