Merge branch 'feature/JAL-3063JAXB' into feature/JAL-3063jaxbNoCastor
[jalview.git] / src / jalview / schemabinding / version2 / descriptors / VamsasModelDescriptor.java
index 26502d0..3e26611 100644 (file)
-/*\r
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)\r
- * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
- * \r
- * This program is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU General Public License\r
- * as published by the Free Software Foundation; either version 2\r
- * of the License, or (at your option) any later version.\r
- * \r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- * \r
- * You should have received a copy of the GNU General Public License\r
- * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\r
- */\r
-package jalview.schemabinding.version2.descriptors;\r
-\r
-// ---------------------------------/\r
-// - Imported classes and packages -/\r
-// ---------------------------------/\r
-\r
-import jalview.schemabinding.version2.VamsasModel;\r
-\r
-/**\r
- * Class VamsasModelDescriptor.\r
- * \r
- * @version $Revision$ $Date$\r
- */\r
-public class VamsasModelDescriptor extends\r
-        jalview.schemabinding.version2.descriptors.VAMSASDescriptor\r
-{\r
-\r
-  // --------------------------/\r
-  // - Class/Member Variables -/\r
-  // --------------------------/\r
-\r
-  /**\r
-   * Field _elementDefinition.\r
-   */\r
-  private boolean _elementDefinition;\r
-\r
-  /**\r
-   * Field _nsPrefix.\r
-   */\r
-  private java.lang.String _nsPrefix;\r
-\r
-  /**\r
-   * Field _nsURI.\r
-   */\r
-  private java.lang.String _nsURI;\r
-\r
-  /**\r
-   * Field _xmlName.\r
-   */\r
-  private java.lang.String _xmlName;\r
-\r
-  // ----------------/\r
-  // - Constructors -/\r
-  // ----------------/\r
-\r
-  public VamsasModelDescriptor()\r
-  {\r
-    super();\r
-    setExtendsWithoutFlatten(new jalview.schemabinding.version2.descriptors.VAMSASDescriptor());\r
-    _nsURI = "www.jalview.org";\r
-    _xmlName = "vamsasModel";\r
-    _elementDefinition = true;\r
-  }\r
-\r
-  // -----------/\r
-  // - Methods -/\r
-  // -----------/\r
-\r
-  /**\r
-   * Method getAccessMode.\r
-   * \r
-   * @return the access mode specified for this class.\r
-   */\r
-  public org.exolab.castor.mapping.AccessMode getAccessMode()\r
-  {\r
-    return null;\r
-  }\r
-\r
-  /**\r
-   * Method getIdentity.\r
-   * \r
-   * @return the identity field, null if this class has no identity.\r
-   */\r
-  public org.exolab.castor.mapping.FieldDescriptor getIdentity()\r
-  {\r
-    return super.getIdentity();\r
-  }\r
-\r
-  /**\r
-   * Method getJavaClass.\r
-   * \r
-   * @return the Java class represented by this descriptor.\r
-   */\r
-  public java.lang.Class getJavaClass()\r
-  {\r
-    return jalview.schemabinding.version2.VamsasModel.class;\r
-  }\r
-\r
-  /**\r
-   * Method getNameSpacePrefix.\r
-   * \r
-   * @return the namespace prefix to use when marshaling as XML.\r
-   */\r
-  public java.lang.String getNameSpacePrefix()\r
-  {\r
-    return _nsPrefix;\r
-  }\r
-\r
-  /**\r
-   * Method getNameSpaceURI.\r
-   * \r
-   * @return the namespace URI used when marshaling and unmarshaling as XML.\r
-   */\r
-  public java.lang.String getNameSpaceURI()\r
-  {\r
-    return _nsURI;\r
-  }\r
-\r
-  /**\r
-   * Method getValidator.\r
-   * \r
-   * @return a specific validator for the class described by this\r
-   *         ClassDescriptor.\r
-   */\r
-  public org.exolab.castor.xml.TypeValidator getValidator()\r
-  {\r
-    return this;\r
-  }\r
-\r
-  /**\r
-   * Method getXMLName.\r
-   * \r
-   * @return the XML Name for the Class being described.\r
-   */\r
-  public java.lang.String getXMLName()\r
-  {\r
-    return _xmlName;\r
-  }\r
-\r
-  /**\r
-   * Method isElementDefinition.\r
-   * \r
-   * @return true if XML schema definition of this Class is that of a global\r
-   *         element or element with anonymous type definition.\r
-   */\r
-  public boolean isElementDefinition()\r
-  {\r
-    return _elementDefinition;\r
-  }\r
-\r
-}\r
+/*
+ * This class was automatically generated with 
+ * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
+ * Schema.
+ * $Id$
+ */
+
+package jalview.schemabinding.version2.descriptors;
+
+//---------------------------------/
+//- Imported classes and packages -/
+//---------------------------------/
+
+import jalview.schemabinding.version2.VamsasModel;
+
+/**
+ * Class VamsasModelDescriptor.
+ * 
+ * @version $Revision$ $Date$
+ */
+public class VamsasModelDescriptor extends
+        jalview.schemabinding.version2.descriptors.VAMSASDescriptor
+{
+
+  // --------------------------/
+  // - Class/Member Variables -/
+  // --------------------------/
+
+  /**
+   * Field _elementDefinition.
+   */
+  private boolean _elementDefinition;
+
+  /**
+   * Field _nsPrefix.
+   */
+  private java.lang.String _nsPrefix;
+
+  /**
+   * Field _nsURI.
+   */
+  private java.lang.String _nsURI;
+
+  /**
+   * Field _xmlName.
+   */
+  private java.lang.String _xmlName;
+
+  // ----------------/
+  // - Constructors -/
+  // ----------------/
+
+  public VamsasModelDescriptor()
+  {
+    super();
+    setExtendsWithoutFlatten(new jalview.schemabinding.version2.descriptors.VAMSASDescriptor());
+    _nsURI = "www.jalview.org";
+    _xmlName = "vamsasModel";
+    _elementDefinition = true;
+  }
+
+  // -----------/
+  // - Methods -/
+  // -----------/
+
+  /**
+   * Method getAccessMode.
+   * 
+   * @return the access mode specified for this class.
+   */
+  public org.exolab.castor.mapping.AccessMode getAccessMode()
+  {
+    return null;
+  }
+
+  /**
+   * Method getIdentity.
+   * 
+   * @return the identity field, null if this class has no identity.
+   */
+  public org.exolab.castor.mapping.FieldDescriptor getIdentity()
+  {
+    return super.getIdentity();
+  }
+
+  /**
+   * Method getJavaClass.
+   * 
+   * @return the Java class represented by this descriptor.
+   */
+  public java.lang.Class getJavaClass()
+  {
+    return jalview.schemabinding.version2.VamsasModel.class;
+  }
+
+  /**
+   * Method getNameSpacePrefix.
+   * 
+   * @return the namespace prefix to use when marshaling as XML.
+   */
+  public java.lang.String getNameSpacePrefix()
+  {
+    return _nsPrefix;
+  }
+
+  /**
+   * Method getNameSpaceURI.
+   * 
+   * @return the namespace URI used when marshaling and unmarshaling as XML.
+   */
+  public java.lang.String getNameSpaceURI()
+  {
+    return _nsURI;
+  }
+
+  /**
+   * Method getValidator.
+   * 
+   * @return a specific validator for the class described by this
+   *         ClassDescriptor.
+   */
+  public org.exolab.castor.xml.TypeValidator getValidator()
+  {
+    return this;
+  }
+
+  /**
+   * Method getXMLName.
+   * 
+   * @return the XML Name for the Class being described.
+   */
+  public java.lang.String getXMLName()
+  {
+    return _xmlName;
+  }
+
+  /**
+   * Method isElementDefinition.
+   * 
+   * @return true if XML schema definition of this Class is that of a global
+   *         element or element with anonymous type definition.
+   */
+  public boolean isElementDefinition()
+  {
+    return _elementDefinition;
+  }
+
+}