
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.TestScriptTestComponentJsonParser.parseTestScriptTestScriptTestComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptTestComponentXmlParser.parseTestScriptTestScriptTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestScript.TestScriptTestComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element) protected voidRdfParser.composeTestScriptTestScriptTestComponent(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptTestComponent element, int index) protected voidXmlParser.composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element) protected voidXmlParser.composeTestScriptTestScriptTestComponentElements(TestScript.TestScriptTestComponent element) protected voidJsonParser.composeTestScriptTestScriptTestComponentInner(TestScript.TestScriptTestComponent element) protected booleanXmlParser.parseTestScriptTestScriptTestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptTestComponent res) protected voidJsonParser.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.testA 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) voidTestScript.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)