
Package ca.uhn.fhir.model.api
Interface ICompositeElement
-
- All Superinterfaces:
IBase
,IElement
,Serializable
- All Known Subinterfaces:
BaseConformance
,BaseOperationOutcome
,BaseSecurityEvent
,ICompositeDatatype
,IExtension
,IResource
,IResourceBlock
- All Known Implementing Classes:
BaseCodingDt
,BaseIdentifierDt
,BaseNarrativeDt
,BaseOperationOutcome.BaseIssue
,BaseQuantityDt
,ExtensionDt
,InternalCodingDt
public interface ICompositeElement extends IElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T extends IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)
Deprecated.This method is not used by HAPI at this point, so there isn't much point to keeping it around.-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
-
-
-
Method Detail
-
getAllPopulatedChildElementsOfType
@Deprecated <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
Deprecated.This method is not used by HAPI at this point, so there isn't much point to keeping it around. We are not deleting it just so that we don't break existing implementer code, but you do not need to supply an implementation of this code in your own structures. Deprecated in HAPI FHIR 2.3 (Jan 2017). See See for a discussion about this.Returns a list containing all child elements matching a given type- Parameters:
theType
- The type to match. If set to null, all child elements will be returned
-
-