Package net.ihe.gazelle.hl7v3.datatypes
Class BIN
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.BIN
- Direct Known Subclasses:
ED
Description of the class BIN.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the representation of the binary data that is the content of the binary data value. .Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMixed
(Serializable mixed_elt) Add a mixed to the mixed collection.getMixed()
Return mixed.Return representation.void
removeMixed
(Serializable mixed_elt) Remove a mixed to the mixed collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setMixed
(List<Serializable> mixed) Set a value to attribute mixed.void
setRepresentation
(BinaryDataEncoding representation) Set a value to attribute representation.static void
validateByModule
(BIN bIN, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods 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
-
representation
Specifies the representation of the binary data that is the content of the binary data value. .
-
-
Constructor Details
-
BIN
public BIN()
-
-
Method Details
-
getMixed
Return mixed.- Returns:
- mixed
-
setMixed
Set a value to attribute mixed.- Parameters:
mixed
- .
-
addMixed
Add a mixed to the mixed collection.- Parameters:
mixed_elt
- Element to add.
-
removeMixed
Remove a mixed to the mixed collection.- Parameters:
mixed_elt
- Element to remove
-
getRepresentation
Return representation.- Returns:
- representation : Specifies the representation of the binary data that is the content of the binary data value.
-
setRepresentation
Set a value to attribute representation.- Parameters:
representation
- : Specifies the representation of the binary data that is the content of the binary data value.
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentation
in classANY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classANY
-
getListStringValues
-
validateByModule
public static void validateByModule(BIN bIN, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-