
Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Mapping
Packages that use ElementDefinitionDt.Mapping
-
Uses of ElementDefinitionDt.Mapping in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return ElementDefinitionDt.MappingModifier and TypeMethodDescriptionElementDefinitionDt.addMapping()Adds and returns a new value for mapping ()ElementDefinitionDt.getMappingFirstRep()Gets the first repetition for mapping (), creating it if it does not already exist.ElementDefinitionDt.Mapping.setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue) Sets the value(s) for identity ()ElementDefinitionDt.Mapping.setIdentity(String theId) Sets the value for identity ()ElementDefinitionDt.Mapping.setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for language ()ElementDefinitionDt.Mapping.setLanguage(String theCode) Sets the value for language ()ElementDefinitionDt.Mapping.setMap(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for map ()Sets the value for map ()Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type ElementDefinitionDt.MappingModifier and TypeMethodDescriptionElementDefinitionDt.getMapping()Gets the value(s) for mapping ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type ElementDefinitionDt.MappingModifier and TypeMethodDescriptionElementDefinitionDt.addMapping(ElementDefinitionDt.Mapping theValue) Adds a given new value for mapping ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type ElementDefinitionDt.MappingModifier and TypeMethodDescriptionElementDefinitionDt.setMapping(List<ElementDefinitionDt.Mapping> theValue) Sets the value(s) for mapping ()