Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Test
-
Uses of TestScript.Test in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionTestScript.Test.addAction
(TestScript.TestAction theValue) Adds a given new value for action ()TestScript.addTest()
Adds and returns a new value for test ()TestScript.getTestFirstRep()
Gets the first repetition for test (), creating it if it does not already exist.TestScript.Test.setAction
(List<TestScript.TestAction> theValue) Sets the value(s) for action ()TestScript.Test.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()TestScript.Test.setDescription
(String theString) Sets the value for description ()TestScript.Test.setMetadata
(TestScript.Metadata theValue) Sets the value(s) for metadata ()TestScript.Test.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Modifier and TypeMethodDescriptionTestScript.addTest
(TestScript.Test theValue) Adds a given new value for test ()Modifier and TypeMethodDescriptionTestScript.setTest
(List<TestScript.Test> theValue) Sets the value(s) for test ()