
Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptSetupActionComponent
Packages that use TestScript.TestScriptSetupActionComponent
-
Uses of TestScript.TestScriptSetupActionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptSetupActionComponentModifier and TypeMethodDescriptionJsonParser.parseTestScriptTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptSetupActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptSetupActionComponent(String name, TestScript.TestScriptSetupActionComponent element) protected voidXmlParser.composeTestScriptTestScriptSetupActionComponent(String name, TestScript.TestScriptSetupActionComponent element) protected voidJsonParser.composeTestScriptTestScriptSetupActionComponentInner(TestScript.TestScriptSetupActionComponent element) -
Uses of TestScript.TestScriptSetupActionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.TestScriptSetupActionComponentModifier and TypeFieldDescriptionprotected List<TestScript.TestScriptSetupActionComponent> TestScript.TestScriptSetupComponent.actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptSetupActionComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction()TestScript.TestScriptSetupActionComponent.copy()TestScript.TestScriptSetupActionComponent.setAssert(TestScript.TestScriptSetupActionAssertComponent value) TestScript.TestScriptSetupActionComponent.setOperation(TestScript.TestScriptSetupActionOperationComponent value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptSetupActionComponentMethods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptSetupActionComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction(TestScript.TestScriptSetupActionComponent t)