Class 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
Definition: Identifies a concept from an external specification that roughly corresponds to this element
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for identity ().ca.uhn.fhir.model.primitive.IdDt
Gets the value(s) for identity ().Gets the value(s) for language ().ca.uhn.fhir.model.primitive.CodeDt
Gets the value(s) for language ().getMap()
Gets the value(s) for map ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for map ().boolean
isEmpty()
setIdentity
(ca.uhn.fhir.model.primitive.IdDt theValue) Sets the value(s) for identity ()setIdentity
(String theId) Sets the value for identity ()setLanguage
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for language ()setLanguage
(String theCode) Sets the value for language ()setMap
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for map ()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
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Mapping
public Mapping()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in 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:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
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
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
Sets the value(s) for identity ()Definition: An internal reference to the definition of a mapping
-
setIdentity
Sets the value for identity ()Definition: An internal reference to the definition of a mapping
-
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
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
Sets the value(s) for language ()Definition: Identifies the computable language in which mapping.map is expressed.
-
setLanguage
Sets the value for language ()Definition: Identifies the computable language in which mapping.map is expressed.
-
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
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
Sets the value(s) for map ()Definition: Expresses what part of the target specification corresponds to this element
-
setMap
Sets the value for map ()Definition: Expresses what part of the target specification corresponds to this element
-