![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptTestComponent
Packages that use TestScript.TestScriptTestComponent
-
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestScriptTestComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptTestComponent
JsonParser.parseTestScriptTestScriptTestComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestComponent
XmlParser.parseTestScriptTestScriptTestComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestScript.TestScriptTestComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptTestComponent
(String name, TestScript.TestScriptTestComponent element) protected void
RdfParser.composeTestScriptTestScriptTestComponent
(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptTestComponent element, int index) protected void
XmlParser.composeTestScriptTestScriptTestComponent
(String name, TestScript.TestScriptTestComponent element) protected void
XmlParser.composeTestScriptTestScriptTestComponentElements
(TestScript.TestScriptTestComponent element) protected void
JsonParser.composeTestScriptTestScriptTestComponentInner
(TestScript.TestScriptTestComponent element) protected boolean
XmlParser.parseTestScriptTestScriptTestComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptTestComponent res) protected void
JsonParser.parseTestScriptTestScriptTestComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptTestComponent res) -
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TestScriptTestComponentModifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptTestComponent> TestScript.test
A test in this script.Methods in org.hl7.fhir.r4.model that return TestScript.TestScriptTestComponentModifier and TypeMethodDescriptionTestScript.TestScriptTestComponent.addAction
(TestScript.TestActionComponent t) TestScript.addTest()
TestScript.TestScriptTestComponent.copy()
TestScript.getTestFirstRep()
TestScript.TestScriptTestComponent.setAction
(List<TestScript.TestActionComponent> theAction) TestScript.TestScriptTestComponent.setDescription
(String value) TestScript.TestScriptTestComponent.setDescriptionElement
(StringType value) TestScript.TestScriptTestComponent.setNameElement
(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TestScriptTestComponentMethods in org.hl7.fhir.r4.model with parameters of type TestScript.TestScriptTestComponentModifier and TypeMethodDescriptionTestScript.addTest
(TestScript.TestScriptTestComponent t) void
TestScript.TestScriptTestComponent.copyValues
(TestScript.TestScriptTestComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TestScriptTestComponentModifier and TypeMethodDescriptionTestScript.setTest
(List<TestScript.TestScriptTestComponent> theTest)