
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.TestPlanDependencyComponentJsonParser.parseTestPlanDependencyComponent(com.google.gson.JsonObject json) protected TestPlan.TestPlanDependencyComponentXmlParser.parseTestPlanDependencyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanDependencyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestPlanDependencyComponent(String name, TestPlan.TestPlanDependencyComponent element) protected voidRdfParser.composeTestPlanDependencyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanDependencyComponent element, int index) protected voidXmlParser.composeTestPlanDependencyComponent(String name, TestPlan.TestPlanDependencyComponent element) protected voidXmlParser.composeTestPlanDependencyComponentElements(TestPlan.TestPlanDependencyComponent element) protected voidJsonParser.composeTestPlanDependencyComponentProperties(TestPlan.TestPlanDependencyComponent element) protected booleanXmlParser.parseTestPlanDependencyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanDependencyComponent res) protected voidJsonParser.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.dependencyThe required criteria to execute the test plan - e.g. preconditions, previous tests...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) voidTestPlan.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)