
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.TeardownAction
Packages that use TestScript.TeardownAction
-
Uses of TestScript.TeardownAction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.TeardownActionModifier and TypeMethodDescriptionTestScript.Teardown.addAction()
Adds and returns a new value for action ()TestScript.Teardown.getActionFirstRep()
Gets the first repetition for action (), creating it if it does not already exist.TestScript.TeardownAction.setOperation
(TestScript.SetupActionOperation theValue) Sets the value(s) for operation ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.TeardownActionModifier and TypeMethodDescriptionTestScript.Teardown.getAction()
Gets the value(s) for action ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.TeardownActionModifier and TypeMethodDescriptionTestScript.Teardown.addAction
(TestScript.TeardownAction theValue) Adds a given new value for action ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.TeardownActionModifier and TypeMethodDescriptionTestScript.Teardown.setAction
(List<TestScript.TeardownAction> theValue) Sets the value(s) for action ()