Package org.hl7.v3
Class BIN
java.lang.Object
org.hl7.v3.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 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">
<sequence>
</sequence>
<attribute name="representation" type="{urn:hl7-org:v3}BinaryDataEncoding" default="TXT" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanBinary data is a raw block of bits.Gets the value of the representation property.inthashCode()voidSets the value of the representation property.toString()Generates a String representation of the contents of this type.withContent(String... values) withContent(Collection<String> values)
-
Field Details
-
-
representation
-
-
Constructor Details
-
BIN
public BIN()
-
-
Method Details
-
getContent
Binary data is a raw block of bits. Binary data is a protected type that MUST not be used outside the data type specification. Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
String -
getRepresentation
Gets the value of the representation property.- Returns:
- possible object is
BinaryDataEncoding
-
setRepresentation
Sets the value of the representation property.- Parameters:
value- allowed object isBinaryDataEncoding
-
withContent
-
withContent
-
withRepresentation
-
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
-