Package org.hl7.fhir

Class SequenceVariation

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class SequenceVariation extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Variation and Sequence data.

Java class for Sequence.Variation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Sequence.Variation">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="start" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
         <element name="end" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
         <element name="observedAllele" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="referenceAllele" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="cigar" type="{http://hl7.org/fhir}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • start

      protected Integer start
    • end

      protected Integer end
    • observedAllele

      protected String observedAllele
    • referenceAllele

      protected String referenceAllele
    • cigar

      protected String cigar
  • Constructor Details

    • SequenceVariation

      public SequenceVariation()
  • Method Details