Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Test
-
Packages that use TestScript.Test Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of TestScript.Test in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.Test Modifier and Type Method Description TestScript.TestTestScript.Test. addAction(TestScript.TestAction theValue)Adds a given new value for action ()TestScript.TestTestScript. addTest()Adds and returns a new value for test ()TestScript.TestTestScript. getTestFirstRep()Gets the first repetition for test (), creating it if it does not already exist.TestScript.TestTestScript.Test. setAction(List<TestScript.TestAction> theValue)Sets the value(s) for action ()TestScript.TestTestScript.Test. setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()TestScript.TestTestScript.Test. setDescription(String theString)Sets the value for description ()TestScript.TestTestScript.Test. setMetadata(TestScript.Metadata theValue)Sets the value(s) for metadata ()TestScript.TestTestScript.Test. setName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()TestScript.TestTestScript.Test. setName(String theString)Sets the value for name ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.Test Modifier and Type Method Description List<TestScript.Test>TestScript. getTest()Gets the value(s) for test ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.Test Modifier and Type Method Description TestScriptTestScript. addTest(TestScript.Test theValue)Adds a given new value for test ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.Test Modifier and Type Method Description TestScriptTestScript. setTest(List<TestScript.Test> theValue)Sets the value(s) for test ()
-