
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseComponent
Packages that use TestPlan.TestPlanTestCaseComponent
-
Uses of TestPlan.TestPlanTestCaseComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionprotected TestPlan.TestPlanTestCaseComponentJsonParser.parseTestPlanTestCaseComponent(com.google.gson.JsonObject json) protected TestPlan.TestPlanTestCaseComponentXmlParser.parseTestPlanTestCaseComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestPlanTestCaseComponent(String name, TestPlan.TestPlanTestCaseComponent element) protected voidRdfParser.composeTestPlanTestCaseComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseComponent element, int index) protected voidXmlParser.composeTestPlanTestCaseComponent(String name, TestPlan.TestPlanTestCaseComponent element) protected voidXmlParser.composeTestPlanTestCaseComponentElements(TestPlan.TestPlanTestCaseComponent element) protected voidJsonParser.composeTestPlanTestCaseComponentProperties(TestPlan.TestPlanTestCaseComponent element) protected booleanXmlParser.parseTestPlanTestCaseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseComponent res) protected voidJsonParser.parseTestPlanTestCaseComponentProperties(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseComponent res) -
Uses of TestPlan.TestPlanTestCaseComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestPlan.TestPlanTestCaseComponentModifier and TypeFieldDescriptionprotected List<TestPlan.TestPlanTestCaseComponent> TestPlan.testCaseThe individual test cases that are part of this plan, when they they are made explicit.Methods in org.hl7.fhir.r5.model that return TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addAssertion(TestPlan.TestPlanTestCaseAssertionComponent t) TestPlan.TestPlanTestCaseComponent.addDependency(TestPlan.TestCaseDependencyComponent t) TestPlan.addTestCase()TestPlan.TestPlanTestCaseComponent.addTestData(TestPlan.TestPlanTestCaseTestDataComponent t) TestPlan.TestPlanTestCaseComponent.addTestRun(TestPlan.TestPlanTestCaseTestRunComponent t) TestPlan.TestPlanTestCaseComponent.copy()TestPlan.getTestCaseFirstRep()TestPlan.TestPlanTestCaseComponent.setAssertion(List<TestPlan.TestPlanTestCaseAssertionComponent> theAssertion) TestPlan.TestPlanTestCaseComponent.setDependency(List<TestPlan.TestCaseDependencyComponent> theDependency) TestPlan.TestPlanTestCaseComponent.setSequence(int value) TestPlan.TestPlanTestCaseComponent.setSequenceElement(IntegerType value) TestPlan.TestPlanTestCaseComponent.setTestData(List<TestPlan.TestPlanTestCaseTestDataComponent> theTestData) TestPlan.TestPlanTestCaseComponent.setTestRun(List<TestPlan.TestPlanTestCaseTestRunComponent> theTestRun) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestPlan.TestPlanTestCaseComponentMethods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionTestPlan.addTestCase(TestPlan.TestPlanTestCaseComponent t) voidTestPlan.TestPlanTestCaseComponent.copyValues(TestPlan.TestPlanTestCaseComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionTestPlan.setTestCase(List<TestPlan.TestPlanTestCaseComponent> theTestCase)