Package net.ihe.gazelle.hl7v3.datatypes
Class ED
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.BIN
net.ihe.gazelle.hl7v3.datatypes.ED
- All Implemented Interfaces:
Serializable
Description of the class ED.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether the raw byte data is compressed, and what compression algorithm was used. .The integrity check is a short binary value representing a cryptographically strong checksum that is calculated over the binary data.Specifies the algorithm used to compute the integrityCheck value. .For character based information the language property specifies the human language of the text. .Identifies the type of the encapsulated data and identifies a method to interpret or render the data. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
representation
Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn compression.Return integrityCheck.Return integrityCheckAlgorithm.Return language.Return mediaType.Return reference.Return thumbnail.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setCompression
(CompressionAlgorithm compression) Set a value to attribute compression.void
setIntegrityCheck
(String integrityCheck) Set a value to attribute integrityCheck.void
setIntegrityCheckAlgorithm
(IntegrityCheckAlgorithm integrityCheckAlgorithm) Set a value to attribute integrityCheckAlgorithm.void
setLanguage
(String language) Set a value to attribute language.void
setMediaType
(String mediaType) Set a value to attribute mediaType.static void
validateByModule
(ED eD, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.BIN
addMixed, getListStringValues, getMixed, getRepresentation, removeMixed, setMixed, setRepresentation, validateByModule
Methods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModule
Methods inherited from class net.ihe.gazelle.gen.common.CommonOperations
getValuesetChecker, isBIN, isCSType, isDTM, isOID, isRUID, isSTType, isTSType, isUID, isUUID, isXCN, isXON, isXPN, matches, matches, matches, matches, matchesCodeToValueSet, matchesValueSet, matchesValueSetWithDisplayName, setValuesetChecker, setValueSetProvider
-
Field Details
-
compression
Indicates whether the raw byte data is compressed, and what compression algorithm was used. . -
integrityCheck
The integrity check is a short binary value representing a cryptographically strong checksum that is calculated over the binary data. The purpose of this property, when communicated with a reference is for anyone to validate later whether the reference still resolved to the same data that the reference resolved to when the encapsulated data value with reference was created. . -
integrityCheckAlgorithm
Specifies the algorithm used to compute the integrityCheck value. . -
language
For character based information the language property specifies the human language of the text. . -
mediaType
Identifies the type of the encapsulated data and identifies a method to interpret or render the data. .
-
-
Constructor Details
-
ED
public ED()
-
-
Method Details
-
getReference
Return reference.- Returns:
- reference
-
getThumbnail
Return thumbnail.- Returns:
- thumbnail
-
getCompression
Return compression.- Returns:
- compression : Indicates whether the raw byte data is compressed, and what compression algorithm was used.
-
setCompression
Set a value to attribute compression.- Parameters:
compression
- : Indicates whether the raw byte data is compressed, and what compression algorithm was used.
-
getIntegrityCheck
Return integrityCheck.- Returns:
- integrityCheck : The integrity check is a short binary value representing a cryptographically strong checksum that is calculated over the binary data. The purpose of this property, when communicated with a reference is for anyone to validate later whether the reference still resolved to the same data that the reference resolved to when the encapsulated data value with reference was created.
-
setIntegrityCheck
Set a value to attribute integrityCheck.- Parameters:
integrityCheck
- : The integrity check is a short binary value representing a cryptographically strong checksum that is calculated over the binary data. The purpose of this property, when communicated with a reference is for anyone to validate later whether the reference still resolved to the same data that the reference resolved to when the encapsulated data value with reference was created.
-
getIntegrityCheckAlgorithm
Return integrityCheckAlgorithm.- Returns:
- integrityCheckAlgorithm : Specifies the algorithm used to compute the integrityCheck value.
-
setIntegrityCheckAlgorithm
Set a value to attribute integrityCheckAlgorithm.- Parameters:
integrityCheckAlgorithm
- : Specifies the algorithm used to compute the integrityCheck value.
-
getLanguage
Return language.- Returns:
- language : For character based information the language property specifies the human language of the text.
-
setLanguage
Set a value to attribute language.- Parameters:
language
- : For character based information the language property specifies the human language of the text.
-
getMediaType
Return mediaType.- Returns:
- mediaType : Identifies the type of the encapsulated data and identifies a method to interpret or render the data.
-
setMediaType
Set a value to attribute mediaType.- Parameters:
mediaType
- : Identifies the type of the encapsulated data and identifies a method to interpret or render the data.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classBIN
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classBIN
-
validateByModule
public static void validateByModule(ED eD, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-