
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 void
JsonParser.composeTestPlanTestCaseTestRunComponent
(String name, TestPlan.TestPlanTestCaseTestRunComponent element) protected void
RdfParser.composeTestPlanTestCaseTestRunComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseTestRunComponent element, int index) protected void
XmlParser.composeTestPlanTestCaseTestRunComponent
(String name, TestPlan.TestPlanTestCaseTestRunComponent element) protected void
XmlParser.composeTestPlanTestCaseTestRunComponentElements
(TestPlan.TestPlanTestCaseTestRunComponent element) protected void
JsonParser.composeTestPlanTestCaseTestRunComponentProperties
(TestPlan.TestPlanTestCaseTestRunComponent element) protected boolean
XmlParser.parseTestPlanTestCaseTestRunComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseTestRunComponent res) protected void
JsonParser.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.testRun
The 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) void
TestPlan.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)