
Uses of Class
org.hl7.fhir.dstu3.model.TestScript.TestScriptSetupComponent
Packages that use TestScript.TestScriptSetupComponent
-
Uses of TestScript.TestScriptSetupComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.TestScriptSetupComponentModifier and TypeMethodDescriptionprotected 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.dstu3.formats with parameters of type TestScript.TestScriptSetupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element) protected voidRdfParser.composeTestScriptTestScriptSetupComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptSetupComponent element, int index) protected voidXmlParser.composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element) protected voidXmlParser.composeTestScriptTestScriptSetupComponentElements(TestScript.TestScriptSetupComponent element) protected voidJsonParser.composeTestScriptTestScriptSetupComponentInner(TestScript.TestScriptSetupComponent element) protected booleanXmlParser.parseTestScriptTestScriptSetupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptSetupComponent res) protected voidJsonParser.parseTestScriptTestScriptSetupComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptSetupComponent res) -
Uses of TestScript.TestScriptSetupComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as TestScript.TestScriptSetupComponentModifier and TypeFieldDescriptionprotected TestScript.TestScriptSetupComponentTestScript.setupA series of required setup operations before tests are executed.Methods in org.hl7.fhir.dstu3.model that return TestScript.TestScriptSetupComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupComponent.addAction(TestScript.SetupActionComponent t) TestScript.TestScriptSetupComponent.copy()TestScript.getSetup()TestScript.TestScriptSetupComponent.setAction(List<TestScript.SetupActionComponent> theAction) Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.TestScriptSetupComponent