1 /*******************************************************************************
2 * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
3 * Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
5 * This file is part of Jalview.
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.
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.
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 *******************************************************************************/
19 * This class was automatically generated with
20 * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
25 package jalview.schemabinding.version2.descriptors;
27 //---------------------------------/
28 //- Imported classes and packages -/
29 //---------------------------------/
31 import jalview.schemabinding.version2.ThresholdLine;
34 * Class ThresholdLineDescriptor.
36 * @version $Revision$ $Date$
38 public class ThresholdLineDescriptor extends org.exolab.castor.xml.util.XMLClassDescriptorImpl {
41 //--------------------------/
42 //- Class/Member Variables -/
43 //--------------------------/
46 * Field _elementDefinition.
48 private boolean _elementDefinition;
53 private java.lang.String _nsPrefix;
58 private java.lang.String _nsURI;
63 private java.lang.String _xmlName;
70 public ThresholdLineDescriptor() {
72 _nsURI = "www.vamsas.ac.uk/jalview/version2";
73 _xmlName = "thresholdLine";
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
81 desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.String.class, "_label", "label", org.exolab.castor.xml.NodeType.Attribute);
82 desc.setImmutable(true);
83 handler = new org.exolab.castor.xml.XMLFieldHandler() {
84 public java.lang.Object getValue( java.lang.Object object )
85 throws IllegalStateException
87 ThresholdLine target = (ThresholdLine) object;
88 return target.getLabel();
90 public void setValue( java.lang.Object object, java.lang.Object value)
91 throws IllegalStateException, IllegalArgumentException
94 ThresholdLine target = (ThresholdLine) object;
95 target.setLabel( (java.lang.String) value);
96 } catch (java.lang.Exception ex) {
97 throw new IllegalStateException(ex.toString());
100 public java.lang.Object newInstance(java.lang.Object parent) {
104 desc.setHandler(handler);
105 desc.setMultivalued(false);
106 addFieldDescriptor(desc);
108 //-- validation code for: _label
109 fieldValidator = new org.exolab.castor.xml.FieldValidator();
111 org.exolab.castor.xml.validators.StringValidator typeValidator;
112 typeValidator = new org.exolab.castor.xml.validators.StringValidator();
113 fieldValidator.setValidator(typeValidator);
114 typeValidator.setWhiteSpace("preserve");
116 desc.setValidator(fieldValidator);
118 desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Float.TYPE, "_value", "value", org.exolab.castor.xml.NodeType.Attribute);
119 handler = new org.exolab.castor.xml.XMLFieldHandler() {
120 public java.lang.Object getValue( java.lang.Object object )
121 throws IllegalStateException
123 ThresholdLine target = (ThresholdLine) object;
124 if (!target.hasValue()) { return null; }
125 return new java.lang.Float(target.getValue());
127 public void setValue( java.lang.Object object, java.lang.Object value)
128 throws IllegalStateException, IllegalArgumentException
131 ThresholdLine target = (ThresholdLine) object;
132 // if null, use delete method for optional primitives
134 target.deleteValue();
137 target.setValue( ((java.lang.Float) value).floatValue());
138 } catch (java.lang.Exception ex) {
139 throw new IllegalStateException(ex.toString());
142 public java.lang.Object newInstance(java.lang.Object parent) {
146 desc.setHandler(handler);
147 desc.setMultivalued(false);
148 addFieldDescriptor(desc);
150 //-- validation code for: _value
151 fieldValidator = new org.exolab.castor.xml.FieldValidator();
153 org.exolab.castor.xml.validators.FloatValidator typeValidator;
154 typeValidator = new org.exolab.castor.xml.validators.FloatValidator();
155 fieldValidator.setValidator(typeValidator);
156 typeValidator.setMinInclusive((float) -3.4028235E38);
157 typeValidator.setMaxInclusive((float) 3.4028235E38);
159 desc.setValidator(fieldValidator);
161 desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.Integer.TYPE, "_colour", "colour", org.exolab.castor.xml.NodeType.Attribute);
162 handler = new org.exolab.castor.xml.XMLFieldHandler() {
163 public java.lang.Object getValue( java.lang.Object object )
164 throws IllegalStateException
166 ThresholdLine target = (ThresholdLine) object;
167 if (!target.hasColour()) { return null; }
168 return new java.lang.Integer(target.getColour());
170 public void setValue( java.lang.Object object, java.lang.Object value)
171 throws IllegalStateException, IllegalArgumentException
174 ThresholdLine target = (ThresholdLine) object;
175 // if null, use delete method for optional primitives
177 target.deleteColour();
180 target.setColour( ((java.lang.Integer) value).intValue());
181 } catch (java.lang.Exception ex) {
182 throw new IllegalStateException(ex.toString());
185 public java.lang.Object newInstance(java.lang.Object parent) {
189 desc.setHandler(handler);
190 desc.setMultivalued(false);
191 addFieldDescriptor(desc);
193 //-- validation code for: _colour
194 fieldValidator = new org.exolab.castor.xml.FieldValidator();
196 org.exolab.castor.xml.validators.IntValidator typeValidator;
197 typeValidator = new org.exolab.castor.xml.validators.IntValidator();
198 fieldValidator.setValidator(typeValidator);
199 typeValidator.setMinInclusive(-2147483648);
200 typeValidator.setMaxInclusive(2147483647);
202 desc.setValidator(fieldValidator);
203 //-- initialize element descriptors
213 * Method getAccessMode.
215 * @return the access mode specified for this class.
217 public org.exolab.castor.mapping.AccessMode getAccessMode(
223 * Method getIdentity.
225 * @return the identity field, null if this class has no
228 public org.exolab.castor.mapping.FieldDescriptor getIdentity(
230 return super.getIdentity();
234 * Method getJavaClass.
236 * @return the Java class represented by this descriptor.
238 public java.lang.Class getJavaClass(
240 return jalview.schemabinding.version2.ThresholdLine.class;
244 * Method getNameSpacePrefix.
246 * @return the namespace prefix to use when marshaling as XML.
248 public java.lang.String getNameSpacePrefix(
254 * Method getNameSpaceURI.
256 * @return the namespace URI used when marshaling and
257 * unmarshaling as XML.
259 public java.lang.String getNameSpaceURI(
265 * Method getValidator.
267 * @return a specific validator for the class described by this
270 public org.exolab.castor.xml.TypeValidator getValidator(
278 * @return the XML Name for the Class being described.
280 public java.lang.String getXMLName(
286 * Method isElementDefinition.
288 * @return true if XML schema definition of this Class is that
290 * element or element with anonymous type definition.
292 public boolean isElementDefinition(
294 return _elementDefinition;