
Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Binding
Packages that use ElementDefinitionDt.Binding
-
Uses of ElementDefinitionDt.Binding in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return ElementDefinitionDt.BindingModifier and TypeMethodDescriptionElementDefinitionDt.getBinding()
Gets the value(s) for binding ().ElementDefinitionDt.Binding.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()ElementDefinitionDt.Binding.setDescription
(String theString) Sets the value for description ()ElementDefinitionDt.Binding.setStrength
(BindingStrengthEnum theValue) Sets the value(s) for strength ()ElementDefinitionDt.Binding.setStrength
(ca.uhn.fhir.model.primitive.BoundCodeDt<BindingStrengthEnum> theValue) Sets the value(s) for strength ()ElementDefinitionDt.Binding.setValueSet
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for valueSet[x] ()Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type ElementDefinitionDt.BindingModifier and TypeMethodDescriptionElementDefinitionDt.setBinding
(ElementDefinitionDt.Binding theValue) Sets the value(s) for binding ()