9959969979989991000100110021003
* * </p> */ public CodeDt getCode() { if (myCode == null) { myCode = new CodeDt(); } return myCode; }
10221023102410251026102710281029
* <b>Definition:</b> * * </p> */ public Concept setCode( String theCode) { myCode = new CodeDt(theCode); return this; }
129812991300130113021303130413051306
13251326132713281329133013311332
* <b>Definition:</b> * * </p> */ public ConceptDependsOn setCode( String theCode) { myCode = new CodeDt(theCode); return this; }
145214531454145514561457145814591460
14791480148114821483148414851486
* <b>Definition:</b> * * </p> */ public ConceptMap2 setCode( String theCode) { myCode = new CodeDt(theCode); return this; }
918919920921922923924925926
* Source of the sample * </p> */ public CodeDt getGenomicSource() { if (myGenomicSource == null) { myGenomicSource = new CodeDt(); } return myGenomicSource; }
945946947948949950951952
* <b>Definition:</b> * Source of the sample * </p> */ public GVFMeta setGenomicSource( String theCode) { myGenomicSource = new CodeDt(theCode); return this; }
116611671168116911701171117211731174
* Class of the sequencing platform * </p> */ public CodeDt getClassElement() { if (myClassElement == null) { myClassElement = new CodeDt(); } return myClassElement; }
11931194119511961197119811991200
* <b>Definition:</b> * Class of the sequencing platform * </p> */ public Platform setClassElement( String theCode) { myClassElement = new CodeDt(theCode); return this; }