Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptTeardownActionComponent
-
Packages that use TestScript.TestScriptTeardownActionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptTeardownActionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptTeardownActionComponent Modifier and Type Method Description protected TestScript.TestScriptTeardownActionComponentJsonParser. parseTestScriptTestScriptTeardownActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptTeardownActionComponentXmlParser. parseTestScriptTestScriptTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptTeardownActionComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptTeardownActionComponent(String name, TestScript.TestScriptTeardownActionComponent element)protected voidXmlParser. composeTestScriptTestScriptTeardownActionComponent(String name, TestScript.TestScriptTeardownActionComponent element)protected voidJsonParser. composeTestScriptTestScriptTeardownActionComponentInner(TestScript.TestScriptTeardownActionComponent element) -
Uses of TestScript.TestScriptTeardownActionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.TestScriptTeardownActionComponent Modifier and Type Field Description protected List<TestScript.TestScriptTeardownActionComponent>TestScript.TestScriptTeardownComponent. actionThe teardown action will only contain an operation.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptTeardownActionComponent Modifier and Type Method Description TestScript.TestScriptTeardownActionComponentTestScript.TestScriptTeardownComponent. addAction()TestScript.TestScriptTeardownActionComponentTestScript.TestScriptTeardownActionComponent. copy()TestScript.TestScriptTeardownActionComponentTestScript.TestScriptTeardownActionComponent. setOperation(TestScript.TestScriptSetupActionOperationComponent value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptTeardownActionComponent Modifier and Type Method Description List<TestScript.TestScriptTeardownActionComponent>TestScript.TestScriptTeardownComponent. getAction()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptTeardownActionComponent Modifier and Type Method Description TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. addAction(TestScript.TestScriptTeardownActionComponent t)
-