
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Variable
Packages that use TestScript.Variable
-
Uses of TestScript.Variable in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.VariableModifier and TypeMethodDescriptionTestScript.addVariable()
Adds and returns a new value for variable ()TestScript.getVariableFirstRep()
Gets the first repetition for variable (), creating it if it does not already exist.TestScript.Variable.setHeaderField
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for headerField ()TestScript.Variable.setHeaderField
(String theString) Sets the value for headerField ()TestScript.Variable.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()TestScript.Variable.setPath
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for path ()Sets the value for path ()TestScript.Variable.setSourceId
(ca.uhn.fhir.model.primitive.IdDt theValue) Sets the value(s) for sourceId ()TestScript.Variable.setSourceId
(String theId) Sets the value for sourceId ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.VariableMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.VariableModifier and TypeMethodDescriptionTestScript.addVariable
(TestScript.Variable theValue) Adds a given new value for variable ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.VariableModifier and TypeMethodDescriptionTestScript.setVariable
(List<TestScript.Variable> theValue) Sets the value(s) for variable ()