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