JAL-1503 update version in GPL header
[jalview.git] / src / jalview / schemabinding / version2 / descriptors / VAMSASDescriptor.java
1 /*******************************************************************************
2  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1)
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.VAMSAS;
34
35 /**
36  * Class VAMSASDescriptor.
37  * 
38  * @version $Revision$ $Date$
39  */
40 public class VAMSASDescriptor 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 VAMSASDescriptor()
73   {
74     super();
75     _nsURI = "www.vamsas.ac.uk/jalview/version2";
76     _xmlName = "VAMSAS";
77     _elementDefinition = false;
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     // -- initialize element descriptors
87
88     // -- _treeList
89     desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(
90             java.lang.String.class, "_treeList", "Tree",
91             org.exolab.castor.xml.NodeType.Element);
92     desc.setImmutable(true);
93     handler = new org.exolab.castor.xml.XMLFieldHandler()
94     {
95       public java.lang.Object getValue(java.lang.Object object)
96               throws IllegalStateException
97       {
98         VAMSAS target = (VAMSAS) object;
99         return target.getTree();
100       }
101
102       public void setValue(java.lang.Object object, java.lang.Object value)
103               throws IllegalStateException, IllegalArgumentException
104       {
105         try
106         {
107           VAMSAS target = (VAMSAS) object;
108           target.addTree((java.lang.String) value);
109         } catch (java.lang.Exception ex)
110         {
111           throw new IllegalStateException(ex.toString());
112         }
113       }
114
115       public void resetValue(Object object) throws IllegalStateException,
116               IllegalArgumentException
117       {
118         try
119         {
120           VAMSAS target = (VAMSAS) object;
121           target.removeAllTree();
122         } catch (java.lang.Exception ex)
123         {
124           throw new IllegalStateException(ex.toString());
125         }
126       }
127
128       public java.lang.Object newInstance(java.lang.Object parent)
129       {
130         return null;
131       }
132     };
133     desc.setHandler(handler);
134     desc.setNameSpaceURI("www.vamsas.ac.uk/jalview/version2");
135     desc.setMultivalued(true);
136     addFieldDescriptor(desc);
137
138     // -- validation code for: _treeList
139     fieldValidator = new org.exolab.castor.xml.FieldValidator();
140     fieldValidator.setMinOccurs(0);
141     { // -- local scope
142       org.exolab.castor.xml.validators.StringValidator typeValidator;
143       typeValidator = new org.exolab.castor.xml.validators.StringValidator();
144       fieldValidator.setValidator(typeValidator);
145       typeValidator.setWhiteSpace("preserve");
146     }
147     desc.setValidator(fieldValidator);
148     // -- _sequenceSetList
149     desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(
150             jalview.schemabinding.version2.SequenceSet.class,
151             "_sequenceSetList", "SequenceSet",
152             org.exolab.castor.xml.NodeType.Element);
153     handler = new org.exolab.castor.xml.XMLFieldHandler()
154     {
155       public java.lang.Object getValue(java.lang.Object object)
156               throws IllegalStateException
157       {
158         VAMSAS target = (VAMSAS) object;
159         return target.getSequenceSet();
160       }
161
162       public void setValue(java.lang.Object object, java.lang.Object value)
163               throws IllegalStateException, IllegalArgumentException
164       {
165         try
166         {
167           VAMSAS target = (VAMSAS) object;
168           target.addSequenceSet((jalview.schemabinding.version2.SequenceSet) value);
169         } catch (java.lang.Exception ex)
170         {
171           throw new IllegalStateException(ex.toString());
172         }
173       }
174
175       public void resetValue(Object object) throws IllegalStateException,
176               IllegalArgumentException
177       {
178         try
179         {
180           VAMSAS target = (VAMSAS) object;
181           target.removeAllSequenceSet();
182         } catch (java.lang.Exception ex)
183         {
184           throw new IllegalStateException(ex.toString());
185         }
186       }
187
188       public java.lang.Object newInstance(java.lang.Object parent)
189       {
190         return new jalview.schemabinding.version2.SequenceSet();
191       }
192     };
193     desc.setHandler(handler);
194     desc.setNameSpaceURI("www.vamsas.ac.uk/jalview/version2");
195     desc.setMultivalued(true);
196     addFieldDescriptor(desc);
197
198     // -- validation code for: _sequenceSetList
199     fieldValidator = new org.exolab.castor.xml.FieldValidator();
200     fieldValidator.setMinOccurs(0);
201     { // -- local scope
202     }
203     desc.setValidator(fieldValidator);
204   }
205
206   // -----------/
207   // - Methods -/
208   // -----------/
209
210   /**
211    * Method getAccessMode.
212    * 
213    * @return the access mode specified for this class.
214    */
215   public org.exolab.castor.mapping.AccessMode getAccessMode()
216   {
217     return null;
218   }
219
220   /**
221    * Method getIdentity.
222    * 
223    * @return the identity field, null if this class has no identity.
224    */
225   public org.exolab.castor.mapping.FieldDescriptor getIdentity()
226   {
227     return super.getIdentity();
228   }
229
230   /**
231    * Method getJavaClass.
232    * 
233    * @return the Java class represented by this descriptor.
234    */
235   public java.lang.Class getJavaClass()
236   {
237     return jalview.schemabinding.version2.VAMSAS.class;
238   }
239
240   /**
241    * Method getNameSpacePrefix.
242    * 
243    * @return the namespace prefix to use when marshaling as XML.
244    */
245   public java.lang.String getNameSpacePrefix()
246   {
247     return _nsPrefix;
248   }
249
250   /**
251    * Method getNameSpaceURI.
252    * 
253    * @return the namespace URI used when marshaling and unmarshaling as XML.
254    */
255   public java.lang.String getNameSpaceURI()
256   {
257     return _nsURI;
258   }
259
260   /**
261    * Method getValidator.
262    * 
263    * @return a specific validator for the class described by this
264    *         ClassDescriptor.
265    */
266   public org.exolab.castor.xml.TypeValidator getValidator()
267   {
268     return this;
269   }
270
271   /**
272    * Method getXMLName.
273    * 
274    * @return the XML Name for the Class being described.
275    */
276   public java.lang.String getXMLName()
277   {
278     return _xmlName;
279   }
280
281   /**
282    * Method isElementDefinition.
283    * 
284    * @return true if XML schema definition of this Class is that of a global
285    *         element or element with anonymous type definition.
286    */
287   public boolean isElementDefinition()
288   {
289     return _elementDefinition;
290   }
291
292 }