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