Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.TeardownAction
-
Uses of TestScript.TeardownAction in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionTestScript.Teardown.getAction()
Gets the value(s) for action ().Modifier and TypeMethodDescriptionTestScript.Teardown.addAction
(TestScript.TeardownAction theValue) Adds a given new value for action ()Modifier and TypeMethodDescriptionTestScript.Teardown.setAction
(List<TestScript.TeardownAction> theValue) Sets the value(s) for action ()