Package ca.uhn.fhir.model.api
Interface IPrimitiveDatatype<T>
- All Superinterfaces:
IBase
,IBaseDatatype
,IDatatype
,IElement
,IPrimitiveType<T>
,Serializable
- All Known Implementing Classes:
Base64BinaryDt
,BaseDateTimeDt
,BasePrimitive
,BooleanDt
,BoundCodeDt
,CodeDt
,DateDt
,DateParam.DateParamDateTimeHolder
,DateTimeDt
,DecimalDt
,IdDt
,InstantDt
,IntegerDt
,MarkdownDt
,OidDt
,PositiveIntDt
,StringDt
,TimeDt
,UnsignedIntDt
,UriDt
,XhtmlDt
-
Method Summary
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.IPrimitiveType
hasValue
-
Method Details
-
setValueAsString
- Specified by:
setValueAsString
in interfaceIPrimitiveType<T>
- Throws:
DataFormatException
-
getValueAsString
- Specified by:
getValueAsString
in interfaceIPrimitiveType<T>
- Throws:
DataFormatException
-
getValue
- Specified by:
getValue
in interfaceIPrimitiveType<T>
-
setValue
- Specified by:
setValue
in interfaceIPrimitiveType<T>
- Throws:
DataFormatException
-