
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Fixture
Packages that use TestScript.Fixture
-
Uses of TestScript.Fixture in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.FixtureModifier and TypeMethodDescriptionTestScript.addFixture()
Adds and returns a new value for fixture ()TestScript.getFixtureFirstRep()
Gets the first repetition for fixture (), creating it if it does not already exist.TestScript.Fixture.setAutocreate
(boolean theBoolean) Sets the value for autocreate ()TestScript.Fixture.setAutocreate
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for autocreate ()TestScript.Fixture.setAutodelete
(boolean theBoolean) Sets the value for autodelete ()TestScript.Fixture.setAutodelete
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for autodelete ()TestScript.Fixture.setResource
(ResourceReferenceDt theValue) Sets the value(s) for resource ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.FixtureMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.FixtureModifier and TypeMethodDescriptionTestScript.addFixture
(TestScript.Fixture theValue) Adds a given new value for fixture ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.FixtureModifier and TypeMethodDescriptionTestScript.setFixture
(List<TestScript.Fixture> theValue) Sets the value(s) for fixture ()