
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.IBasegetBase()ca.uhn.fhir.context.BaseRuntimeChildDefinitiongetChild()ca.uhn.fhir.context.BaseRuntimeElementDefinition<?> voidsetBase(org.hl7.fhir.instance.model.api.IBase theBase) voidsetBaseRuntimeDefinition(ca.uhn.fhir.context.BaseRuntimeChildDefinition theChildDefinition) voidsetChild(FhirPathChildDefinition theChild) voidsetElementDefinition(ca.uhn.fhir.context.BaseRuntimeElementDefinition<?> theElementDefinition) voidsetFhirPath(String theFhirPath) voidsetParent(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
-