Package org.hl7.v3

Class IVXBMO


public class IVXBMO extends MO

Java class for IVXB_MO complex type.

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

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

    • inclusive

      protected Boolean inclusive
  • Constructor Details

    • IVXBMO

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

      public IVXBMO withValue(String value)
      Overrides:
      withValue in class MO
    • withCurrency

      public IVXBMO withCurrency(String value)
      Overrides:
      withCurrency in class MO
    • withNullFlavor

      public IVXBMO withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class MO
    • withNullFlavor

      public IVXBMO withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class MO
    • equals

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

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