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>
     
    • Constructor Detail

      • SequenceReferenceSeq

        public SequenceReferenceSeq()
    • Method Detail

      • setChromosome

        public void setChromosome​(CodeableConcept value)
        Sets the value of the chromosome property.
        Parameters:
        value - allowed object is CodeableConcept
      • getGenomeBuild

        public String getGenomeBuild()
        Gets the value of the genomeBuild property.
        Returns:
        possible object is String
      • setGenomeBuild

        public void setGenomeBuild​(String value)
        Sets the value of the genomeBuild property.
        Parameters:
        value - allowed object is String
      • getReferenceSeqId

        public CodeableConcept getReferenceSeqId()
        Gets the value of the referenceSeqId property.
        Returns:
        possible object is CodeableConcept
      • setReferenceSeqId

        public void setReferenceSeqId​(CodeableConcept value)
        Sets the value of the referenceSeqId property.
        Parameters:
        value - allowed object is CodeableConcept
      • getReferenceSeqPointer

        public Reference getReferenceSeqPointer()
        Gets the value of the referenceSeqPointer property.
        Returns:
        possible object is Reference
      • setReferenceSeqPointer

        public void setReferenceSeqPointer​(Reference value)
        Sets the value of the referenceSeqPointer property.
        Parameters:
        value - allowed object is Reference
      • getReferenceSeqString

        public String getReferenceSeqString()
        Gets the value of the referenceSeqString property.
        Returns:
        possible object is String
      • setReferenceSeqString

        public void setReferenceSeqString​(String value)
        Sets the value of the referenceSeqString property.
        Parameters:
        value - allowed object is String
      • getWindowStart

        public Integer getWindowStart()
        Gets the value of the windowStart property.
        Returns:
        possible object is Integer
      • setWindowStart

        public void setWindowStart​(Integer value)
        Sets the value of the windowStart property.
        Parameters:
        value - allowed object is Integer
      • getWindowEnd

        public Integer getWindowEnd()
        Gets the value of the windowEnd property.
        Returns:
        possible object is Integer
      • setWindowEnd

        public void setWindowEnd​(Integer value)
        Sets the value of the windowEnd property.
        Parameters:
        value - allowed object is Integer
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BackboneElement
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class BackboneElement
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class BackboneElement
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class BackboneElement
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class BackboneElement