Package org.hl7.v3

Class ANYNonNull

java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.ANYNonNull
Direct Known Subclasses:
BN

public class ANYNonNull extends ANY
The BooleanNonNull type is used where a Boolean cannot have a null value. A Boolean value can be either true or false.

Java class for ANYNonNull complex type.

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

 <complexType name="ANYNonNull">
   <complexContent>
     <restriction base="{urn:hl7-org:v3}ANY">
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ANYNonNull

      public ANYNonNull()
  • Method Details