Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptSetupActionComponent
-
Uses of TestScript.TestScriptSetupActionComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestScriptTestScriptSetupActionComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptSetupActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptSetupActionComponent
(String name, TestScript.TestScriptSetupActionComponent element) protected void
XmlParser.composeTestScriptTestScriptSetupActionComponent
(String name, TestScript.TestScriptSetupActionComponent element) protected void
JsonParser.composeTestScriptTestScriptSetupActionComponentInner
(TestScript.TestScriptSetupActionComponent element) -
Uses of TestScript.TestScriptSetupActionComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptSetupActionComponent> TestScript.TestScriptSetupComponent.action
Action would contain either an operation or an assertion.Modifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction()
TestScript.TestScriptSetupActionComponent.copy()
TestScript.TestScriptSetupActionComponent.setAssert
(TestScript.TestScriptSetupActionAssertComponent value) TestScript.TestScriptSetupActionComponent.setOperation
(TestScript.TestScriptSetupActionOperationComponent value) Modifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction
(TestScript.TestScriptSetupActionComponent t)