Add file ref for pdb files
[jalview.git] / src / jalview / schemabinding / version2 / Pdbentry.java
index 15694db..93c2748 100755 (executable)
@@ -46,6 +46,11 @@ public class Pdbentry implements java.io.Serializable {
     private java.lang.String _type;\r
 \r
     /**\r
+     * Field _file\r
+     */\r
+    private java.lang.String _file;\r
+\r
+    /**\r
      * Field _items\r
      */\r
     private java.util.Vector _items;\r
@@ -105,6 +110,17 @@ public class Pdbentry implements java.io.Serializable {
     } //-- java.util.Enumeration enumeratePdbentryItem() \r
 \r
     /**\r
+     * Returns the value of field 'file'.\r
+     * \r
+     * @return String\r
+     * @return the value of field 'file'.\r
+     */\r
+    public java.lang.String getFile()\r
+    {\r
+        return this._file;\r
+    } //-- java.lang.String getFile() \r
+\r
+    /**\r
      * Returns the value of field 'id'.\r
      * \r
      * @return String\r
@@ -245,6 +261,16 @@ public class Pdbentry implements java.io.Serializable {
     } //-- jalview.schemabinding.version2.PdbentryItem removePdbentryItem(int) \r
 \r
     /**\r
+     * Sets the value of field 'file'.\r
+     * \r
+     * @param file the value of field 'file'.\r
+     */\r
+    public void setFile(java.lang.String file)\r
+    {\r
+        this._file = file;\r
+    } //-- void setFile(java.lang.String) \r
+\r
+    /**\r
      * Sets the value of field 'id'.\r
      * \r
      * @param id the value of field 'id'.\r