Uses of Class
org.hl7.fhir.r5.model.TestScript.TeardownActionComponent
-
Packages that use TestScript.TeardownActionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TeardownActionComponent Modifier and Type Method Description protected TestScript.TeardownActionComponentJsonParser. parseTestScriptTeardownActionComponent(com.google.gson.JsonObject json)protected TestScript.TeardownActionComponentXmlParser. parseTestScriptTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.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.r5.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.r5.model with type arguments of type TestScript.TeardownActionComponent Modifier and Type Method Description TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. setAction(List<TestScript.TeardownActionComponent> theAction)Constructors in org.hl7.fhir.r5.model with parameters of type TestScript.TeardownActionComponent Constructor Description TestScriptTeardownComponent(TestScript.TeardownActionComponent action)Constructor
-