Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptTeardownComponent
-
Packages that use TestScript.TestScriptTeardownComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptTeardownComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptTeardownComponent Modifier and Type Method Description protected TestScript.TestScriptTeardownComponentJsonParser. parseTestScriptTestScriptTeardownComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptTeardownComponentXmlParser. parseTestScriptTestScriptTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptTeardownComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptTeardownComponent(String name, TestScript.TestScriptTeardownComponent element)protected voidXmlParser. composeTestScriptTestScriptTeardownComponent(String name, TestScript.TestScriptTeardownComponent element)protected voidJsonParser. composeTestScriptTestScriptTeardownComponentInner(TestScript.TestScriptTeardownComponent element) -
Uses of TestScript.TestScriptTeardownComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as TestScript.TestScriptTeardownComponent Modifier and Type Field Description protected TestScript.TestScriptTeardownComponentTestScript. teardownA series of operations required to clean up after the all the tests are executed (successfully or otherwise).Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptTeardownComponent Modifier and Type Method Description TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. addAction(TestScript.TestScriptTeardownActionComponent t)TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. copy()TestScript.TestScriptTeardownComponentTestScript. getTeardown()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptTeardownComponent Modifier and Type Method Description TestScriptTestScript. setTeardown(TestScript.TestScriptTeardownComponent value)
-