20202021202220232024202520262027
* <b>Definition:</b> * Effect of the variant * </p> */ public VariantEffect setSequenceVariant( String theCode) { mySequenceVariant = new CodeDt(theCode); return this; }
208120822083208420852086208720882089
* Type of the feature being described * </p> */ public CodeDt getFeatureType() { if (myFeatureType == null) { myFeatureType = new CodeDt(); } return myFeatureType; }
21082109211021112112211321142115
* <b>Definition:</b> * Type of the feature being described * </p> */ public VariantEffect setFeatureType( String theCode) { myFeatureType = new CodeDt(theCode); return this; }
264526462647264826492650265126522653
* Direction of strand * </p> */ public CodeDt getStrand() { if (myStrand == null) { myStrand = new CodeDt(); } return myStrand; }
26722673267426752676267726782679
* <b>Definition:</b> * Direction of strand * </p> */ public BreakpointDetail setStrand( String theCode) { myStrand = new CodeDt(theCode); return this; }
315631573158315931603161316231633164
* Zygosity of the sequences * </p> */ public CodeDt getZygosity() { if (myZygosity == null) { myZygosity = new CodeDt(); } return myZygosity; }
31833184318531863187318831893190
* <b>Definition:</b> * Zygosity of the sequences * </p> */ public Sample setZygosity( String theCode) { myZygosity = new CodeDt(theCode); return this; }
436437438439440441442443444
* * </p> */ public CodeDt getLevel() { if (myLevel == null) { myLevel = new CodeDt(); } return myLevel; }
463464465466467468469470
* <b>Definition:</b> * * </p> */ public User setLevel( String theCode) { myLevel = new CodeDt(theCode); return this; }
464465466467468469470471472
* A computer processable form of the units in some unit representation system * </p> */ public CodeDt getCode() { if (myCode == null) { myCode = new CodeDt(); } return myCode; }