Package org.hl7.v3

Class IVXBPQ


public class IVXBPQ extends PQ

Java class for IVXB_PQ complex type.

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

 <complexType name="IVXB_PQ">
   <complexContent>
     <extension base="{urn:hl7-org:v3}PQ">
       <attribute name="inclusive" type="{urn:hl7-org:v3}bl" default="true" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • inclusive

      protected Boolean inclusive
  • Constructor Details

    • IVXBPQ

      public IVXBPQ()
  • Method Details

    • isInclusive

      public boolean isInclusive()
      Gets the value of the inclusive property.
      Returns:
      possible object is Boolean
    • setInclusive

      public void setInclusive(Boolean value)
      Sets the value of the inclusive property.
      Parameters:
      value - allowed object is Boolean
    • withInclusive

      public IVXBPQ withInclusive(Boolean value)
    • withTranslation

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

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

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

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

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

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