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 Detail

      • observedAllele

        protected String observedAllele
      • referenceAllele

        protected String referenceAllele
      • cigar

        protected String cigar
    • Constructor Detail

      • SequenceVariation

        public SequenceVariation()
    • Method Detail

      • getStart

        public Integer getStart()
        Gets the value of the start property.
        Returns:
        possible object is Integer
      • setStart

        public void setStart​(Integer value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is Integer
      • getEnd

        public Integer getEnd()
        Gets the value of the end property.
        Returns:
        possible object is Integer
      • setEnd

        public void setEnd​(Integer value)
        Sets the value of the end property.
        Parameters:
        value - allowed object is Integer
      • getObservedAllele

        public String getObservedAllele()
        Gets the value of the observedAllele property.
        Returns:
        possible object is String
      • setObservedAllele

        public void setObservedAllele​(String value)
        Sets the value of the observedAllele property.
        Parameters:
        value - allowed object is String
      • getReferenceAllele

        public String getReferenceAllele()
        Gets the value of the referenceAllele property.
        Returns:
        possible object is String
      • setReferenceAllele

        public void setReferenceAllele​(String value)
        Sets the value of the referenceAllele property.
        Parameters:
        value - allowed object is String
      • getCigar

        public String getCigar()
        Gets the value of the cigar property.
        Returns:
        possible object is String
      • setCigar

        public void setCigar​(String value)
        Sets the value of the cigar property.
        Parameters:
        value - allowed object is String
      • 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