Package org.hl7.v3

Class RTOQTYQTY

Direct Known Subclasses:
RTO

public class RTOQTYQTY extends QTY

Java class for RTO_QTY_QTY complex type.

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

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

    • numerator

      protected QTY numerator
    • denominator

      protected QTY denominator
  • Constructor Details

    • RTOQTYQTY

      public RTOQTYQTY()
  • Method Details

    • getNumerator

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

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

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

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

      public RTOQTYQTY withNumerator(QTY value)
    • withDenominator

      public RTOQTYQTY withDenominator(QTY value)
    • withNullFlavor

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

      public RTOQTYQTY 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