Class 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
Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with
- 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 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 ().getName()
Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for name ().getUri()
Gets the value(s) for uri ().ca.uhn.fhir.model.primitive.UriDt
Gets the value(s) for uri ().boolean
isEmpty()
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 ()setIdentity
(String theId) Sets the value for identity ()setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()setUri
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for uri ()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
-
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 id that is used to identify this mapping set when specific mappings are made on a per-element basis
-
getIdentity
Gets the value(s) for identity (). creating it if it does not exist. This method may returnnull
.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(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
Gets the value(s) for uri (). creating it if it does not exist. Will not returnnull
.Definition: An absolute URI that identifies the specification that this mapping is expressed to
-
getUri
Gets the value(s) for uri (). creating it if it does not exist. This method may returnnull
.Definition: An absolute URI that identifies the specification that this mapping is expressed to
-
setUri
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
Gets the value(s) for name (). creating it if it does not exist. Will not returnnull
.Definition: A name for the specification that is being mapped to
-
getName
Gets the value(s) for name (). creating it if it does not exist. This method may returnnull
.Definition: A name for the specification that is being mapped to
-
setName
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
Gets the value(s) for comments (). creating it if it does not exist. Will not returnnull
.Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage
-
getComments
Gets the value(s) for comments (). creating it if it does not exist. This method may returnnull
.Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage
-
setComments
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
-