private void init(ModelClassFactory factory) {
try {
this.add(TQ1.class, true, false, false);
this.add(TQ2.class, false, true, false);
} catch(HL7Exception e) {
log.error("Unexpected error creating RSP_Z82_TIMING - this is probably a bug in the source code generator.", e);
}
}