Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.SetupAction
-
Packages that use TestScript.SetupAction Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of TestScript.SetupAction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.SetupAction Modifier and Type Method Description TestScript.SetupActionTestScript.Setup. addAction()Adds and returns a new value for action ()TestScript.SetupActionTestScript.Setup. getActionFirstRep()Gets the first repetition for action (), creating it if it does not already exist.TestScript.SetupActionTestScript.SetupAction. setAssert(TestScript.SetupActionAssert theValue)Sets the value(s) for assert ()TestScript.SetupActionTestScript.SetupAction. 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.SetupAction Modifier and Type Method Description List<TestScript.SetupAction>TestScript.Setup. getAction()Gets the value(s) for action ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.SetupAction Modifier and Type Method Description TestScript.SetupTestScript.Setup. addAction(TestScript.SetupAction theValue)Adds a given new value for action ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.SetupAction Modifier and Type Method Description TestScript.SetupTestScript.Setup. setAction(List<TestScript.SetupAction> theValue)Sets the value(s) for action ()
-