Ejemplo n.º 1
0
 /** {@inheritDoc } */
 public boolean isEmpty() throws HL7Exception {
   return extra.isEmpty();
 }
Ejemplo n.º 2
0
 /** {@inheritDoc } */
 public void clear() {
   extra.clear();
 }