
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseTestDataComponent
Packages that use TestPlan.TestPlanTestCaseTestDataComponent
-
Uses of TestPlan.TestPlanTestCaseTestDataComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestPlanTestCaseTestDataComponentModifier and TypeMethodDescriptionJsonParser.parseTestPlanTestCaseTestDataComponent
(com.google.gson.JsonObject json) XmlParser.parseTestPlanTestCaseTestDataComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanTestCaseTestDataComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type TestPlan.TestPlanTestCaseTestDataComponentModifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanTestCaseTestDataComponent> TestPlan.TestPlanTestCaseComponent.testData
The test data used in the test case.Methods in org.hl7.fhir.r5.model that return TestPlan.TestPlanTestCaseTestDataComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addTestData()
TestPlan.TestPlanTestCaseTestDataComponent.copy()
TestPlan.TestPlanTestCaseComponent.getTestDataFirstRep()
TestPlan.TestPlanTestCaseTestDataComponent.setContent
(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestPlan.TestPlanTestCaseTestDataComponentMethods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestPlanTestCaseTestDataComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addTestData
(TestPlan.TestPlanTestCaseTestDataComponent t) void
TestPlan.TestPlanTestCaseTestDataComponent.copyValues
(TestPlan.TestPlanTestCaseTestDataComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestPlan.TestPlanTestCaseTestDataComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.setTestData
(List<TestPlan.TestPlanTestCaseTestDataComponent> theTestData)