
Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionComponent
Packages that use TestScript.SetupActionComponent
-
Uses of TestScript.SetupActionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.SetupActionComponentModifier and TypeMethodDescriptionprotected TestScript.SetupActionComponentJsonParser.parseTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.SetupActionComponentXmlParser.parseTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestScript.SetupActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element) protected voidRdfParser.composeTestScriptSetupActionComponent(Turtle.Complex parent, String parentType, String name, TestScript.SetupActionComponent element, int index) protected voidXmlParser.composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element) protected voidXmlParser.composeTestScriptSetupActionComponentElements(TestScript.SetupActionComponent element) protected voidJsonParser.composeTestScriptSetupActionComponentInner(TestScript.SetupActionComponent element) protected booleanXmlParser.parseTestScriptSetupActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionComponent res) protected voidJsonParser.parseTestScriptSetupActionComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionComponent res) -
Uses of TestScript.SetupActionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.SetupActionComponentModifier and TypeFieldDescriptionprotected List<TestScript.SetupActionComponent> TestScript.TestScriptSetupComponent.actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.r4.model that return TestScript.SetupActionComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction()TestScript.SetupActionComponent.copy()TestScript.TestScriptSetupComponent.getActionFirstRep()TestScript.SetupActionComponent.setAssert(TestScript.SetupActionAssertComponent value) TestScript.SetupActionComponent.setOperation(TestScript.SetupActionOperationComponent value) Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.SetupActionComponentMethods in org.hl7.fhir.r4.model with parameters of type TestScript.SetupActionComponentModifier and TypeMethodDescriptionTestScript.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.SetupActionComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.setAction(List<TestScript.SetupActionComponent> theAction)