Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.TeardownActionComponent
-
Packages that use TestScript.TeardownActionComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.TeardownActionComponent Modifier and Type Method Description protected TestScript.TeardownActionComponentJsonParser. parseTestScriptTeardownActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TeardownActionComponentXmlParser. parseTestScriptTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.TeardownActionComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTeardownActionComponent(String name, TestScript.TeardownActionComponent element)protected voidRdfParser. composeTestScriptTeardownActionComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.TeardownActionComponent element, int index)protected voidXmlParser. composeTestScriptTeardownActionComponent(String name, TestScript.TeardownActionComponent element)protected voidJsonParser. composeTestScriptTeardownActionComponentInner(TestScript.TeardownActionComponent element) -
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.TeardownActionComponent Modifier and Type Field Description protected List<TestScript.TeardownActionComponent>TestScript.TestScriptTeardownComponent. actionThe teardown action will only contain an operation.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.TeardownActionComponent Modifier and Type Method Description TestScript.TeardownActionComponentTestScript.TestScriptTeardownComponent. addAction()TestScript.TeardownActionComponentTestScript.TeardownActionComponent. copy()TestScript.TeardownActionComponentTestScript.TeardownActionComponent. setOperation(TestScript.SetupActionOperationComponent value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.TeardownActionComponent Modifier and Type Method Description List<TestScript.TeardownActionComponent>TestScript.TestScriptTeardownComponent. getAction()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.TeardownActionComponent Modifier and Type Method Description TestScript.TestScriptTeardownComponentTestScript.TestScriptTeardownComponent. addAction(TestScript.TeardownActionComponent t)
-