Package org.hl7.v3
Class Thumbnail
java.lang.Object
org.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.Thumbnail
A thumbnail is an abbreviated rendition of the full
data. A thumbnail requires significantly fewer
resources than the full data, while still maintaining
some distinctive similarity with the full data. A
thumbnail is typically used with by-reference
encapsulated data. It allows a user to select data
more efficiently before actually downloading through
the reference.
Java class for thumbnail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="thumbnail">
<complexContent>
<restriction base="{urn:hl7-org:v3}ED">
<sequence>
<element name="reference" type="{urn:hl7-org:v3}TEL" minOccurs="0"/>
<element name="thumbnail" type="{urn:hl7-org:v3}thumbnail" maxOccurs="0" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.hl7.v3.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaTypeFields inherited from class org.hl7.v3.BIN
content, representation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()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.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaTypeMethods inherited from class org.hl7.v3.BIN
getContent, getRepresentation, setRepresentation
-
Constructor Details
-
Thumbnail
public Thumbnail()
-
-
Method Details
-
withMediaType
- Overrides:
withMediaTypein classED
-
withLanguage
- Overrides:
withLanguagein classED
-
withCompression
- Overrides:
withCompressionin classED
-
withIntegrityCheck
- Overrides:
withIntegrityCheckin classED
-
withIntegrityCheckAlgorithm
- Overrides:
withIntegrityCheckAlgorithmin classED
-
withContent
- Overrides:
withContentin classED
-
withContent
- Overrides:
withContentin classED
-
withRepresentation
- Overrides:
withRepresentationin classED
-
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
-