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 Details

    • getAllPopulatedChildElementsOfType

      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 this discussion 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