Uses of Class
org.hl7.fhir.r4.model.TestScript.TeardownActionComponent
-
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected TestScript.TeardownActionComponent
JsonParser.parseTestScriptTeardownActionComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TeardownActionComponent
XmlParser.parseTestScriptTeardownActionComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTeardownActionComponent
(String name, TestScript.TeardownActionComponent element) protected void
RdfParser.composeTestScriptTeardownActionComponent
(Turtle.Complex parent, String parentType, String name, TestScript.TeardownActionComponent element, int index) protected void
XmlParser.composeTestScriptTeardownActionComponent
(String name, TestScript.TeardownActionComponent element) protected void
XmlParser.composeTestScriptTeardownActionComponentElements
(TestScript.TeardownActionComponent element) protected void
JsonParser.composeTestScriptTeardownActionComponentInner
(TestScript.TeardownActionComponent element) protected boolean
XmlParser.parseTestScriptTeardownActionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TeardownActionComponent res) protected void
JsonParser.parseTestScriptTeardownActionComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.TeardownActionComponent res) -
Uses of TestScript.TeardownActionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<TestScript.TeardownActionComponent> TestScript.TestScriptTeardownComponent.action
The teardown action will only contain an operation.Modifier and TypeMethodDescriptionTestScript.TestScriptTeardownComponent.addAction()
TestScript.TeardownActionComponent.copy()
TestScript.TestScriptTeardownComponent.getActionFirstRep()
TestScript.TeardownActionComponent.setOperation
(TestScript.SetupActionOperationComponent value) Modifier and TypeMethodDescriptionTestScript.TestScriptTeardownComponent.addAction
(TestScript.TeardownActionComponent t) void
TestScript.TeardownActionComponent.copyValues
(TestScript.TeardownActionComponent dst) Modifier and TypeMethodDescriptionTestScript.TestScriptTeardownComponent.setAction
(List<TestScript.TeardownActionComponent> theAction)