/** {@inheritDoc } */
 public boolean isEmpty() throws HL7Exception {
   return extra.isEmpty();
 }
 /** {@inheritDoc } */
 public void clear() {
   extra.clear();
 }