
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DataElement.Mapping
Packages that use DataElement.Mapping
-
Uses of DataElement.Mapping in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DataElement.MappingModifier and TypeMethodDescriptionDataElement.addMapping()
Adds and returns a new value for mapping ()DataElement.getMappingFirstRep()
Gets the first repetition for mapping (), creating it if it does not already exist.DataElement.Mapping.setComments
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for comments ()DataElement.Mapping.setComments
(String theString) Sets the value for comments ()DataElement.Mapping.setIdentity
(ca.uhn.fhir.model.primitive.IdDt theValue) Sets the value(s) for identity ()DataElement.Mapping.setIdentity
(String theId) Sets the value for identity ()DataElement.Mapping.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()DataElement.Mapping.setUri
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for uri ()Sets the value for uri ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DataElement.MappingMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type DataElement.MappingModifier and TypeMethodDescriptionDataElement.addMapping
(DataElement.Mapping theValue) Adds a given new value for mapping ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DataElement.MappingModifier and TypeMethodDescriptionDataElement.setMapping
(List<DataElement.Mapping> theValue) Sets the value(s) for mapping ()