
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanDependencyComponent
Packages that use TestPlan.TestPlanDependencyComponent
-
Uses of TestPlan.TestPlanDependencyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestPlanDependencyComponentModifier and TypeMethodDescriptionprotected TestPlan.TestPlanDependencyComponent
JsonParser.parseTestPlanDependencyComponent
(com.google.gson.JsonObject json) protected TestPlan.TestPlanDependencyComponent
XmlParser.parseTestPlanDependencyComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanDependencyComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type TestPlan.TestPlanDependencyComponentModifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanDependencyComponent> TestPlan.dependency
The required criteria to execute the test plan - e.g.Methods in org.hl7.fhir.r5.model that return TestPlan.TestPlanDependencyComponentModifier and TypeMethodDescriptionTestPlan.addDependency()
TestPlan.TestPlanDependencyComponent.copy()
TestPlan.getDependencyFirstRep()
TestPlan.TestPlanDependencyComponent.setDescription
(String value) TestPlan.TestPlanDependencyComponent.setDescriptionElement
(MarkdownType value) TestPlan.TestPlanDependencyComponent.setPredecessor
(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestPlan.TestPlanDependencyComponentMethods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestPlanDependencyComponentModifier and TypeMethodDescriptionTestPlan.addDependency
(TestPlan.TestPlanDependencyComponent t) void
TestPlan.TestPlanDependencyComponent.copyValues
(TestPlan.TestPlanDependencyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestPlan.TestPlanDependencyComponentModifier and TypeMethodDescriptionTestPlan.setDependency
(List<TestPlan.TestPlanDependencyComponent> theDependency)