Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanDependencyComponent
-
Uses of TestPlan.TestPlanDependencyComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestPlan.TestPlanDependencyComponent
JsonParser.parseTestPlanDependencyComponent
(com.google.gson.JsonObject json) protected TestPlan.TestPlanDependencyComponent
XmlParser.parseTestPlanDependencyComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestPlanDependencyComponent
(String name, TestPlan.TestPlanDependencyComponent element) protected void
RdfParser.composeTestPlanDependencyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanDependencyComponent element, int index) protected void
XmlParser.composeTestPlanDependencyComponent
(String name, TestPlan.TestPlanDependencyComponent element) protected void
XmlParser.composeTestPlanDependencyComponentElements
(TestPlan.TestPlanDependencyComponent element) protected void
JsonParser.composeTestPlanDependencyComponentProperties
(TestPlan.TestPlanDependencyComponent element) protected boolean
XmlParser.parseTestPlanDependencyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanDependencyComponent res) protected void
JsonParser.parseTestPlanDependencyComponentProperties
(com.google.gson.JsonObject json, TestPlan.TestPlanDependencyComponent res) -
Uses of TestPlan.TestPlanDependencyComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanDependencyComponent> TestPlan.dependency
The required criteria to execute the test plan - e.g.Modifier and TypeMethodDescriptionTestPlan.addDependency()
TestPlan.TestPlanDependencyComponent.copy()
TestPlan.getDependencyFirstRep()
TestPlan.TestPlanDependencyComponent.setDescription
(String value) TestPlan.TestPlanDependencyComponent.setDescriptionElement
(MarkdownType value) TestPlan.TestPlanDependencyComponent.setPredecessor
(Reference value) Modifier and TypeMethodDescriptionTestPlan.addDependency
(TestPlan.TestPlanDependencyComponent t) void
TestPlan.TestPlanDependencyComponent.copyValues
(TestPlan.TestPlanDependencyComponent dst) Modifier and TypeMethodDescriptionTestPlan.setDependency
(List<TestPlan.TestPlanDependencyComponent> theDependency)