Package org.hl7.fhir.instance.model.api
Interface IBaseExtension<T,D>
-
- All Superinterfaces:
IBase,IBaseDatatype,ICompositeType,IElement,Serializable
- All Known Implementing Classes:
ExtensionDt
public interface IBaseExtension<T,D> extends ICompositeType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>getExtension()StringgetUrl()IBaseDatatypegetValue()TsetUrl(String theUrl)TsetValue(IBaseDatatype theValue)-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
-
-
-
Method Detail
-
getExtension
List<T> getExtension()
-
getValue
IBaseDatatype getValue()
-
setValue
T setValue(IBaseDatatype theValue)
-
-