Package org.hl7.v3
Class ANYNonNull
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.ANYNonNull
- Direct Known Subclasses:
BN
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>
-
Field Summary
Fields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Constructor Details
-
ANYNonNull
public ANYNonNull()
-
-
Method Details
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-