Class DataElement.Mapping

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.DataElement.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:
DataElement

public static class DataElement.Mapping extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: DataElement.mapping ()

Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ca.uhn.fhir.model.api.IElement>
    List<T>
     
    Gets the value(s) for comments ().
    ca.uhn.fhir.model.primitive.StringDt
    Gets the value(s) for comments ().
    Gets the value(s) for identity ().
    ca.uhn.fhir.model.primitive.IdDt
    Gets the value(s) for identity ().
    Gets the value(s) for name ().
    ca.uhn.fhir.model.primitive.StringDt
    Gets the value(s) for name ().
    Gets the value(s) for uri ().
    ca.uhn.fhir.model.primitive.UriDt
    Gets the value(s) for uri ().
    boolean
     
    setComments(ca.uhn.fhir.model.primitive.StringDt theValue)
    Sets the value(s) for comments ()
    setComments(String theString)
    Sets the value for comments ()
    setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)
    Sets the value(s) for identity ()
    Sets the value for identity ()
    setName(ca.uhn.fhir.model.primitive.StringDt theValue)
    Sets the value(s) for name ()
    setName(String theString)
    Sets the value for name ()
    setUri(ca.uhn.fhir.model.primitive.UriDt theValue)
    Sets the value(s) for uri ()
    setUri(String theUri)
    Sets the value for uri ()

    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

  • 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 id that is used to identify this mapping set when specific mappings are made on a per-element basis

    • 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 id that is used to identify this mapping set when specific mappings are made on a per-element basis

    • setIdentity

      public DataElement.Mapping setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)
      Sets the value(s) for identity ()

      Definition: An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis

    • setIdentity

      Sets the value for identity ()

      Definition: An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis

    • getUriElement

      public ca.uhn.fhir.model.primitive.UriDt getUriElement()
      Gets the value(s) for uri (). creating it if it does not exist. Will not return null.

      Definition: An absolute URI that identifies the specification that this mapping is expressed to

    • getUri

      public String getUri()
      Gets the value(s) for uri (). creating it if it does not exist. This method may return null.

      Definition: An absolute URI that identifies the specification that this mapping is expressed to

    • setUri

      public DataElement.Mapping setUri(ca.uhn.fhir.model.primitive.UriDt theValue)
      Sets the value(s) for uri ()

      Definition: An absolute URI that identifies the specification that this mapping is expressed to

    • setUri

      Sets the value for uri ()

      Definition: An absolute URI that identifies the specification that this mapping is expressed to

    • getNameElement

      public ca.uhn.fhir.model.primitive.StringDt getNameElement()
      Gets the value(s) for name (). creating it if it does not exist. Will not return null.

      Definition: A name for the specification that is being mapped to

    • getName

      public String getName()
      Gets the value(s) for name (). creating it if it does not exist. This method may return null.

      Definition: A name for the specification that is being mapped to

    • setName

      public DataElement.Mapping setName(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for name ()

      Definition: A name for the specification that is being mapped to

    • setName

      public DataElement.Mapping setName(String theString)
      Sets the value for name ()

      Definition: A name for the specification that is being mapped to

    • getCommentsElement

      public ca.uhn.fhir.model.primitive.StringDt getCommentsElement()
      Gets the value(s) for comments (). creating it if it does not exist. Will not return null.

      Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage

    • getComments

      public String getComments()
      Gets the value(s) for comments (). creating it if it does not exist. This method may return null.

      Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage

    • setComments

      public DataElement.Mapping setComments(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for comments ()

      Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage

    • setComments

      Sets the value for comments ()

      Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage