
Package org.hl7.fhir.r5.openehr
Class LOCATABLE_REF
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.OBJECT_REF
org.hl7.fhir.r5.openehr.LOCATABLE_REF
- 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
public class LOCATABLE_REF
extends OBJECT_REF
implements org.hl7.fhir.instance.model.api.ICompositeType
Reference to a LOCATABLE instance inside the top-level content structure inside a VERSION identified by the id attribute. The path attribute is applied to the object that VERSION.data points to
- 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 StringType
Reference to a LOCATABLE instance inside the top-level content structure inside a VERSIONidentified by the id attribute. Fields inherited from class org.hl7.fhir.r5.openehr.OBJECT_REF
id, namespace, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
copyValues
(LOCATABLE_REF dst) boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getNamedProperty
(int _hash, String _name, boolean _checkValid) getPath()
Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
hasPath()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setPathElement
(StringType value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) protected LOCATABLE_REF
Methods inherited from class org.hl7.fhir.r5.openehr.OBJECT_REF
copyValues, getId, getNamespace, getNamespaceElement, getType, getTypeElement, hasId, hasNamespace, hasNamespaceElement, hasType, hasTypeElement, setId, setNamespace, setNamespaceElement, setType, setTypeElement
Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBase
Methods 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, setXhtml
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
path
Reference to a LOCATABLE instance inside the top-level content structure inside a VERSIONidentified by the id attribute. The path attribute is applied to the object that VERSION.data points to
-
-
Constructor Details
-
LOCATABLE_REF
public LOCATABLE_REF()Constructor
-
-
Method Details
-
getPathElement
- Returns:
path
(Reference to a LOCATABLE instance inside the top-level content structure inside a VERSIONidentified by the id attribute. The path attribute is applied to the object that VERSION.data points to). This is the underlying object with id, value and extensions. The accessor "getPath" gives direct access to the value
-
hasPathElement
-
hasPath
-
setPathElement
- Parameters:
value
-path
(Reference to a LOCATABLE instance inside the top-level content structure inside a VERSIONidentified by the id attribute. The path attribute is applied to the object that VERSION.data points to). This is the underlying object with id, value and extensions. The accessor "getPath" gives direct access to the value
-
getPath
- Returns:
- Reference to a LOCATABLE instance inside the top-level content structure inside a VERSION
identified by the id attribute. The path attribute is applied to the object that VERSION.data points to
-
setPath
- Parameters:
value
- Reference to a LOCATABLE instance inside the top-level content structure inside a VERSIONidentified by the id attribute. The path attribute is applied to the object that VERSION.data points to
-
listChildren
- Overrides:
listChildren
in classOBJECT_REF
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classOBJECT_REF
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classOBJECT_REF
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classOBJECT_REF
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classOBJECT_REF
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classOBJECT_REF
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classOBJECT_REF
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classOBJECT_REF
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classOBJECT_REF
- Returns:
- the FHIR type name of the instance (not the java class name)
-
copy
- Overrides:
copy
in classOBJECT_REF
-
copyValues
-
typedCopy
- Overrides:
typedCopy
in classOBJECT_REF
-
equalsDeep
- Overrides:
equalsDeep
in classOBJECT_REF
-
equalsShallow
- Overrides:
equalsShallow
in classOBJECT_REF
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classOBJECT_REF
-