Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Fixture
-
Packages that use TestScript.Fixture Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of TestScript.Fixture in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.Fixture Modifier and Type Method Description TestScript.FixtureTestScript. addFixture()Adds and returns a new value for fixture ()TestScript.FixtureTestScript. getFixtureFirstRep()Gets the first repetition for fixture (), creating it if it does not already exist.TestScript.FixtureTestScript.Fixture. setAutocreate(boolean theBoolean)Sets the value for autocreate ()TestScript.FixtureTestScript.Fixture. setAutocreate(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for autocreate ()TestScript.FixtureTestScript.Fixture. setAutodelete(boolean theBoolean)Sets the value for autodelete ()TestScript.FixtureTestScript.Fixture. setAutodelete(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for autodelete ()TestScript.FixtureTestScript.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.Fixture Modifier and Type Method Description List<TestScript.Fixture>TestScript. getFixture()Gets the value(s) for fixture ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.Fixture Modifier and Type Method Description TestScriptTestScript. 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.Fixture Modifier and Type Method Description TestScriptTestScript. setFixture(List<TestScript.Fixture> theValue)Sets the value(s) for fixture ()
-