Package net.ihe.gazelle.hl7v3.datatypes
Class BN
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.ANYNonNull
net.ihe.gazelle.hl7v3.datatypes.BN
- All Implemented Interfaces:
Serializable
Description of the class BN.
- See Also:
-
Field Summary
FieldsFields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Return value.isValue()Deprecated.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidSet a value to attribute value.static voidvalidateByModule(BN bN, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANYNonNull
validateByModuleMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModuleMethods 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
-
value
-
-
Constructor Details
-
BN
public BN()
-
-
Method Details
-
getValue
Return value.- Returns:
- value
-
setValue
Set a value to attribute value. -
isValue
Deprecated.Return value.- Returns:
- value Generated for the use on jsf pages
-
get_xmlNodePresentation
- Overrides:
get_xmlNodePresentationin classANYNonNull
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentationin classANYNonNull
-
validateByModule
public static void validateByModule(BN bN, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-