Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptFixtureComponent
-
Packages that use TestScript.TestScriptFixtureComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TestScriptFixtureComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptFixtureComponent Modifier and Type Method Description protected TestScript.TestScriptFixtureComponentJsonParser. parseTestScriptTestScriptFixtureComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptFixtureComponentXmlParser. parseTestScriptTestScriptFixtureComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TestScriptFixtureComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TestScriptFixtureComponent Modifier and Type Field Description protected List<TestScript.TestScriptFixtureComponent>TestScript. fixtureFixture in the test script - by reference (uri).Methods in org.hl7.fhir.r4.model that return TestScript.TestScriptFixtureComponent Modifier and Type Method Description TestScript.TestScriptFixtureComponentTestScript. addFixture()TestScript.TestScriptFixtureComponentTestScript.TestScriptFixtureComponent. copy()TestScript.TestScriptFixtureComponentTestScript. getFixtureFirstRep()TestScript.TestScriptFixtureComponentTestScript.TestScriptFixtureComponent. setAutocreate(boolean value)TestScript.TestScriptFixtureComponentTestScript.TestScriptFixtureComponent. setAutocreateElement(BooleanType value)TestScript.TestScriptFixtureComponentTestScript.TestScriptFixtureComponent. setAutodelete(boolean value)TestScript.TestScriptFixtureComponentTestScript.TestScriptFixtureComponent. setAutodeleteElement(BooleanType value)TestScript.TestScriptFixtureComponentTestScript.TestScriptFixtureComponent. setResource(Reference value)TestScript.TestScriptFixtureComponentTestScript.TestScriptFixtureComponent. setResourceTarget(Resource value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TestScriptFixtureComponent Modifier and Type Method Description List<TestScript.TestScriptFixtureComponent>TestScript. getFixture()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptFixtureComponent Modifier and Type Method Description TestScriptTestScript. addFixture(TestScript.TestScriptFixtureComponent t)voidTestScript.TestScriptFixtureComponent. copyValues(TestScript.TestScriptFixtureComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TestScriptFixtureComponent Modifier and Type Method Description TestScriptTestScript. setFixture(List<TestScript.TestScriptFixtureComponent> theFixture)
-