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