Package org.hl7.fhir.instance.model.api
Interface IBaseBinary
- All Superinterfaces:
IBase,IBaseResource,IElement,Serializable
-
Field Summary
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Method Summary
Modifier and TypeMethodDescriptionbyte[]IPrimitiveType<byte[]>default booleanhasData()setContent(byte[] theContent)setContentAsBase64(String theContent)setContentType(String theContentType)Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getIdElement, getMeta, getStructureFhirVersionEnum, setId, setId
-
Method Details
-
getContent
byte[] getContent() -
getContentElement
IPrimitiveType<byte[]> getContentElement() -
getContentAsBase64
-
getContentType
-
setContent
-
setContentAsBase64
-
setContentType
-
hasData
-