Uses of Class
org.hl7.fhir.r4.model.TestScript.TeardownActionComponent
-
Packages that use TestScript.TeardownActionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TeardownActionComponent Modifier and Type Method Description protected TestScript.TeardownActionComponentJsonParser. parseTestScriptTeardownActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TeardownActionComponentXmlParser. parseTestScriptTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TeardownActionComponent Modifier and Type Field Description protected List<TestScript.TeardownActionComponent>TestScript.TestScriptTeardownComponent. actionThe teardown action will only contain an operation.Methods in org.hl7.fhir.r4.model that return TestScript.TeardownActionComponent Modifier and Type Method Description TestScript.TeardownActionComponentTestScript.TestScriptTeardownComponent. addAction()TestScript.TeardownActionComponentTestScript.TeardownActionComponent. copy()TestScript.TeardownActionComponentTestScript.TestScriptTeardownComponent. getActionFirstRep()TestScript.TeardownActionComponentTestScript.TeardownActionComponent. setOperation(TestScript.SetupActionOperationComponent value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TeardownActionComponent Modifier and Type Method Description List<TestScript.TeardownActionComponent>TestScript.TestScriptTeardownComponent. getAction()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TeardownActionComponent Modifier and Type Method Description TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. addAction(TestScript.TeardownActionComponent t)voidTestScript.TeardownActionComponent. copyValues(TestScript.TeardownActionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TeardownActionComponent Modifier and Type Method Description TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. setAction(List<TestScript.TeardownActionComponent> theAction)
-