Example #1
0
 public String_ addGenotypeSimple(String value) {
   String_ t = new String_();
   t.setValue(value);
   this.genotype.add(t);
   return t;
 }
Example #2
0
 public String_ addFeatureIdSimple(String value) {
   String_ t = new String_();
   t.setValue(value);
   this.featureId.add(t);
   return t;
 }
Example #3
0
 public String_ addPhasedSimple(String value) {
   String_ t = new String_();
   t.setValue(value);
   this.phased.add(t);
   return t;
 }
Example #4
0
 public String_ addReferenceAASimple(String value) {
   String_ t = new String_();
   t.setValue(value);
   this.referenceAA.add(t);
   return t;
 }
Example #5
0
 public String_ addIndividualSimple(String value) {
   String_ t = new String_();
   t.setValue(value);
   this.individual.add(t);
   return t;
 }
Example #6
0
 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;
 }
Example #10
0
 public String_ addCommentSimple(String value) {
   String_ t = new String_();
   t.setValue(value);
   this.comment.add(t);
   return t;
 }