
Package org.hl7.fhir.r5.openehr
Class VERSION
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.VERSION
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseDatatype,org.hl7.fhir.instance.model.api.ICompositeType
- Direct Known Subclasses:
IMPORTED_VERSION,ORIGINAL_VERSION
public abstract class VERSION
extends LogicalBase
implements org.hl7.fhir.instance.model.api.ICompositeType
Version control abstraction, defining semantics for versioning one complex object.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AUDIT_DETAILSAudit trail corresponding to the committal of this version to the VERSIONED_OBJECT.protected OBJECT_REFContribution in which this version was added.protected StringTypeOpenPGP digital signature or digest of content committed in this Version. -
Constructor Summary
ConstructorsConstructorDescriptionVERSION()ConstructorVERSION(OBJECT_REF contribution, AUDIT_DETAILS commit_audit) Constructor -
Method Summary
Modifier and TypeMethodDescriptionabstract VERSIONcopy()voidcopyValues(VERSION dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setCommit_audit(AUDIT_DETAILS value) setContribution(OBJECT_REF value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setSignature(String value) setSignatureElement(StringType value) Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBaseMethods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, executeFunction, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setCopyUserData, setUserData, setUserDataINN, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
contribution
Contribution in which this version was added. -
signature
OpenPGP digital signature or digest of content committed in this Version. -
commit_audit
Audit trail corresponding to the committal of this version to the VERSIONED_OBJECT.
-
-
Constructor Details
-
VERSION
public VERSION()Constructor -
VERSION
Constructor
-
-
Method Details
-
getContribution
- Returns:
contribution(Contribution in which this version was added.)
-
hasContribution
-
setContribution
- Parameters:
value-contribution(Contribution in which this version was added.)
-
getSignatureElement
- Returns:
signature(OpenPGP digital signature or digest of content committed in this Version.). This is the underlying object with id, value and extensions. The accessor "getSignature" gives direct access to the value
-
hasSignatureElement
-
hasSignature
-
setSignatureElement
- Parameters:
value-signature(OpenPGP digital signature or digest of content committed in this Version.). This is the underlying object with id, value and extensions. The accessor "getSignature" gives direct access to the value
-
getSignature
- Returns:
- OpenPGP digital signature or digest of content committed in this Version.
-
setSignature
- Parameters:
value- OpenPGP digital signature or digest of content committed in this Version.
-
getCommit_audit
- Returns:
commit_audit(Audit trail corresponding to the committal of this version to the VERSIONED_OBJECT.)
-
hasCommit_audit
-
setCommit_audit
- Parameters:
value-commit_audit(Audit trail corresponding to the committal of this version to the VERSIONED_OBJECT.)
-
listChildren
- Overrides:
listChildrenin classBase
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
equalsDeep
- Overrides:
equalsDeepin classBase
-
equalsShallow
- Overrides:
equalsShallowin classBase
-
isEmpty
-