Package org.hl7.fhir

Class SequenceReferenceSeq

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

public class SequenceReferenceSeq 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.ReferenceSeq complex type.

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

 <complexType name="Sequence.ReferenceSeq">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="chromosome" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="genomeBuild" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="referenceSeqId" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="referenceSeqPointer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="referenceSeqString" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="windowStart" type="{http://hl7.org/fhir}integer"/>
         <element name="windowEnd" type="{http://hl7.org/fhir}integer"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>