Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionComponent
-
Uses of TestScript.SetupActionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected TestScript.SetupActionComponent
JsonParser.parseTestScriptSetupActionComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.SetupActionComponent
XmlParser.parseTestScriptSetupActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptSetupActionComponent
(String name, TestScript.SetupActionComponent element) protected void
RdfParser.composeTestScriptSetupActionComponent
(Turtle.Complex parent, String parentType, String name, TestScript.SetupActionComponent element, int index) protected void
XmlParser.composeTestScriptSetupActionComponent
(String name, TestScript.SetupActionComponent element) protected void
XmlParser.composeTestScriptSetupActionComponentElements
(TestScript.SetupActionComponent element) protected void
JsonParser.composeTestScriptSetupActionComponentInner
(TestScript.SetupActionComponent element) protected boolean
XmlParser.parseTestScriptSetupActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionComponent res) protected void
JsonParser.parseTestScriptSetupActionComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionComponent res) -
Uses of TestScript.SetupActionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<TestScript.SetupActionComponent> TestScript.TestScriptSetupComponent.action
Action would contain either an operation or an assertion.Modifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction()
TestScript.SetupActionComponent.copy()
TestScript.TestScriptSetupComponent.getActionFirstRep()
TestScript.SetupActionComponent.setAssert
(TestScript.SetupActionAssertComponent value) TestScript.SetupActionComponent.setOperation
(TestScript.SetupActionOperationComponent value) Modifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction
(TestScript.SetupActionComponent t) void
TestScript.SetupActionComponent.copyValues
(TestScript.SetupActionComponent dst) Modifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.setAction
(List<TestScript.SetupActionComponent> theAction)