
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, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IPrimitiveType
hasValue
-
Method Details
-
setValueAsString
- Specified by:
setValueAsStringin interfaceIPrimitiveType<T>- Throws:
DataFormatException
-
getValueAsString
- Specified by:
getValueAsStringin interfaceIPrimitiveType<T>- Throws:
DataFormatException
-
getValue
- Specified by:
getValuein interfaceIPrimitiveType<T>
-
setValue
- Specified by:
setValuein interfaceIPrimitiveType<T>- Throws:
DataFormatException
-