
Package ca.uhn.fhir.jpa.patch
Class FhirPathChildDefinition
java.lang.Object
ca.uhn.fhir.jpa.patch.FhirPathChildDefinition
A helper object to hold the child definitions along a provided fhir path
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBase
getBase()
ca.uhn.fhir.context.BaseRuntimeChildDefinition
getChild()
ca.uhn.fhir.context.BaseRuntimeElementDefinition
<?> void
setBase
(org.hl7.fhir.instance.model.api.IBase theBase) void
setBaseRuntimeDefinition
(ca.uhn.fhir.context.BaseRuntimeChildDefinition theChildDefinition) void
setChild
(FhirPathChildDefinition theChild) void
setElementDefinition
(ca.uhn.fhir.context.BaseRuntimeElementDefinition<?> theElementDefinition) void
setFhirPath
(String theFhirPath) void
setParent
(FhirPathChildDefinition theParent)
-
Constructor Details
-
FhirPathChildDefinition
public FhirPathChildDefinition()
-
-
Method Details
-
getBase
-
setBase
-
getBaseRuntimeDefinition
-
setBaseRuntimeDefinition
public void setBaseRuntimeDefinition(ca.uhn.fhir.context.BaseRuntimeChildDefinition theChildDefinition) -
getElementDefinition
-
setElementDefinition
public void setElementDefinition(ca.uhn.fhir.context.BaseRuntimeElementDefinition<?> theElementDefinition) -
getFhirPath
-
setFhirPath
-
getChild
-
setChild
-
getParent
-
setParent
-