Package org.hl7.fhir.instance.model.api
Interface IAnyResource
-
- All Superinterfaces:
IBase,IBaseResource,IElement,Serializable
- All Known Subinterfaces:
IDomainResource
public interface IAnyResource extends IBaseResource
-
-
Field Summary
Fields Modifier and Type Field Description static TokenClientParamRES_IDFluent Client search parameter constant for _idstatic StringSP_RES_IDSearch parameter constant for _idstatic StringSP_RES_LANGUAGESearch 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 StringgetId()IIdTypegetIdElement()IPrimitiveType<String>getLanguageElement()ObjectgetUserData(String name)Retrieves any user suplied data in this elementIAnyResourcesetId(String theId)voidsetUserData(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:
getIdElementin interfaceIBaseResource
-
getLanguageElement
IPrimitiveType<String> getLanguageElement()
-
getUserData
Object getUserData(String name)
Description copied from interface:IBaseRetrieves any user suplied data in this element- Specified by:
getUserDatain interfaceIBase
-
setId
IAnyResource setId(String theId)
- Specified by:
setIdin interfaceIBaseResource
-
setUserData
void setUserData(String name, Object value)
Description copied from interface:IBaseSets a user supplied data value in this element- Specified by:
setUserDatain interfaceIBase
-
-