Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptTeardownComponent
-
Packages that use TestScript.TestScriptTeardownComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TestScriptTeardownComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptTeardownComponent Modifier and Type Method Description protected TestScript.TestScriptTeardownComponentJsonParser. parseTestScriptTestScriptTeardownComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptTeardownComponentXmlParser. parseTestScriptTestScriptTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TestScriptTeardownComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as TestScript.TestScriptTeardownComponent Modifier and Type Field Description protected TestScript.TestScriptTeardownComponentTestScript. teardownA series of operations required to clean up after all the tests are executed (successfully or otherwise).Methods in org.hl7.fhir.r4.model that return TestScript.TestScriptTeardownComponent Modifier and Type Method Description TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. addAction(TestScript.TeardownActionComponent t)TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. copy()TestScript.TestScriptTeardownComponentTestScript. getTeardown()TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. setAction(List<TestScript.TeardownActionComponent> theAction)Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptTeardownComponent Modifier and Type Method Description voidTestScript.TestScriptTeardownComponent. copyValues(TestScript.TestScriptTeardownComponent dst)TestScriptTestScript. setTeardown(TestScript.TestScriptTeardownComponent value)
-