Class StructureDefinition.Mapping

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

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

Definition: An external specification that the content is mapped to

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 id that is used to identify this mapping set when specific mappings are made

    • 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

    • setIdentity

      public StructureDefinition.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

    • setIdentity

      Sets the value for identity ()

      Definition: An Internal id that is used to identify this mapping set when specific mappings are made

    • 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 StructureDefinition.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 StructureDefinition.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

      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 StructureDefinition.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