Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptTestActionComponent
-
Packages that use TestScript.TestScriptTestActionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptTestActionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptTestActionComponent Modifier and Type Method Description protected 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.TestScriptTestActionComponent Modifier and Type Method Description protected 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.TestScriptTestActionComponent Modifier and Type Field Description protected List<TestScript.TestScriptTestActionComponent>TestScript.TestScriptTestComponent. actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptTestActionComponent Modifier and Type Method Description TestScript.TestScriptTestActionComponentTestScript.TestScriptTestComponent. addAction()TestScript.TestScriptTestActionComponentTestScript.TestScriptTestActionComponent. copy()TestScript.TestScriptTestActionComponentTestScript.TestScriptTestActionComponent. setAssert(TestScript.TestScriptSetupActionAssertComponent value)TestScript.TestScriptTestActionComponentTestScript.TestScriptTestActionComponent. setOperation(TestScript.TestScriptSetupActionOperationComponent value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptTestActionComponent Modifier and Type Method Description List<TestScript.TestScriptTestActionComponent>TestScript.TestScriptTestComponent. getAction()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptTestActionComponent Modifier and Type Method Description TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. addAction(TestScript.TestScriptTestActionComponent t)
-