flag for suppressing unresolved xmlId warnings
[vamsas.git] / src / uk / ac / vamsas / client / VorbaIdFactory.java
index 8b0e98a..5dbd5bb 100644 (file)
@@ -47,6 +47,11 @@ public abstract class VorbaIdFactory implements IVorbaIdFactory {
   protected Vector newobj = null;
 
   /**
+   * flag indicating if unresolved references should be raised during UnMarshalling
+   */
+  protected boolean warnUnresolved;
+
+  /**
    * construct a new id appropriate for this client in the vamsas session.
    * 
    * @return valid VorbaId for session, or null if VorbaIdFactory not configured