Package org.hl7.v3

Class RTOPQPQ


public class RTOPQPQ extends QTY

Java class for RTO_PQ_PQ complex type.

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

 <complexType name="RTO_PQ_PQ">
   <complexContent>
     <extension base="{urn:hl7-org:v3}QTY">
       <sequence>
         <element name="numerator" type="{urn:hl7-org:v3}PQ"/>
         <element name="denominator" type="{urn:hl7-org:v3}PQ"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • numerator

      protected PQ numerator
    • denominator

      protected PQ denominator
  • Constructor Details

    • RTOPQPQ

      public RTOPQPQ()
  • Method Details

    • getNumerator

      public PQ getNumerator()
      Gets the value of the numerator property.
      Returns:
      possible object is PQ
    • setNumerator

      public void setNumerator(PQ value)
      Sets the value of the numerator property.
      Parameters:
      value - allowed object is PQ
    • getDenominator

      public PQ getDenominator()
      Gets the value of the denominator property.
      Returns:
      possible object is PQ
    • setDenominator

      public void setDenominator(PQ value)
      Sets the value of the denominator property.
      Parameters:
      value - allowed object is PQ
    • withNumerator

      public RTOPQPQ withNumerator(PQ value)
    • withDenominator

      public RTOPQPQ withDenominator(PQ value)
    • withNullFlavor

      public RTOPQPQ withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class QTY
    • withNullFlavor

      public RTOPQPQ withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class QTY
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class QTY
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class QTY
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class QTY