public abstract class BIN extends ANY
Java class for BIN complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Constructor and Description |
|---|
BIN() |
| Modifier and Type | Method and Description |
|---|---|
BinaryDataEncoding |
getRepresentation()
Gets the value of the representation property.
|
void |
setRepresentation(BinaryDataEncoding value)
Sets the value of the representation property.
|
getContent, getNullFlavor, setContentpublic BinaryDataEncoding getRepresentation()
BinaryDataEncodingpublic void setRepresentation(BinaryDataEncoding value)
value - allowed object is
BinaryDataEncoding