
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Test
Packages that use TestScript.Test
-
Uses of TestScript.Test in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.TestModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.TestMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.TestModifier and TypeMethodDescriptionTestScript.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.TestModifier and TypeMethodDescriptionTestScript.setTest
(List<TestScript.Test> theValue) Sets the value(s) for test ()