
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseTestRunComponent
Packages that use TestPlan.TestPlanTestCaseTestRunComponent
-
Uses of TestPlan.TestPlanTestCaseTestRunComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestPlanTestCaseTestRunComponentModifier and TypeMethodDescriptionJsonParser.parseTestPlanTestCaseTestRunComponent(com.google.gson.JsonObject json) XmlParser.parseTestPlanTestCaseTestRunComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanTestCaseTestRunComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestPlanTestCaseTestRunComponent(String name, TestPlan.TestPlanTestCaseTestRunComponent element) protected voidRdfParser.composeTestPlanTestCaseTestRunComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseTestRunComponent element, int index) protected voidXmlParser.composeTestPlanTestCaseTestRunComponent(String name, TestPlan.TestPlanTestCaseTestRunComponent element) protected voidXmlParser.composeTestPlanTestCaseTestRunComponentElements(TestPlan.TestPlanTestCaseTestRunComponent element) protected voidJsonParser.composeTestPlanTestCaseTestRunComponentProperties(TestPlan.TestPlanTestCaseTestRunComponent element) protected booleanXmlParser.parseTestPlanTestCaseTestRunComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseTestRunComponent res) protected voidJsonParser.parseTestPlanTestCaseTestRunComponentProperties(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseTestRunComponent res) -
Uses of TestPlan.TestPlanTestCaseTestRunComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestPlan.TestPlanTestCaseTestRunComponentModifier and TypeFieldDescriptionprotected List<TestPlan.TestPlanTestCaseTestRunComponent> TestPlan.TestPlanTestCaseComponent.testRunThe actual test to be executed.Methods in org.hl7.fhir.r5.model that return TestPlan.TestPlanTestCaseTestRunComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addTestRun()TestPlan.TestPlanTestCaseTestRunComponent.copy()TestPlan.TestPlanTestCaseComponent.getTestRunFirstRep()TestPlan.TestPlanTestCaseTestRunComponent.setNarrative(String value) TestPlan.TestPlanTestCaseTestRunComponent.setNarrativeElement(MarkdownType value) TestPlan.TestPlanTestCaseTestRunComponent.setScript(TestPlan.TestPlanTestCaseTestRunScriptComponent value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestPlan.TestPlanTestCaseTestRunComponentMethods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestPlanTestCaseTestRunComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addTestRun(TestPlan.TestPlanTestCaseTestRunComponent t) voidTestPlan.TestPlanTestCaseTestRunComponent.copyValues(TestPlan.TestPlanTestCaseTestRunComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestPlan.TestPlanTestCaseTestRunComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.setTestRun(List<TestPlan.TestPlanTestCaseTestRunComponent> theTestRun)