Package org.hl7.fhir.instance.model.api
Interface IBaseBinary
-
- All Superinterfaces:
IBase,IBaseResource,IElement,Serializable
public interface IBaseBinary extends IBaseResource
-
-
Field Summary
-
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description byte[]getContent()StringgetContentAsBase64()IPrimitiveType<byte[]>getContentElement()StringgetContentType()default booleanhasData()IBaseBinarysetContent(byte[] theContent)IBaseBinarysetContentAsBase64(String theContent)IBaseBinarysetContentType(String theContentType)-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getIdElement, getMeta, getStructureFhirVersionEnum, setId, setId
-
-
-
-
Method Detail
-
getContent
byte[] getContent()
-
getContentElement
IPrimitiveType<byte[]> getContentElement()
-
getContentAsBase64
String getContentAsBase64()
-
getContentType
String getContentType()
-
setContent
IBaseBinary setContent(byte[] theContent)
-
setContentAsBase64
IBaseBinary setContentAsBase64(String theContent)
-
setContentType
IBaseBinary setContentType(String theContentType)
-
hasData
default boolean hasData()
-
-