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:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.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 interface ca.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 return null.

      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 return null.

      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

      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 return null.

      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 return null.

      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

      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 return null.

      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 return null.

      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

      Sets the value for map ()

      Definition: Expresses what part of the target specification corresponds to this element