Package org.hl7.fhir.instance.model.api
Interface IBaseMetaType
-
- All Superinterfaces:
IBase,IBaseDatatype,ICompositeType,IElement,Serializable
public interface IBaseMetaType extends ICompositeType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBaseMetaTypeaddProfile(String theProfile)IBaseCodingaddSecurity()IBaseCodingaddTag()DategetLastUpdated()List<? extends IPrimitiveType<String>>getProfile()List<? extends IBaseCoding>getSecurity()IBaseCodinggetSecurity(String theSystem, String theCode)Returns the first security label (if any) that has the given system and code, or returnsnullif noneList<? extends IBaseCoding>getTag()IBaseCodinggetTag(String theSystem, String theCode)Returns the first tag (if any) that has the given system and code, or returnsnullif noneStringgetVersionId()IBaseMetaTypesetLastUpdated(Date theHeaderDateValue)IBaseMetaTypesetVersionId(String theVersionId)-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
-
-
-
Method Detail
-
addProfile
IBaseMetaType addProfile(String theProfile)
-
addSecurity
IBaseCoding addSecurity()
-
addTag
IBaseCoding addTag()
-
getLastUpdated
Date getLastUpdated()
-
getProfile
List<? extends IPrimitiveType<String>> getProfile()
-
getSecurity
List<? extends IBaseCoding> getSecurity()
-
getTag
List<? extends IBaseCoding> getTag()
-
getVersionId
String getVersionId()
-
setLastUpdated
IBaseMetaType setLastUpdated(Date theHeaderDateValue)
-
setVersionId
IBaseMetaType setVersionId(String theVersionId)
-
getTag
IBaseCoding getTag(String theSystem, String theCode)
Returns the first tag (if any) that has the given system and code, or returnsnullif none
-
getSecurity
IBaseCoding getSecurity(String theSystem, String theCode)
Returns the first security label (if any) that has the given system and code, or returnsnullif none
-
-