Version: 1.1.1

org.inb.biomoby.shared.ontology
Class OMIM

java.lang.Object
  extended by org.inb.biomoby.shared.message.AbstractMobyElement
      extended by org.inb.biomoby.shared.message.AbstractMobyObject
          extended by org.inb.biomoby.shared.message.MobyObject
              extended by org.inb.biomoby.shared.ontology.OMIM
All Implemented Interfaces:
Serializable

public class OMIM
extends MobyObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
OMIM()
           
 
Method Summary
 void addAllelicvariants(Text__formatted allelicvariants)
           
 void addClinicalSynopsis(Text__formatted clinicalSynopsis)
           
 void addContributor(MobyString contributor)
           
 void addEditorhistory(MobyString editorhistory)
           
 void addJournal(MobyString journal)
           
 void addSeealso(MobyString seealso)
           
 List<? extends Text__formatted> getAllelicvariants()
           
 MobyString getAuthor()
           
 List<? extends Text__formatted> getClinicalSynopsis()
           
 List<? extends MobyString> getContributor()
           
 MobyString getCreation_date()
           
 List<? extends MobyString> getEditorhistory()
           
 List<? extends MobyString> getJournal()
           
 MobyString getNumber()
           
 List<? extends MobyString> getSeealso()
           
 Text__formatted getText()
           
 MobyString getTitle()
           
 void setAuthor(MobyString author)
           
 void setCreation_date(MobyString creation_date)
           
 void setNumber(MobyString number)
           
 void setText(Text__formatted text)
           
 void setTitle(MobyString title)
           
 
Methods inherited from class org.inb.biomoby.shared.message.MobyObject
getAttributes, getCrossReference, putAttribute, removeAttribute, removeCrossReference, setCrossReference, toString
 
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyObject
getMobyId, getNamespace, setMobyId, setNamespace
 
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyElement
getArticleName, setArticleName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OMIM

public OMIM()
Method Detail

getSeealso

public List<? extends MobyString> getSeealso()

addSeealso

public void addSeealso(MobyString seealso)

getJournal

public List<? extends MobyString> getJournal()

addJournal

public void addJournal(MobyString journal)

getEditorhistory

public List<? extends MobyString> getEditorhistory()

addEditorhistory

public void addEditorhistory(MobyString editorhistory)

getContributor

public List<? extends MobyString> getContributor()

addContributor

public void addContributor(MobyString contributor)

getAllelicvariants

public List<? extends Text__formatted> getAllelicvariants()

addAllelicvariants

public void addAllelicvariants(Text__formatted allelicvariants)

getClinicalSynopsis

public List<? extends Text__formatted> getClinicalSynopsis()

addClinicalSynopsis

public void addClinicalSynopsis(Text__formatted clinicalSynopsis)

getTitle

public MobyString getTitle()

setTitle

public void setTitle(MobyString title)

getNumber

public MobyString getNumber()

setNumber

public void setNumber(MobyString number)

getAuthor

public MobyString getAuthor()

setAuthor

public void setAuthor(MobyString author)

getCreation_date

public MobyString getCreation_date()

setCreation_date

public void setCreation_date(MobyString creation_date)

getText

public Text__formatted getText()

setText

public void setText(Text__formatted text)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010