Uses of Class
ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Mapping
-
Uses of ElementDefinitionDt.Mapping in ca.uhn.fhir.model.dstu2.composite
Modifier 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 ()Modifier and TypeMethodDescriptionElementDefinitionDt.getMapping()
Gets the value(s) for mapping ().Modifier and TypeMethodDescriptionElementDefinitionDt.addMapping
(ElementDefinitionDt.Mapping theValue) Adds a given new value for mapping ()Modifier and TypeMethodDescriptionElementDefinitionDt.setMapping
(List<ElementDefinitionDt.Mapping> theValue) Sets the value(s) for mapping ()