
Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptTestActionComponent
Packages that use TestScript.TestScriptTestActionComponent
-
Uses of TestScript.TestScriptTestActionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptTestActionComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptTestActionComponent
JsonParser.parseTestScriptTestScriptTestActionComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestActionComponent
XmlParser.parseTestScriptTestScriptTestActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptTestActionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptTestActionComponent
(String name, TestScript.TestScriptTestActionComponent element) protected void
XmlParser.composeTestScriptTestScriptTestActionComponent
(String name, TestScript.TestScriptTestActionComponent element) protected void
JsonParser.composeTestScriptTestScriptTestActionComponentInner
(TestScript.TestScriptTestActionComponent element) -
Uses of TestScript.TestScriptTestActionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.TestScriptTestActionComponentModifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptTestActionComponent> TestScript.TestScriptTestComponent.action
Action would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptTestActionComponentModifier and TypeMethodDescriptionTestScript.TestScriptTestComponent.addAction()
TestScript.TestScriptTestActionComponent.copy()
TestScript.TestScriptTestActionComponent.setAssert
(TestScript.TestScriptSetupActionAssertComponent value) TestScript.TestScriptTestActionComponent.setOperation
(TestScript.TestScriptSetupActionOperationComponent value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptTestActionComponentMethods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptTestActionComponentModifier and TypeMethodDescriptionTestScript.TestScriptTestComponent.addAction
(TestScript.TestScriptTestActionComponent t)