Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptSetupComponent
Packages that use TestScript.TestScriptSetupComponent
-
Uses of TestScript.TestScriptSetupComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TestScriptSetupComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptSetupComponentJsonParser.parseTestScriptSetupComponent(com.google.gson.JsonObject json)protected TestScript.TestScriptSetupComponentXmlParser.parseTestScriptSetupComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type TestScript.TestScriptSetupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element)protected voidRdfParser.composeTestScriptSetupComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptSetupComponent element, int index)protected voidXmlParser.composeTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element)protected voidXmlParser.composeTestScriptSetupComponentElements(TestScript.TestScriptSetupComponent element)protected voidJsonParser.composeTestScriptSetupComponentProperties(TestScript.TestScriptSetupComponent element)protected booleanXmlParser.parseTestScriptSetupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptSetupComponent res)protected voidJsonParser.parseTestScriptSetupComponentProperties(com.google.gson.JsonObject json, TestScript.TestScriptSetupComponent res) -
Uses of TestScript.TestScriptSetupComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as TestScript.TestScriptSetupComponentModifier and TypeFieldDescriptionprotected TestScript.TestScriptSetupComponentTestScript.setupA series of required setup operations before tests are executed.Methods in org.hl7.fhir.r5.model that return TestScript.TestScriptSetupComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction(TestScript.SetupActionComponent t)TestScript.TestScriptSetupComponent.copy()TestScript.getSetup()TestScript.TestScriptSetupComponent.setAction(List<TestScript.SetupActionComponent> theAction)Methods in org.hl7.fhir.r5.model with parameters of type TestScript.TestScriptSetupComponentModifier and TypeMethodDescriptionvoidTestScript.TestScriptSetupComponent.copyValues(TestScript.TestScriptSetupComponent dst)TestScript.setSetup(TestScript.TestScriptSetupComponent value)