Uses of Class
org.hl7.fhir.r4.model.TestScript.TestScriptVariableComponent
-
Uses of TestScript.TestScriptVariableComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected TestScript.TestScriptVariableComponent
JsonParser.parseTestScriptTestScriptVariableComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptVariableComponent
XmlParser.parseTestScriptTestScriptVariableComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptVariableComponent
(String name, TestScript.TestScriptVariableComponent element) protected void
RdfParser.composeTestScriptTestScriptVariableComponent
(Turtle.Complex parent, String parentType, String name, TestScript.TestScriptVariableComponent element, int index) protected void
XmlParser.composeTestScriptTestScriptVariableComponent
(String name, TestScript.TestScriptVariableComponent element) protected void
XmlParser.composeTestScriptTestScriptVariableComponentElements
(TestScript.TestScriptVariableComponent element) protected void
JsonParser.composeTestScriptTestScriptVariableComponentInner
(TestScript.TestScriptVariableComponent element) protected boolean
XmlParser.parseTestScriptTestScriptVariableComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptVariableComponent res) protected void
JsonParser.parseTestScriptTestScriptVariableComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptVariableComponent res) -
Uses of TestScript.TestScriptVariableComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptVariableComponent> TestScript.variable
Variable is set based either on element value in response body or on header field value in the response headers.Modifier and TypeMethodDescriptionTestScript.addVariable()
TestScript.TestScriptVariableComponent.copy()
TestScript.getVariableFirstRep()
TestScript.TestScriptVariableComponent.setDefaultValue
(String value) TestScript.TestScriptVariableComponent.setDefaultValueElement
(StringType value) TestScript.TestScriptVariableComponent.setDescription
(String value) TestScript.TestScriptVariableComponent.setDescriptionElement
(StringType value) TestScript.TestScriptVariableComponent.setExpression
(String value) TestScript.TestScriptVariableComponent.setExpressionElement
(StringType value) TestScript.TestScriptVariableComponent.setHeaderField
(String value) TestScript.TestScriptVariableComponent.setHeaderFieldElement
(StringType value) TestScript.TestScriptVariableComponent.setHintElement
(StringType value) TestScript.TestScriptVariableComponent.setNameElement
(StringType value) TestScript.TestScriptVariableComponent.setPathElement
(StringType value) TestScript.TestScriptVariableComponent.setSourceId
(String value) TestScript.TestScriptVariableComponent.setSourceIdElement
(IdType value) Modifier and TypeMethodDescriptionTestScript.addVariable
(TestScript.TestScriptVariableComponent t) void
TestScript.TestScriptVariableComponent.copyValues
(TestScript.TestScriptVariableComponent dst) Modifier and TypeMethodDescriptionTestScript.setVariable
(List<TestScript.TestScriptVariableComponent> theVariable)