2 * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)
\r
3 * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
\r
5 * This program is free software; you can redistribute it and/or
\r
6 * modify it under the terms of the GNU General Public License
\r
7 * as published by the Free Software Foundation; either version 2
\r
8 * of the License, or (at your option) any later version.
\r
10 * This program is distributed in the hope that it will be useful,
\r
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
13 * GNU General Public License for more details.
\r
15 * You should have received a copy of the GNU General Public License
\r
16 * along with this program; if not, write to the Free Software
\r
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
\r
19 package jalview.schemabinding.version2.descriptors;
\r
21 // ---------------------------------/
\r
22 // - Imported classes and packages -/
\r
23 // ---------------------------------/
\r
25 import jalview.schemabinding.version2.UserColourScheme;
\r
28 * Class UserColourSchemeDescriptor.
\r
30 * @version $Revision$ $Date$
\r
32 public class UserColourSchemeDescriptor
\r
34 jalview.schemabinding.version2.descriptors.JalviewUserColoursDescriptor
\r
37 // --------------------------/
\r
38 // - Class/Member Variables -/
\r
39 // --------------------------/
\r
42 * Field _elementDefinition.
\r
44 private boolean _elementDefinition;
\r
49 private java.lang.String _nsPrefix;
\r
54 private java.lang.String _nsURI;
\r
59 private java.lang.String _xmlName;
\r
61 // ----------------/
\r
62 // - Constructors -/
\r
63 // ----------------/
\r
65 public UserColourSchemeDescriptor()
\r
68 setExtendsWithoutFlatten(new jalview.schemabinding.version2.descriptors.JalviewUserColoursDescriptor());
\r
69 _nsURI = "www.jalview.org";
\r
70 _xmlName = "UserColourScheme";
\r
71 _elementDefinition = true;
\r
79 * Method getAccessMode.
\r
81 * @return the access mode specified for this class.
\r
83 public org.exolab.castor.mapping.AccessMode getAccessMode()
\r
89 * Method getIdentity.
\r
91 * @return the identity field, null if this class has no identity.
\r
93 public org.exolab.castor.mapping.FieldDescriptor getIdentity()
\r
95 return super.getIdentity();
\r
99 * Method getJavaClass.
\r
101 * @return the Java class represented by this descriptor.
\r
103 public java.lang.Class getJavaClass()
\r
105 return jalview.schemabinding.version2.UserColourScheme.class;
\r
109 * Method getNameSpacePrefix.
\r
111 * @return the namespace prefix to use when marshaling as XML.
\r
113 public java.lang.String getNameSpacePrefix()
\r
119 * Method getNameSpaceURI.
\r
121 * @return the namespace URI used when marshaling and unmarshaling as XML.
\r
123 public java.lang.String getNameSpaceURI()
\r
129 * Method getValidator.
\r
131 * @return a specific validator for the class described by this
\r
134 public org.exolab.castor.xml.TypeValidator getValidator()
\r
140 * Method getXMLName.
\r
142 * @return the XML Name for the Class being described.
\r
144 public java.lang.String getXMLName()
\r
150 * Method isElementDefinition.
\r
152 * @return true if XML schema definition of this Class is that of a global
\r
153 * element or element with anonymous type definition.
\r
155 public boolean isElementDefinition()
\r
157 return _elementDefinition;
\r