Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseTestDataComponent
-
Uses of TestPlan.TestPlanTestCaseTestDataComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestPlanTestCaseTestDataComponent
(com.google.gson.JsonObject json) XmlParser.parseTestPlanTestCaseTestDataComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestPlanTestCaseTestDataComponent
(String name, TestPlan.TestPlanTestCaseTestDataComponent element) protected void
RdfParser.composeTestPlanTestCaseTestDataComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseTestDataComponent element, int index) protected void
XmlParser.composeTestPlanTestCaseTestDataComponent
(String name, TestPlan.TestPlanTestCaseTestDataComponent element) protected void
XmlParser.composeTestPlanTestCaseTestDataComponentElements
(TestPlan.TestPlanTestCaseTestDataComponent element) protected void
JsonParser.composeTestPlanTestCaseTestDataComponentProperties
(TestPlan.TestPlanTestCaseTestDataComponent element) protected boolean
XmlParser.parseTestPlanTestCaseTestDataComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseTestDataComponent res) protected void
JsonParser.parseTestPlanTestCaseTestDataComponentProperties
(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseTestDataComponent res) -
Uses of TestPlan.TestPlanTestCaseTestDataComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanTestCaseTestDataComponent> TestPlan.TestPlanTestCaseComponent.testData
The test data used in the test case.Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addTestData()
TestPlan.TestPlanTestCaseTestDataComponent.copy()
TestPlan.TestPlanTestCaseComponent.getTestDataFirstRep()
TestPlan.TestPlanTestCaseTestDataComponent.setContent
(Reference value) Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addTestData
(TestPlan.TestPlanTestCaseTestDataComponent t) void
TestPlan.TestPlanTestCaseTestDataComponent.copyValues
(TestPlan.TestPlanTestCaseTestDataComponent dst) Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.setTestData
(List<TestPlan.TestPlanTestCaseTestDataComponent> theTestData)