Package org.projecthusky.common.hl7cdar2
Class BIN
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.BIN
- Direct Known Subclasses:
ED
Binary data is a raw block of bits. Binary data is a protected type that MUST not be used outside the data type
specification.
Java-Klasse für BIN complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="BIN">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<attribute name="representation" type="{urn:hl7-org:v3}BinaryDataEncoding" default="TXT" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull BinaryDataEncodingRuft den Wert der representation-Eigenschaft ab.voidLegt den Wert der representation-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
representation
-
-
Constructor Details
-
BIN
public BIN()
-
-
Method Details
-
getRepresentation
Ruft den Wert der representation-Eigenschaft ab.- Returns:
- possible object is
BinaryDataEncoding
-
setRepresentation
Legt den Wert der representation-Eigenschaft fest.- Parameters:
value- allowed object isBinaryDataEncoding
-