update author list in license for (JAL-826)
[jalview.git] / src / jalview / schemabinding / version2 / descriptors / AlcodonDescriptor.java
1 /*******************************************************************************
2  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
3  * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
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.  If not, see <http://www.gnu.org/licenses/>.
17  *******************************************************************************/
18 /*
19  * This class was automatically generated with 
20  * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
21  * Schema.
22  * $Id$
23  */
24
25 package jalview.schemabinding.version2.descriptors;
26
27   //---------------------------------/
28  //- Imported classes and packages -/
29 //---------------------------------/
30
31 import jalview.schemabinding.version2.Alcodon;
32
33 /**
34  * Class AlcodonDescriptor.
35  * 
36  * @version $Revision$ $Date$
37  */
38 public class AlcodonDescriptor extends org.exolab.castor.xml.util.XMLClassDescriptorImpl {
39
40
41       //--------------------------/
42      //- Class/Member Variables -/
43     //--------------------------/
44
45     /**
46      * Field _elementDefinition.
47      */
48     private boolean _elementDefinition;
49
50     /**
51      * Field _nsPrefix.
52      */
53     private java.lang.String _nsPrefix;
54
55     /**
56      * Field _nsURI.
57      */
58     private java.lang.String _nsURI;
59
60     /**
61      * Field _xmlName.
62      */
63     private java.lang.String _xmlName;
64
65
66       //----------------/
67      //- Constructors -/
68     //----------------/
69
70     public AlcodonDescriptor() {
71         super();
72         _nsURI = "www.vamsas.ac.uk/jalview/version2";
73         _xmlName = "alcodon";
74         _elementDefinition = true;
75         org.exolab.castor.xml.util.XMLFieldDescriptorImpl  desc           = null;
76         org.exolab.castor.mapping.FieldHandler             handler        = null;
77         org.exolab.castor.xml.FieldValidator               fieldValidator = null;
78         //-- initialize attribute descriptors
79         
80         //-- _pos1
81         desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Long.TYPE, "_pos1", "pos1", org.exolab.castor.xml.NodeType.Attribute);
82         handler = new org.exolab.castor.xml.XMLFieldHandler() {
83             public java.lang.Object getValue( java.lang.Object object ) 
84                 throws IllegalStateException
85             {
86                 Alcodon target = (Alcodon) object;
87                 if (!target.hasPos1()) { return null; }
88                 return new java.lang.Long(target.getPos1());
89             }
90             public void setValue( java.lang.Object object, java.lang.Object value) 
91                 throws IllegalStateException, IllegalArgumentException
92             {
93                 try {
94                     Alcodon target = (Alcodon) object;
95                     // if null, use delete method for optional primitives 
96                     if (value == null) {
97                         target.deletePos1();
98                         return;
99                     }
100                     target.setPos1( ((java.lang.Long) value).longValue());
101                 } catch (java.lang.Exception ex) {
102                     throw new IllegalStateException(ex.toString());
103                 }
104             }
105             public java.lang.Object newInstance(java.lang.Object parent) {
106                 return null;
107             }
108         };
109         desc.setHandler(handler);
110         desc.setMultivalued(false);
111         addFieldDescriptor(desc);
112         
113         //-- validation code for: _pos1
114         fieldValidator = new org.exolab.castor.xml.FieldValidator();
115         { //-- local scope
116             org.exolab.castor.xml.validators.LongValidator typeValidator;
117             typeValidator = new org.exolab.castor.xml.validators.LongValidator();
118             fieldValidator.setValidator(typeValidator);
119         }
120         desc.setValidator(fieldValidator);
121         //-- _pos2
122         desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Long.TYPE, "_pos2", "pos2", org.exolab.castor.xml.NodeType.Attribute);
123         handler = new org.exolab.castor.xml.XMLFieldHandler() {
124             public java.lang.Object getValue( java.lang.Object object ) 
125                 throws IllegalStateException
126             {
127                 Alcodon target = (Alcodon) object;
128                 if (!target.hasPos2()) { return null; }
129                 return new java.lang.Long(target.getPos2());
130             }
131             public void setValue( java.lang.Object object, java.lang.Object value) 
132                 throws IllegalStateException, IllegalArgumentException
133             {
134                 try {
135                     Alcodon target = (Alcodon) object;
136                     // if null, use delete method for optional primitives 
137                     if (value == null) {
138                         target.deletePos2();
139                         return;
140                     }
141                     target.setPos2( ((java.lang.Long) value).longValue());
142                 } catch (java.lang.Exception ex) {
143                     throw new IllegalStateException(ex.toString());
144                 }
145             }
146             public java.lang.Object newInstance(java.lang.Object parent) {
147                 return null;
148             }
149         };
150         desc.setHandler(handler);
151         desc.setMultivalued(false);
152         addFieldDescriptor(desc);
153         
154         //-- validation code for: _pos2
155         fieldValidator = new org.exolab.castor.xml.FieldValidator();
156         { //-- local scope
157             org.exolab.castor.xml.validators.LongValidator typeValidator;
158             typeValidator = new org.exolab.castor.xml.validators.LongValidator();
159             fieldValidator.setValidator(typeValidator);
160         }
161         desc.setValidator(fieldValidator);
162         //-- _pos3
163         desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Long.TYPE, "_pos3", "pos3", org.exolab.castor.xml.NodeType.Attribute);
164         handler = new org.exolab.castor.xml.XMLFieldHandler() {
165             public java.lang.Object getValue( java.lang.Object object ) 
166                 throws IllegalStateException
167             {
168                 Alcodon target = (Alcodon) object;
169                 if (!target.hasPos3()) { return null; }
170                 return new java.lang.Long(target.getPos3());
171             }
172             public void setValue( java.lang.Object object, java.lang.Object value) 
173                 throws IllegalStateException, IllegalArgumentException
174             {
175                 try {
176                     Alcodon target = (Alcodon) object;
177                     // if null, use delete method for optional primitives 
178                     if (value == null) {
179                         target.deletePos3();
180                         return;
181                     }
182                     target.setPos3( ((java.lang.Long) value).longValue());
183                 } catch (java.lang.Exception ex) {
184                     throw new IllegalStateException(ex.toString());
185                 }
186             }
187             public java.lang.Object newInstance(java.lang.Object parent) {
188                 return null;
189             }
190         };
191         desc.setHandler(handler);
192         desc.setMultivalued(false);
193         addFieldDescriptor(desc);
194         
195         //-- validation code for: _pos3
196         fieldValidator = new org.exolab.castor.xml.FieldValidator();
197         { //-- local scope
198             org.exolab.castor.xml.validators.LongValidator typeValidator;
199             typeValidator = new org.exolab.castor.xml.validators.LongValidator();
200             fieldValidator.setValidator(typeValidator);
201         }
202         desc.setValidator(fieldValidator);
203         //-- initialize element descriptors
204         
205     }
206
207
208       //-----------/
209      //- Methods -/
210     //-----------/
211
212     /**
213      * Method getAccessMode.
214      * 
215      * @return the access mode specified for this class.
216      */
217     public org.exolab.castor.mapping.AccessMode getAccessMode(
218     ) {
219         return null;
220     }
221
222     /**
223      * Method getIdentity.
224      * 
225      * @return the identity field, null if this class has no
226      * identity.
227      */
228     public org.exolab.castor.mapping.FieldDescriptor getIdentity(
229     ) {
230         return super.getIdentity();
231     }
232
233     /**
234      * Method getJavaClass.
235      * 
236      * @return the Java class represented by this descriptor.
237      */
238     public java.lang.Class getJavaClass(
239     ) {
240         return jalview.schemabinding.version2.Alcodon.class;
241     }
242
243     /**
244      * Method getNameSpacePrefix.
245      * 
246      * @return the namespace prefix to use when marshaling as XML.
247      */
248     public java.lang.String getNameSpacePrefix(
249     ) {
250         return _nsPrefix;
251     }
252
253     /**
254      * Method getNameSpaceURI.
255      * 
256      * @return the namespace URI used when marshaling and
257      * unmarshaling as XML.
258      */
259     public java.lang.String getNameSpaceURI(
260     ) {
261         return _nsURI;
262     }
263
264     /**
265      * Method getValidator.
266      * 
267      * @return a specific validator for the class described by this
268      * ClassDescriptor.
269      */
270     public org.exolab.castor.xml.TypeValidator getValidator(
271     ) {
272         return this;
273     }
274
275     /**
276      * Method getXMLName.
277      * 
278      * @return the XML Name for the Class being described.
279      */
280     public java.lang.String getXMLName(
281     ) {
282         return _xmlName;
283     }
284
285     /**
286      * Method isElementDefinition.
287      * 
288      * @return true if XML schema definition of this Class is that
289      * of a global
290      * element or element with anonymous type definition.
291      */
292     public boolean isElementDefinition(
293     ) {
294         return _elementDefinition;
295     }
296
297 }