Package org.hl7.v3
Class ED
java.lang.Object
org.hl7.v3.BIN
org.hl7.v3.ED
Data that is primarily intended for human interpretation
or for further machine processing is outside the scope of
HL7. This includes unformatted or formatted written language,
multimedia data, or structured information as defined by a
different standard (e.g., XML-signatures.) Instead of the
data itself, an ED may contain
only a reference (see TEL.) Note
that the ST data type is a
specialization of
when the is text/plain.
Java class for ED complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ED">
<complexContent>
<extension base="{urn:hl7-org:v3}BIN">
<sequence>
<element name="reference" type="{urn:hl7-org:v3}TEL" minOccurs="0"/>
<element name="thumbnail" type="{urn:hl7-org:v3}thumbnail" minOccurs="0"/>
</sequence>
<attribute name="mediaType" type="{urn:hl7-org:v3}cs" default="text/plain" />
<attribute name="language" type="{urn:hl7-org:v3}cs" />
<attribute name="compression" type="{urn:hl7-org:v3}CompressionAlgorithm" />
<attribute name="integrityCheck" type="{urn:hl7-org:v3}bin" />
<attribute name="integrityCheckAlgorithm" type="{urn:hl7-org:v3}IntegrityCheckAlgorithm" default="SHA-1" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CompressionAlgorithmprotected byte[]protected IntegrityCheckAlgorithmprotected Stringprotected StringFields inherited from class org.hl7.v3.BIN
content, representation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the compression property.byte[]Gets the value of the integrityCheck property.Gets the value of the integrityCheckAlgorithm property.Gets the value of the language property.Gets the value of the mediaType property.inthashCode()voidSets the value of the compression property.voidsetIntegrityCheck(byte[] value) Sets the value of the integrityCheck property.voidSets the value of the integrityCheckAlgorithm property.voidsetLanguage(String value) Sets the value of the language property.voidsetMediaType(String value) Sets the value of the mediaType property.toString()Generates a String representation of the contents of this type.withContent(String... values) withContent(Collection<String> values) withIntegrityCheck(byte[] value) withLanguage(String value) withMediaType(String value) Methods inherited from class org.hl7.v3.BIN
getContent, getRepresentation, setRepresentation
-
Field Details
-
mediaType
-
language
-
compression
-
integrityCheck
protected byte[] integrityCheck -
integrityCheckAlgorithm
-
-
Constructor Details
-
ED
public ED()
-
-
Method Details
-
getMediaType
Gets the value of the mediaType property.- Returns:
- possible object is
String
-
setMediaType
Sets the value of the mediaType property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getCompression
Gets the value of the compression property.- Returns:
- possible object is
CompressionAlgorithm
-
setCompression
Sets the value of the compression property.- Parameters:
value- allowed object isCompressionAlgorithm
-
getIntegrityCheck
public byte[] getIntegrityCheck()Gets the value of the integrityCheck property.- Returns:
- possible object is byte[]
-
setIntegrityCheck
public void setIntegrityCheck(byte[] value) Sets the value of the integrityCheck property.- Parameters:
value- allowed object is byte[]
-
getIntegrityCheckAlgorithm
Gets the value of the integrityCheckAlgorithm property.- Returns:
- possible object is
IntegrityCheckAlgorithm
-
setIntegrityCheckAlgorithm
Sets the value of the integrityCheckAlgorithm property.- Parameters:
value- allowed object isIntegrityCheckAlgorithm
-
withMediaType
-
withLanguage
-
withCompression
-
withIntegrityCheck
-
withIntegrityCheckAlgorithm
-
withContent
- Overrides:
withContentin classBIN
-
withContent
- Overrides:
withContentin classBIN
-
withRepresentation
- Overrides:
withRepresentationin classBIN
-
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
-