Class AbstractConformanceContainer

java.lang.Object
ca.uhn.hl7v2.conf.classes.abs.AbstractConformanceContainer

public abstract class AbstractConformanceContainer extends Object
This class contains the functionality for a parent class in the Conformance class set heirarchy to hold Repeatable children.
Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf
  • Constructor Details

  • Method Details

    • getChild

      protected Repeatable getChild(FiniteList finiteList, int rep) throws ConfRepException
      Returns a repetition of a child of the extending class, creating it if necessary.
      Parameters:
      finiteList - the finiteList containing the desired repetitions
      rep - the repetition number with a 0 based index
      Returns:
      repetition
      Throws:
      ConfRepException - if repetition can not be accessed