Package ca.uhn.fhir.model.base.composite
Class BaseContainedDt
- java.lang.Object
-
- ca.uhn.fhir.model.base.composite.BaseContainedDt
-
- All Implemented Interfaces:
IDatatype,IElement,Serializable,IBase,IBaseDatatype
public abstract class BaseContainedDt extends Object implements IDatatype
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseContainedDt()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<? extends IResource>getContainedResources()List<String>getFormatCommentsPost()NOT SUPPORTED - ThrowsUnsupportedOperationExceptionList<String>getFormatCommentsPre()NOT SUPPORTED - ThrowsUnsupportedOperationExceptionbooleanhasFormatComment()Returns false-
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, getUserData, isEmpty, setUserData
-
-
-
-
Constructor Detail
-
BaseContainedDt
public BaseContainedDt()
-
-
Method Detail
-
getContainedResources
public abstract List<? extends IResource> getContainedResources()
-
getFormatCommentsPost
public List<String> getFormatCommentsPost()
NOT SUPPORTED - ThrowsUnsupportedOperationException- Specified by:
getFormatCommentsPostin interfaceIBase
-
getFormatCommentsPre
public List<String> getFormatCommentsPre()
NOT SUPPORTED - ThrowsUnsupportedOperationException- Specified by:
getFormatCommentsPrein interfaceIBase
-
hasFormatComment
public boolean hasFormatComment()
Returns false- Specified by:
hasFormatCommentin interfaceIBase
-
-