Package org.hl7.v3

Class IVXBTS


public class IVXBTS extends TS

Java class for IVXB_TS complex type.

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

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

    • inclusive

      protected Boolean inclusive
  • Constructor Details

    • IVXBTS

      public IVXBTS()
  • 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 IVXBTS withInclusive(Boolean value)
    • withValue

      public IVXBTS withValue(String value)
      Overrides:
      withValue in class TS
    • withNullFlavor

      public IVXBTS withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class TS
    • withNullFlavor

      public IVXBTS withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class TS
    • equals

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

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