
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.TestScriptTestActionComponentJsonParser.parseTestScriptTestScriptTestActionComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestActionComponentXmlParser.parseTestScriptTestScriptTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptTestActionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptTestActionComponent(String name, TestScript.TestScriptTestActionComponent element) protected voidXmlParser.composeTestScriptTestScriptTestActionComponent(String name, TestScript.TestScriptTestActionComponent element) protected voidJsonParser.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.actionAction 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)