org.hl7.v3
Class Thumbnail
java.lang.Object
org.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.Thumbnail
- All Implemented Interfaces:
- java.io.Serializable
public class Thumbnail
- extends ED
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>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Thumbnail
public Thumbnail()