Package org.hl7.fhir.r5.model
Class BaseBinary
- java.lang.Object
-
- org.hl7.fhir.r5.model.Base
-
- org.hl7.fhir.r5.model.BaseResource
-
- org.hl7.fhir.r5.model.Resource
-
- org.hl7.fhir.r5.model.BaseBinary
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IAnyResource
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBinary
,org.hl7.fhir.instance.model.api.IBaseResource
- Direct Known Subclasses:
Binary
public abstract class BaseBinary extends Resource implements org.hl7.fhir.instance.model.api.IBaseBinary
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r5.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description BaseBinary()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getContentAsBase64()
abstract Base64BinaryType
getContentElement()
BaseBinary
setContentAsBase64(String theContent)
-
Methods inherited from class org.hl7.fhir.r5.model.Resource
addChild, copy, copyValues, equalsDeep, equalsShallow, fhirType, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, getNamedProperty, getProperty, getResourceType, getTypesForProperty, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, isEmpty, listChildren, makeProperty, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta, setProperty, setProperty
-
Methods inherited from class org.hl7.fhir.r5.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getUserData, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmpty
-
-
-
-
Constructor Detail
-
BaseBinary
public BaseBinary()
-
-
Method Detail
-
getContentAsBase64
public String getContentAsBase64()
- Specified by:
getContentAsBase64
in interfaceorg.hl7.fhir.instance.model.api.IBaseBinary
-
setContentAsBase64
public BaseBinary setContentAsBase64(String theContent)
- Specified by:
setContentAsBase64
in interfaceorg.hl7.fhir.instance.model.api.IBaseBinary
-
getContentElement
public abstract Base64BinaryType getContentElement()
- Specified by:
getContentElement
in interfaceorg.hl7.fhir.instance.model.api.IBaseBinary
-
-