Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptSetupComponent
-
Packages that use TestScript.TestScriptSetupComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptSetupComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptSetupComponent Modifier and Type Method Description protected TestScript.TestScriptSetupComponentJsonParser. parseTestScriptTestScriptSetupComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptSetupComponentXmlParser. parseTestScriptTestScriptSetupComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptSetupComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element)protected voidXmlParser. composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element)protected voidJsonParser. composeTestScriptTestScriptSetupComponentInner(TestScript.TestScriptSetupComponent element) -
Uses of TestScript.TestScriptSetupComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as TestScript.TestScriptSetupComponent Modifier and Type Field Description protected TestScript.TestScriptSetupComponentTestScript. setupA series of required setup operations before tests are executed.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptSetupComponent Modifier and Type Method Description TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. addAction(TestScript.TestScriptSetupActionComponent t)TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. copy()TestScript.TestScriptSetupComponentTestScript. getSetup()TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. setMetadata(TestScript.TestScriptMetadataComponent value)Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptSetupComponent Modifier and Type Method Description TestScriptTestScript. setSetup(TestScript.TestScriptSetupComponent value)
-