
Uses of Class
org.hl7.fhir.r5.tools.TestCases.TestCasesSuiteTestComponent
Packages that use TestCases.TestCasesSuiteTestComponent
-
Uses of TestCases.TestCasesSuiteTestComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type TestCases.TestCasesSuiteTestComponentModifier and TypeFieldDescriptionprotected List<TestCases.TestCasesSuiteTestComponent> TestCases.TestCasesSuiteComponent.testListAn actual test in the test suiteMethods in org.hl7.fhir.r5.tools that return TestCases.TestCasesSuiteTestComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.addInput(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteTestComponent.addOutput(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteTestComponent.addParameter(TestCases.TestCasesSuiteParameterComponent t) TestCases.TestCasesSuiteTestComponent.copy()protected TestCases.TestCasesSuiteTestComponentToolsJsonParser.parseTestCasesSuiteTestComponent(com.google.gson.JsonObject json) protected TestCases.TestCasesSuiteTestComponentToolsXmlParser.parseTestCasesSuiteTestComponent(org.xmlpull.v1.XmlPullParser xpp) TestCases.TestCasesSuiteTestComponent.setDescription(String value) TestCases.TestCasesSuiteTestComponent.setDescriptionElement(StringType value) TestCases.TestCasesSuiteTestComponent.setInputList(List<TestCases.TestCasesSuiteResourceComponent> theInput) TestCases.TestCasesSuiteTestComponent.setModeElement(StringType value) TestCases.TestCasesSuiteTestComponent.setNameElement(StringType value) TestCases.TestCasesSuiteTestComponent.setOperation(String value) TestCases.TestCasesSuiteTestComponent.setOperationElement(CodeType value) TestCases.TestCasesSuiteTestComponent.setOutputList(List<TestCases.TestCasesSuiteResourceComponent> theOutput) TestCases.TestCasesSuiteTestComponent.setParameterList(List<TestCases.TestCasesSuiteParameterComponent> theParameter) Methods in org.hl7.fhir.r5.tools that return types with arguments of type TestCases.TestCasesSuiteTestComponentMethods in org.hl7.fhir.r5.tools with parameters of type TestCases.TestCasesSuiteTestComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.addTest(TestCases.TestCasesSuiteTestComponent t) protected voidToolsJsonParser.composeTestCasesSuiteTestComponent(String name, TestCases.TestCasesSuiteTestComponent element) protected voidToolsXmlParser.composeTestCasesSuiteTestComponent(String name, TestCases.TestCasesSuiteTestComponent element) protected voidToolsXmlParser.composeTestCasesSuiteTestComponentElements(TestCases.TestCasesSuiteTestComponent element) protected voidToolsJsonParser.composeTestCasesSuiteTestComponentProperties(TestCases.TestCasesSuiteTestComponent element) voidTestCases.TestCasesSuiteTestComponent.copyValues(TestCases.TestCasesSuiteTestComponent dst) protected booleanToolsXmlParser.parseTestCasesSuiteTestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteTestComponent res) protected voidToolsJsonParser.parseTestCasesSuiteTestComponentProperties(com.google.gson.JsonObject json, TestCases.TestCasesSuiteTestComponent res) Method parameters in org.hl7.fhir.r5.tools with type arguments of type TestCases.TestCasesSuiteTestComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.setTestList(List<TestCases.TestCasesSuiteTestComponent> theTest)