Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptSetupActionComponent
-
Packages that use TestScript.TestScriptSetupActionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptSetupActionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptSetupActionComponent Modifier and Type Method Description protected TestScript.TestScriptSetupActionComponentJsonParser. parseTestScriptTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptSetupActionComponentXmlParser. parseTestScriptTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptSetupActionComponent Modifier and Type Method Description protected 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.TestScriptSetupActionComponent Modifier and Type Field Description protected List<TestScript.TestScriptSetupActionComponent>TestScript.TestScriptSetupComponent. actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptSetupActionComponent Modifier and Type Method Description TestScript.TestScriptSetupActionComponentTestScript.TestScriptSetupComponent. addAction()TestScript.TestScriptSetupActionComponentTestScript.TestScriptSetupActionComponent. copy()TestScript.TestScriptSetupActionComponentTestScript.TestScriptSetupActionComponent. setAssert(TestScript.TestScriptSetupActionAssertComponent value)TestScript.TestScriptSetupActionComponentTestScript.TestScriptSetupActionComponent. setOperation(TestScript.TestScriptSetupActionOperationComponent value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptSetupActionComponent Modifier and Type Method Description List<TestScript.TestScriptSetupActionComponent>TestScript.TestScriptSetupComponent. getAction()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptSetupActionComponent Modifier and Type Method Description TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. addAction(TestScript.TestScriptSetupActionComponent t)
-