public class Meta extends Type implements org.hl7.fhir.instance.model.api.IBaseMetaType
| Modifier and Type | Field and Description |
|---|---|
protected InstantType |
lastUpdated
When the resource last changed - e.g.
|
protected List<UriType> |
profile
A list of profiles [[[StructureDefinition]]]s that this resource claims to conform to.
|
protected List<Coding> |
security
Security labels applied to this resource.
|
protected List<Coding> |
tag
Tags applied to this resource.
|
protected IdType |
versionId
The version specific identifier, as it appears in the version portion of the URL.
|
| Constructor and Description |
|---|
Meta() |
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINNprotected IdType versionId
protected InstantType lastUpdated
protected List<UriType> profile
protected List<Coding> security
public Meta()
public IdType getVersionIdElement()
versionId (The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted.). This is the underlying object with id, value and extensions. The accessor "getVersionId" gives direct access to the valuepublic boolean hasVersionIdElement()
public boolean hasVersionId()
public Meta setVersionIdElement(IdType value)
value - versionId (The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted.). This is the underlying object with id, value and extensions. The accessor "getVersionId" gives direct access to the valuepublic String getVersionId()
getVersionId in interface org.hl7.fhir.instance.model.api.IBaseMetaTypepublic Meta setVersionId(String value)
setVersionId in interface org.hl7.fhir.instance.model.api.IBaseMetaTypevalue - The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted.public InstantType getLastUpdatedElement()
lastUpdated (When the resource last changed - e.g. when the version changed.). This is the underlying object with id, value and extensions. The accessor "getLastUpdated" gives direct access to the valuepublic boolean hasLastUpdatedElement()
public boolean hasLastUpdated()
public Meta setLastUpdatedElement(InstantType value)
value - lastUpdated (When the resource last changed - e.g. when the version changed.). This is the underlying object with id, value and extensions. The accessor "getLastUpdated" gives direct access to the valuepublic Date getLastUpdated()
getLastUpdated in interface org.hl7.fhir.instance.model.api.IBaseMetaTypepublic Meta setLastUpdated(Date value)
setLastUpdated in interface org.hl7.fhir.instance.model.api.IBaseMetaTypevalue - When the resource last changed - e.g. when the version changed.public List<UriType> getProfile()
getProfile in interface org.hl7.fhir.instance.model.api.IBaseMetaTypeprofile (A list of profiles [[[StructureDefinition]]]s that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].)public boolean hasProfile()
public UriType addProfileElement()
profile (A list of profiles [[[StructureDefinition]]]s that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].)public Meta addProfile(String value)
addProfile in interface org.hl7.fhir.instance.model.api.IBaseMetaTypevalue - profile (A list of profiles [[[StructureDefinition]]]s that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].)public boolean hasProfile(String value)
value - profile (A list of profiles [[[StructureDefinition]]]s that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].)public List<Coding> getSecurity()
getSecurity in interface org.hl7.fhir.instance.model.api.IBaseMetaTypesecurity (Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.)public boolean hasSecurity()
public Coding addSecurity()
addSecurity in interface org.hl7.fhir.instance.model.api.IBaseMetaTypesecurity (Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.)public Meta addSecurity(Coding t)
public List<Coding> getTag()
getTag in interface org.hl7.fhir.instance.model.api.IBaseMetaTypetag (Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.)public boolean hasTag()
public Coding addTag()
addTag in interface org.hl7.fhir.instance.model.api.IBaseMetaTypetag (Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.)protected void listChildren(List<Property> childrenList)
listChildren in class Elementpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic boolean equalsDeep(Base other)
equalsDeep in class Elementpublic boolean equalsShallow(Base other)
equalsShallow in class Elementpublic boolean isEmpty()
public Coding getTag(String theSystem, String theCode)
null if nonegetTag in interface org.hl7.fhir.instance.model.api.IBaseMetaTypepublic Coding getSecurity(String theSystem, String theCode)
null if nonegetSecurity in interface org.hl7.fhir.instance.model.api.IBaseMetaTypeCopyright © 2014–2018 University Health Network. All rights reserved.