
Package org.hl7.fhir.instance.model.api
Interface IAnyResource
-
- All Superinterfaces:
IBase
,IBaseResource
,IElement
,Serializable
- All Known Subinterfaces:
IDomainResource
public interface IAnyResource extends IBaseResource
An IBaseResource that has a FHIR version of DSTU3 or higher
-
-
Field Summary
Fields Modifier and Type Field Description static TokenClientParam
RES_ID
Fluent Client search parameter constant for _idstatic String
SP_RES_ID
Search parameter constant for _idstatic String
SP_RES_LANGUAGE
Search parameter constant for _language-
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
IIdType
getIdElement()
IPrimitiveType<String>
getLanguageElement()
Object
getUserData(String name)
Retrieves any user suplied data in this elementIAnyResource
setId(String theId)
void
setUserData(String name, Object value)
Sets a user supplied data value in this element-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmpty
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, setId
-
-
-
-
Field Detail
-
SP_RES_LANGUAGE
static final String SP_RES_LANGUAGE
Search parameter constant for _language- See Also:
- Constant Field Values
-
SP_RES_ID
static final String SP_RES_ID
Search parameter constant for _id- See Also:
- Constant Field Values
-
RES_ID
static final TokenClientParam RES_ID
Fluent Client search parameter constant for _idDescription: the _id of a resource
Type: string
Path: Resource._id
-
-
Method Detail
-
getIdElement
IIdType getIdElement()
- Specified by:
getIdElement
in interfaceIBaseResource
-
getLanguageElement
IPrimitiveType<String> getLanguageElement()
-
getUserData
Object getUserData(String name)
Description copied from interface:IBase
Retrieves any user suplied data in this element- Specified by:
getUserData
in interfaceIBase
-
setId
IAnyResource setId(String theId)
- Specified by:
setId
in interfaceIBaseResource
-
setUserData
void setUserData(String name, Object value)
Description copied from interface:IBase
Sets a user supplied data value in this element- Specified by:
setUserData
in interfaceIBase
-
-