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