Class ElementDefinitionDt.Mapping
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.composite.ElementDefinitionDt.Mapping
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- ElementDefinitionDt
public static class ElementDefinitionDt.Mapping extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ElementDefinition.mapping ()Definition: Identifies a concept from an external specification that roughly corresponds to this element
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetIdentity()Gets the value(s) for identity ().ca.uhn.fhir.model.primitive.IdDtgetIdentityElement()Gets the value(s) for identity ().StringgetLanguage()Gets the value(s) for language ().ca.uhn.fhir.model.primitive.CodeDtgetLanguageElement()Gets the value(s) for language ().StringgetMap()Gets the value(s) for map ().ca.uhn.fhir.model.primitive.StringDtgetMapElement()Gets the value(s) for map ().booleanisEmpty()ElementDefinitionDt.MappingsetIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)Sets the value(s) for identity ()ElementDefinitionDt.MappingsetIdentity(String theId)Sets the value for identity ()ElementDefinitionDt.MappingsetLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for language ()ElementDefinitionDt.MappingsetLanguage(String theCode)Sets the value for language ()ElementDefinitionDt.MappingsetMap(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for map ()ElementDefinitionDt.MappingsetMap(String theString)Sets the value for map ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
Mapping
public Mapping()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getIdentityElement
public ca.uhn.fhir.model.primitive.IdDt getIdentityElement()
Gets the value(s) for identity (). creating it if it does not exist. Will not returnnull.Definition: An internal reference to the definition of a mapping
-
getIdentity
public String getIdentity()
Gets the value(s) for identity (). creating it if it does not exist. This method may returnnull.Definition: An internal reference to the definition of a mapping
-
setIdentity
public ElementDefinitionDt.Mapping setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)
Sets the value(s) for identity ()Definition: An internal reference to the definition of a mapping
-
setIdentity
public ElementDefinitionDt.Mapping setIdentity(String theId)
Sets the value for identity ()Definition: An internal reference to the definition of a mapping
-
getLanguageElement
public ca.uhn.fhir.model.primitive.CodeDt getLanguageElement()
Gets the value(s) for language (). creating it if it does not exist. Will not returnnull.Definition: Identifies the computable language in which mapping.map is expressed.
-
getLanguage
public String getLanguage()
Gets the value(s) for language (). creating it if it does not exist. This method may returnnull.Definition: Identifies the computable language in which mapping.map is expressed.
-
setLanguage
public ElementDefinitionDt.Mapping setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for language ()Definition: Identifies the computable language in which mapping.map is expressed.
-
setLanguage
public ElementDefinitionDt.Mapping setLanguage(String theCode)
Sets the value for language ()Definition: Identifies the computable language in which mapping.map is expressed.
-
getMapElement
public ca.uhn.fhir.model.primitive.StringDt getMapElement()
Gets the value(s) for map (). creating it if it does not exist. Will not returnnull.Definition: Expresses what part of the target specification corresponds to this element
-
getMap
public String getMap()
Gets the value(s) for map (). creating it if it does not exist. This method may returnnull.Definition: Expresses what part of the target specification corresponds to this element
-
setMap
public ElementDefinitionDt.Mapping setMap(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for map ()Definition: Expresses what part of the target specification corresponds to this element
-
setMap
public ElementDefinitionDt.Mapping setMap(String theString)
Sets the value for map ()Definition: Expresses what part of the target specification corresponds to this element
-
-