Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Fixture
-
Uses of TestScript.Fixture in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionTestScript.addFixture
(TestScript.Fixture theValue) Adds a given new value for fixture ()Modifier and TypeMethodDescriptionTestScript.setFixture
(List<TestScript.Fixture> theValue) Sets the value(s) for fixture ()