public String_ addGenotypeSimple(String value) { String_ t = new String_(); t.setValue(value); this.genotype.add(t); return t; }
public String_ addFeatureIdSimple(String value) { String_ t = new String_(); t.setValue(value); this.featureId.add(t); return t; }
public String_ addPhasedSimple(String value) { String_ t = new String_(); t.setValue(value); this.phased.add(t); return t; }
public String_ addReferenceAASimple(String value) { String_ t = new String_(); t.setValue(value); this.referenceAA.add(t); return t; }
public String_ addIndividualSimple(String value) { String_ t = new String_(); t.setValue(value); this.individual.add(t); return t; }
public String_ addVariantAASimple(String value) { String_ t = new String_(); t.setValue(value); this.variantAA.add(t); return t; }
/** * @param value {@link #suffix} (Part of the name that is acquired as a title due to academic, * legal, employment or nobility status, etc. and that appears at the end of the name.) */ public String_ addSuffixSimple(String value) { String_ t = new String_(); t.setValue(value); this.suffix.add(t); return t; }
/** @param value {@link #given} (Given name.) */ public String_ addGivenSimple(String value) { String_ t = new String_(); t.setValue(value); this.given.add(t); return t; }
/** * @param value {@link #family} (The part of a name that links to the genealogy. In some cultures * (e.g. Eritrea) the family name of a son is the first name of his father.) */ public String_ addFamilySimple(String value) { String_ t = new String_(); t.setValue(value); this.family.add(t); return t; }
public String_ addCommentSimple(String value) { String_ t = new String_(); t.setValue(value); this.comment.add(t); return t; }