Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.SetupActionComponent
-
Packages that use TestScript.SetupActionComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.SetupActionComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.SetupActionComponent Modifier and Type Method Description protected TestScript.SetupActionComponentJsonParser. parseTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionComponentXmlParser. parseTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.SetupActionComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element)protected voidRdfParser. composeTestScriptSetupActionComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.SetupActionComponent element, int index)protected voidXmlParser. composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element)protected voidJsonParser. composeTestScriptSetupActionComponentInner(TestScript.SetupActionComponent element) -
Uses of TestScript.SetupActionComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.SetupActionComponent Modifier and Type Field Description protected List<TestScript.SetupActionComponent>TestScript.TestScriptSetupComponent. actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.SetupActionComponent Modifier and Type Method Description TestScript.SetupActionComponentTestScript.TestScriptSetupComponent. addAction()TestScript.SetupActionComponentTestScript.SetupActionComponent. copy()TestScript.SetupActionComponentTestScript.SetupActionComponent. setAssert(TestScript.SetupActionAssertComponent value)TestScript.SetupActionComponentTestScript.SetupActionComponent. setOperation(TestScript.SetupActionOperationComponent value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.SetupActionComponent Modifier and Type Method Description List<TestScript.SetupActionComponent>TestScript.TestScriptSetupComponent. getAction()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.SetupActionComponent Modifier and Type Method Description TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. addAction(TestScript.SetupActionComponent t)
-