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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetComments()Gets the value(s) for comments ().ca.uhn.fhir.model.primitive.StringDtgetCommentsElement()Gets the value(s) for comments ().StringgetIdentity()Gets the value(s) for identity ().ca.uhn.fhir.model.primitive.IdDtgetIdentityElement()Gets the value(s) for identity ().StringgetName()Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDtgetNameElement()Gets the value(s) for name ().StringgetUri()Gets the value(s) for uri ().ca.uhn.fhir.model.primitive.UriDtgetUriElement()Gets the value(s) for uri ().booleanisEmpty()StructureDefinition.MappingsetComments(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for comments ()StructureDefinition.MappingsetComments(String theString)Sets the value for comments ()StructureDefinition.MappingsetIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)Sets the value(s) for identity ()StructureDefinition.MappingsetIdentity(String theId)Sets the value for identity ()StructureDefinition.MappingsetName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()StructureDefinition.MappingsetName(String theString)Sets the value for name ()StructureDefinition.MappingsetUri(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for uri ()StructureDefinition.MappingsetUri(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
-
-
-
-
Constructor Detail
-
Mapping
public Mapping()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.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 returnnull.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 returnnull.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
public StructureDefinition.Mapping setIdentity(String theId)
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 returnnull.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 returnnull.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
public StructureDefinition.Mapping setUri(String theUri)
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 returnnull.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 returnnull.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
public StructureDefinition.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 returnnull.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 returnnull.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
public StructureDefinition.Mapping setComments(String theString)
Sets the value for comments ()Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage
-
-