Package org.hl7.v3
Class BL
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.BL
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 Summary
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()isValue()Gets the value of the value property.voidSets the value of the value property.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
-
Field Details
-
value
-
-
Constructor Details
-
BL
public BL()
-
-
Method Details
-
isValue
Gets the value of the value property.- Returns:
- possible object is
Boolean
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBoolean
-
withValue
-
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
-