
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 voidJsonParser.composeTestPlanTestCaseTestDataComponent(String name, TestPlan.TestPlanTestCaseTestDataComponent element) protected voidRdfParser.composeTestPlanTestCaseTestDataComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseTestDataComponent element, int index) protected voidXmlParser.composeTestPlanTestCaseTestDataComponent(String name, TestPlan.TestPlanTestCaseTestDataComponent element) protected voidXmlParser.composeTestPlanTestCaseTestDataComponentElements(TestPlan.TestPlanTestCaseTestDataComponent element) protected voidJsonParser.composeTestPlanTestCaseTestDataComponentProperties(TestPlan.TestPlanTestCaseTestDataComponent element) protected booleanXmlParser.parseTestPlanTestCaseTestDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseTestDataComponent res) protected voidJsonParser.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.testDataThe 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) voidTestPlan.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)