
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseTestRunScriptComponent
Packages that use TestPlan.TestPlanTestCaseTestRunScriptComponent
-
Uses of TestPlan.TestPlanTestCaseTestRunScriptComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestPlanTestCaseTestRunScriptComponentModifier and TypeMethodDescriptionJsonParser.parseTestPlanTestCaseTestRunScriptComponent(com.google.gson.JsonObject json) XmlParser.parseTestPlanTestCaseTestRunScriptComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanTestCaseTestRunScriptComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestPlanTestCaseTestRunScriptComponent(String name, TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected voidRdfParser.composeTestPlanTestCaseTestRunScriptComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseTestRunScriptComponent element, int index) protected voidXmlParser.composeTestPlanTestCaseTestRunScriptComponent(String name, TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected voidXmlParser.composeTestPlanTestCaseTestRunScriptComponentElements(TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected voidJsonParser.composeTestPlanTestCaseTestRunScriptComponentProperties(TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected booleanXmlParser.parseTestPlanTestCaseTestRunScriptComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseTestRunScriptComponent res) protected voidJsonParser.parseTestPlanTestCaseTestRunScriptComponentProperties(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseTestRunScriptComponent res) -
Uses of TestPlan.TestPlanTestCaseTestRunScriptComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as TestPlan.TestPlanTestCaseTestRunScriptComponentModifier and TypeFieldDescriptionTestPlan.TestPlanTestCaseTestRunComponent.scriptThe test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript.Methods in org.hl7.fhir.r5.model that return TestPlan.TestPlanTestCaseTestRunScriptComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseTestRunScriptComponent.copy()TestPlan.TestPlanTestCaseTestRunComponent.getScript()TestPlan.TestPlanTestCaseTestRunScriptComponent.setLanguage(CodeableConcept value) Methods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestPlanTestCaseTestRunScriptComponentModifier and TypeMethodDescriptionvoidTestPlan.TestPlanTestCaseTestRunScriptComponent.copyValues(TestPlan.TestPlanTestCaseTestRunScriptComponent dst) TestPlan.TestPlanTestCaseTestRunComponent.setScript(TestPlan.TestPlanTestCaseTestRunScriptComponent value)