public class ED extends BIN
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>
| Constructor and Description |
|---|
ED() |
| Modifier and Type | Method and Description |
|---|---|
CompressionAlgorithm |
getCompression()
Gets the value of the compression property.
|
byte[] |
getIntegrityCheck()
Gets the value of the integrityCheck property.
|
IntegrityCheckAlgorithm |
getIntegrityCheckAlgorithm()
Gets the value of the integrityCheckAlgorithm property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.lang.String |
getMediaType()
Gets the value of the mediaType property.
|
TEL |
getReference()
Gets the value of the reference property.
|
Thumbnail |
getThumbnail()
Gets the value of the thumbnail property.
|
void |
setCompression(CompressionAlgorithm value)
Sets the value of the compression property.
|
void |
setIntegrityCheck(byte[] value)
Sets the value of the integrityCheck property.
|
void |
setIntegrityCheckAlgorithm(IntegrityCheckAlgorithm value)
Sets the value of the integrityCheckAlgorithm property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setMediaType(java.lang.String value)
Sets the value of the mediaType property.
|
void |
setReference(TEL value)
Sets the value of the reference property.
|
void |
setThumbnail(Thumbnail value)
Sets the value of the thumbnail property.
|
getRepresentation, setRepresentationgetContent, getNullFlavor, setContentpublic TEL getReference()
TELpublic void setReference(TEL value)
value - allowed object is
TELpublic Thumbnail getThumbnail()
Thumbnailpublic void setThumbnail(Thumbnail value)
value - allowed object is
Thumbnailpublic java.lang.String getMediaType()
Stringpublic void setMediaType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic CompressionAlgorithm getCompression()
CompressionAlgorithmpublic void setCompression(CompressionAlgorithm value)
value - allowed object is
CompressionAlgorithmpublic byte[] getIntegrityCheck()
public void setIntegrityCheck(byte[] value)
value - allowed object is
byte[]public IntegrityCheckAlgorithm getIntegrityCheckAlgorithm()
IntegrityCheckAlgorithmpublic void setIntegrityCheckAlgorithm(IntegrityCheckAlgorithm value)
value - allowed object is
IntegrityCheckAlgorithm