
Uses of Class
org.hl7.fhir.r5.tools.TestCases.TestCasesSuiteResourceComponent
Packages that use TestCases.TestCasesSuiteResourceComponent
-
Uses of TestCases.TestCasesSuiteResourceComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type TestCases.TestCasesSuiteResourceComponentModifier and TypeFieldDescriptionprotected List<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteTestComponent.inputListThe resources used when executing this test.protected List<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteTestComponent.outputListResources expected as output from this test.protected List<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteComponent.resourceListThe resources used in the tests in this suite.Methods in org.hl7.fhir.r5.tools that return TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.addInput()TestCases.TestCasesSuiteTestComponent.addOutput()TestCases.TestCasesSuiteResourceComponent.copy()TestCases.TestCasesSuiteTestComponent.getInputFirstRep()TestCases.TestCasesSuiteTestComponent.getOutputFirstRep()ToolsJsonParser.parseTestCasesSuiteResourceComponent(com.google.gson.JsonObject json) ToolsXmlParser.parseTestCasesSuiteResourceComponent(org.xmlpull.v1.XmlPullParser xpp) TestCases.TestCasesSuiteResourceComponent.setFileElement(StringType value) TestCases.TestCasesSuiteResourceComponent.setModeElement(CodeType value) TestCases.TestCasesSuiteResourceComponent.setNameElement(StringType value) TestCases.TestCasesSuiteResourceComponent.setResource(Resource value) Methods in org.hl7.fhir.r5.tools that return types with arguments of type TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.getInputList()TestCases.TestCasesSuiteTestComponent.getOutputList()TestCases.TestCasesSuiteComponent.getResourceList()Methods in org.hl7.fhir.r5.tools with parameters of type TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.addInput(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteTestComponent.addOutput(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteComponent.addResource(TestCases.TestCasesSuiteResourceComponent t) protected voidToolsJsonParser.composeTestCasesSuiteResourceComponent(String name, TestCases.TestCasesSuiteResourceComponent element) protected voidToolsXmlParser.composeTestCasesSuiteResourceComponent(String name, TestCases.TestCasesSuiteResourceComponent element) protected voidToolsXmlParser.composeTestCasesSuiteResourceComponentElements(TestCases.TestCasesSuiteResourceComponent element) protected voidToolsJsonParser.composeTestCasesSuiteResourceComponentProperties(TestCases.TestCasesSuiteResourceComponent element) voidTestCases.TestCasesSuiteResourceComponent.copyValues(TestCases.TestCasesSuiteResourceComponent dst) protected booleanToolsXmlParser.parseTestCasesSuiteResourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteResourceComponent res) protected voidToolsJsonParser.parseTestCasesSuiteResourceComponentProperties(com.google.gson.JsonObject json, TestCases.TestCasesSuiteResourceComponent res) Method parameters in org.hl7.fhir.r5.tools with type arguments of type TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.setInputList(List<TestCases.TestCasesSuiteResourceComponent> theInput) TestCases.TestCasesSuiteTestComponent.setOutputList(List<TestCases.TestCasesSuiteResourceComponent> theOutput) TestCases.TestCasesSuiteComponent.setResourceList(List<TestCases.TestCasesSuiteResourceComponent> theResource)