Package org.hl7.v3

Class INT

Direct Known Subclasses:
IVXBINT, POCDMT000040RegionOfInterestValue, SXCMINT

public class INT extends QTY
Integer numbers (-1,0,1,2, 100, 3398129, etc.) are precise numbers that are results of counting and enumerating. Integer numbers are discrete, the set of integers is infinite but countable. No arbitrary limit is imposed on the range of integer numbers. Two NULL flavors are defined for the positive and negative infinity.

Java class for INT complex type.

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

 <complexType name="INT">
   <complexContent>
     <extension base="{urn:hl7-org:v3}QTY">
       <attribute name="value" type="{urn:hl7-org:v3}int" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • INT

      public INT()
  • Method Details

    • getValue

      public BigInteger getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigInteger
    • setValue

      public void setValue(BigInteger value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigInteger
    • withValue

      public INT withValue(BigInteger value)
    • withNullFlavor

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

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