Package org.hl7.v3

Class IVXBREAL


public class IVXBREAL extends REAL

Java class for IVXB_REAL complex type.

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

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

    • inclusive

      protected Boolean inclusive
  • Constructor Details

    • IVXBREAL

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

      public IVXBREAL withValue(String value)
      Overrides:
      withValue in class REAL
    • withNullFlavor

      public IVXBREAL withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class REAL
    • withNullFlavor

      public IVXBREAL withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class REAL
    • equals

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

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