7725ad139b67c4202ed8beedf10a9a214b6d2baf
[jalview.git] / src / jalview / schemabinding / version2 / descriptors / UserColoursDescriptor.java
1 /*******************************************************************************
2  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1)
3  * Copyright (C) 2014 The Jalview Authors
4  * 
5  * This file is part of Jalview.
6  * 
7  * Jalview is free software: you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License 
9  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
10  *  
11  * Jalview is distributed in the hope that it will be useful, but 
12  * WITHOUT ANY WARRANTY; without even the implied warranty 
13  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14  * PURPOSE.  See the GNU General Public License for more details.
15  * 
16  * You should have received a copy of the GNU General Public License along with Jalview.  
17  * If not, see <http://www.gnu.org/licenses/>.
18  * The Jalview Authors are detailed in the 'AUTHORS' file.
19  ******************************************************************************/
20 /*
21  * This class was automatically generated with 
22  * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
23  * Schema.
24  * $Id$
25  */
26
27 package jalview.schemabinding.version2.descriptors;
28
29 //---------------------------------/
30 //- Imported classes and packages -/
31 //---------------------------------/
32
33 import jalview.schemabinding.version2.UserColours;
34
35 /**
36  * Class UserColoursDescriptor.
37  * 
38  * @version $Revision$ $Date$
39  */
40 public class UserColoursDescriptor extends
41         org.exolab.castor.xml.util.XMLClassDescriptorImpl
42 {
43
44   // --------------------------/
45   // - Class/Member Variables -/
46   // --------------------------/
47
48   /**
49    * Field _elementDefinition.
50    */
51   private boolean _elementDefinition;
52
53   /**
54    * Field _nsPrefix.
55    */
56   private java.lang.String _nsPrefix;
57
58   /**
59    * Field _nsURI.
60    */
61   private java.lang.String _nsURI;
62
63   /**
64    * Field _xmlName.
65    */
66   private java.lang.String _xmlName;
67
68   // ----------------/
69   // - Constructors -/
70   // ----------------/
71
72   public UserColoursDescriptor()
73   {
74     super();
75     _nsURI = "www.jalview.org";
76     _xmlName = "UserColours";
77     _elementDefinition = true;
78
79     // -- set grouping compositor
80     setCompositorAsSequence();
81     org.exolab.castor.xml.util.XMLFieldDescriptorImpl desc = null;
82     org.exolab.castor.mapping.FieldHandler handler = null;
83     org.exolab.castor.xml.FieldValidator fieldValidator = null;
84     // -- initialize attribute descriptors
85
86     // -- _id
87     desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(
88             java.lang.String.class, "_id", "id",
89             org.exolab.castor.xml.NodeType.Attribute);
90     desc.setImmutable(true);
91     handler = new org.exolab.castor.xml.XMLFieldHandler()
92     {
93       public java.lang.Object getValue(java.lang.Object object)
94               throws IllegalStateException
95       {
96         UserColours target = (UserColours) object;
97         return target.getId();
98       }
99
100       public void setValue(java.lang.Object object, java.lang.Object value)
101               throws IllegalStateException, IllegalArgumentException
102       {
103         try
104         {
105           UserColours target = (UserColours) object;
106           target.setId((java.lang.String) value);
107         } catch (java.lang.Exception ex)
108         {
109           throw new IllegalStateException(ex.toString());
110         }
111       }
112
113       public java.lang.Object newInstance(java.lang.Object parent)
114       {
115         return null;
116       }
117     };
118     desc.setHandler(handler);
119     desc.setMultivalued(false);
120     addFieldDescriptor(desc);
121
122     // -- validation code for: _id
123     fieldValidator = new org.exolab.castor.xml.FieldValidator();
124     { // -- local scope
125       org.exolab.castor.xml.validators.StringValidator typeValidator;
126       typeValidator = new org.exolab.castor.xml.validators.StringValidator();
127       fieldValidator.setValidator(typeValidator);
128       typeValidator.setWhiteSpace("preserve");
129     }
130     desc.setValidator(fieldValidator);
131     // -- initialize element descriptors
132
133     // -- _userColourScheme
134     desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(
135             jalview.schemabinding.version2.UserColourScheme.class,
136             "_userColourScheme", "UserColourScheme",
137             org.exolab.castor.xml.NodeType.Element);
138     handler = new org.exolab.castor.xml.XMLFieldHandler()
139     {
140       public java.lang.Object getValue(java.lang.Object object)
141               throws IllegalStateException
142       {
143         UserColours target = (UserColours) object;
144         return target.getUserColourScheme();
145       }
146
147       public void setValue(java.lang.Object object, java.lang.Object value)
148               throws IllegalStateException, IllegalArgumentException
149       {
150         try
151         {
152           UserColours target = (UserColours) object;
153           target.setUserColourScheme((jalview.schemabinding.version2.UserColourScheme) value);
154         } catch (java.lang.Exception ex)
155         {
156           throw new IllegalStateException(ex.toString());
157         }
158       }
159
160       public java.lang.Object newInstance(java.lang.Object parent)
161       {
162         return new jalview.schemabinding.version2.UserColourScheme();
163       }
164     };
165     desc.setHandler(handler);
166     desc.setNameSpaceURI("www.jalview.org");
167     desc.setRequired(true);
168     desc.setMultivalued(false);
169     addFieldDescriptor(desc);
170
171     // -- validation code for: _userColourScheme
172     fieldValidator = new org.exolab.castor.xml.FieldValidator();
173     fieldValidator.setMinOccurs(1);
174     { // -- local scope
175     }
176     desc.setValidator(fieldValidator);
177   }
178
179   // -----------/
180   // - Methods -/
181   // -----------/
182
183   /**
184    * Method getAccessMode.
185    * 
186    * @return the access mode specified for this class.
187    */
188   public org.exolab.castor.mapping.AccessMode getAccessMode()
189   {
190     return null;
191   }
192
193   /**
194    * Method getIdentity.
195    * 
196    * @return the identity field, null if this class has no identity.
197    */
198   public org.exolab.castor.mapping.FieldDescriptor getIdentity()
199   {
200     return super.getIdentity();
201   }
202
203   /**
204    * Method getJavaClass.
205    * 
206    * @return the Java class represented by this descriptor.
207    */
208   public java.lang.Class getJavaClass()
209   {
210     return jalview.schemabinding.version2.UserColours.class;
211   }
212
213   /**
214    * Method getNameSpacePrefix.
215    * 
216    * @return the namespace prefix to use when marshaling as XML.
217    */
218   public java.lang.String getNameSpacePrefix()
219   {
220     return _nsPrefix;
221   }
222
223   /**
224    * Method getNameSpaceURI.
225    * 
226    * @return the namespace URI used when marshaling and unmarshaling as XML.
227    */
228   public java.lang.String getNameSpaceURI()
229   {
230     return _nsURI;
231   }
232
233   /**
234    * Method getValidator.
235    * 
236    * @return a specific validator for the class described by this
237    *         ClassDescriptor.
238    */
239   public org.exolab.castor.xml.TypeValidator getValidator()
240   {
241     return this;
242   }
243
244   /**
245    * Method getXMLName.
246    * 
247    * @return the XML Name for the Class being described.
248    */
249   public java.lang.String getXMLName()
250   {
251     return _xmlName;
252   }
253
254   /**
255    * Method isElementDefinition.
256    * 
257    * @return true if XML schema definition of this Class is that of a global
258    *         element or element with anonymous type definition.
259    */
260   public boolean isElementDefinition()
261   {
262     return _elementDefinition;
263   }
264
265 }