flag for suppressing unresolved xmlId warnings
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 18 Feb 2010 12:06:23 +0000 (12:06 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 18 Feb 2010 12:06:23 +0000 (12:06 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@510 be28352e-c001-0410-b1a7-c7978e42abec

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