Package ca.uhn.fhir.model.base.composite
Class BaseNarrativeDt<T extends Enum<?>>
java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.base.composite.BaseNarrativeDt<T>
- Type Parameters:
T
- The narrative status enum type
- All Implemented Interfaces:
ICompositeDatatype
,ICompositeElement
,IDatatype
,IElement
,IIdentifiableElement
,ISupportsUndeclaredExtensions
,Serializable
,IBase
,IBaseDatatype
,ICompositeType
,INarrative
public abstract class BaseNarrativeDt<T extends Enum<?>>
extends BaseIdentifiableElement
implements ICompositeDatatype, INarrative
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract XhtmlDt
getDiv()
abstract BoundCodeDt
<T> void
setDivAsString
(String theString) setStatusAsString
(String theString) Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
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.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.ICompositeElement
getAllPopulatedChildElementsOfType
Methods inherited from interface org.hl7.fhir.instance.model.api.INarrative
isEmpty
-
Constructor Details
-
BaseNarrativeDt
public BaseNarrativeDt()
-
-
Method Details
-
getStatus
-
setDivAsString
- Specified by:
setDivAsString
in interfaceINarrative
-
getDivAsString
- Specified by:
getDivAsString
in interfaceINarrative
-
setStatusAsString
- Specified by:
setStatusAsString
in interfaceINarrative
-
getStatusAsString
- Specified by:
getStatusAsString
in interfaceINarrative
-
getDiv
-