Package org.hl7.v3

Class BL


public class BL extends ANY
The Boolean type stands for the values of two-valued logic. A Boolean value can be either true or false, or, as any other value may be NULL.

Java class for BL complex type.

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

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

  • Constructor Details

    • BL

      public BL()
  • Method Details

    • isValue

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

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

      public BL withValue(Boolean value)
    • withNullFlavor

      public BL withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class ANY
    • withNullFlavor

      public BL withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class ANY
    • equals

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

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