Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionComponent
-
Packages that use TestScript.SetupActionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.SetupActionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.SetupActionComponent Modifier and Type Method Description protected TestScript.SetupActionComponentJsonParser. parseTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionComponentXmlParser. parseTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.SetupActionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.SetupActionComponent Modifier and Type Field Description protected List<TestScript.SetupActionComponent>TestScript.TestScriptSetupComponent. actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.r4.model that return TestScript.SetupActionComponent Modifier and Type Method Description TestScript.SetupActionComponentTestScript.TestScriptSetupComponent. addAction()TestScript.SetupActionComponentTestScript.SetupActionComponent. copy()TestScript.SetupActionComponentTestScript.TestScriptSetupComponent. getActionFirstRep()TestScript.SetupActionComponentTestScript.SetupActionComponent. setAssert(TestScript.SetupActionAssertComponent value)TestScript.SetupActionComponentTestScript.SetupActionComponent. setOperation(TestScript.SetupActionOperationComponent value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.SetupActionComponent Modifier and Type Method Description List<TestScript.SetupActionComponent>TestScript.TestScriptSetupComponent. getAction()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.SetupActionComponent Modifier and Type Method Description TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. addAction(TestScript.SetupActionComponent t)voidTestScript.SetupActionComponent. copyValues(TestScript.SetupActionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.SetupActionComponent Modifier and Type Method Description TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. setAction(List<TestScript.SetupActionComponent> theAction)
-