
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestCaseDependencyComponent
Packages that use TestPlan.TestCaseDependencyComponent
-
Uses of TestPlan.TestCaseDependencyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestCaseDependencyComponentModifier and TypeMethodDescriptionprotected TestPlan.TestCaseDependencyComponentJsonParser.parseTestPlanTestCaseDependencyComponent(com.google.gson.JsonObject json) protected TestPlan.TestCaseDependencyComponentXmlParser.parseTestPlanTestCaseDependencyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestCaseDependencyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestCaseDependencyComponent(String name, TestPlan.TestCaseDependencyComponent element) protected voidJsonParser.composeTestCaseDependencyComponentProperties(TestPlan.TestCaseDependencyComponent element) protected voidRdfParser.composeTestPlanTestCaseDependencyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestCaseDependencyComponent element, int index) protected voidXmlParser.composeTestPlanTestCaseDependencyComponent(String name, TestPlan.TestCaseDependencyComponent element) protected voidXmlParser.composeTestPlanTestCaseDependencyComponentElements(TestPlan.TestCaseDependencyComponent element) protected booleanXmlParser.parseTestPlanTestCaseDependencyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestCaseDependencyComponent res) protected voidJsonParser.parseTestPlanTestCaseDependencyComponentProperties(com.google.gson.JsonObject json, TestPlan.TestCaseDependencyComponent res) -
Uses of TestPlan.TestCaseDependencyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestPlan.TestCaseDependencyComponentModifier and TypeFieldDescriptionprotected List<TestPlan.TestCaseDependencyComponent> TestPlan.TestPlanTestCaseComponent.dependencyThe required criteria to execute the test case - e.g. preconditions, previous tests.Methods in org.hl7.fhir.r5.model that return TestPlan.TestCaseDependencyComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addDependency()TestPlan.TestCaseDependencyComponent.copy()TestPlan.TestPlanTestCaseComponent.getDependencyFirstRep()TestPlan.TestCaseDependencyComponent.setDescription(String value) TestPlan.TestCaseDependencyComponent.setDescriptionElement(MarkdownType value) TestPlan.TestCaseDependencyComponent.setPredecessor(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestPlan.TestCaseDependencyComponentMethods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestCaseDependencyComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addDependency(TestPlan.TestCaseDependencyComponent t) voidTestPlan.TestCaseDependencyComponent.copyValues(TestPlan.TestCaseDependencyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestPlan.TestCaseDependencyComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.setDependency(List<TestPlan.TestCaseDependencyComponent> theDependency)