Package org.hl7.v3

Class HXITPQ


public class HXITPQ extends PQ

Java class for HXIT_PQ complex type.

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

 <complexType name="HXIT_PQ">
   <complexContent>
     <extension base="{urn:hl7-org:v3}PQ">
       <sequence>
         <element name="validTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • validTime

      protected IVLTS validTime
  • Constructor Details

    • HXITPQ

      public HXITPQ()
  • Method Details

    • getValidTime

      public IVLTS getValidTime()
      Gets the value of the validTime property.
      Returns:
      possible object is IVLTS
    • setValidTime

      public void setValidTime(IVLTS value)
      Sets the value of the validTime property.
      Parameters:
      value - allowed object is IVLTS
    • withValidTime

      public HXITPQ withValidTime(IVLTS value)
    • withTranslation

      public HXITPQ withTranslation(PQR... values)
      Overrides:
      withTranslation in class PQ
    • withTranslation

      public HXITPQ withTranslation(Collection<PQR> values)
      Overrides:
      withTranslation in class PQ
    • withValue

      public HXITPQ withValue(String value)
      Overrides:
      withValue in class PQ
    • withUnit

      public HXITPQ withUnit(String value)
      Overrides:
      withUnit in class PQ
    • withNullFlavor

      public HXITPQ withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class PQ
    • withNullFlavor

      public HXITPQ withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class PQ
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class PQ
    • 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 PQ