Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptVariableComponent
-
Packages that use TestScript.TestScriptVariableComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptVariableComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptVariableComponent Modifier and Type Method Description protected TestScript.TestScriptVariableComponentJsonParser. parseTestScriptTestScriptVariableComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptVariableComponentXmlParser. parseTestScriptTestScriptVariableComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptVariableComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptVariableComponent(String name, TestScript.TestScriptVariableComponent element)protected voidXmlParser. composeTestScriptTestScriptVariableComponent(String name, TestScript.TestScriptVariableComponent element)protected voidJsonParser. composeTestScriptTestScriptVariableComponentInner(TestScript.TestScriptVariableComponent element) -
Uses of TestScript.TestScriptVariableComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.TestScriptVariableComponent Modifier and Type Field Description protected List<TestScript.TestScriptVariableComponent>TestScript. variableVariable is set based either on element value in response body or on header field value in the response headers.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptVariableComponent Modifier and Type Method Description List<TestScript.TestScriptVariableComponent>TestScript. getVariable()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptVariableComponent Modifier and Type Method Description TestScriptTestScript. addVariable(TestScript.TestScriptVariableComponent t)
-