1 /*******************************************************************************
2 * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1)
3 * Copyright (C) 2014 The Jalview Authors
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.
17 * If not, see <http://www.gnu.org/licenses/>.
18 * The Jalview Authors are detailed in the 'AUTHORS' file.
19 ******************************************************************************/
21 * This class was automatically generated with
22 * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
27 package jalview.schemabinding.version2;
29 //---------------------------------/
30 //- Imported classes and packages -/
31 //---------------------------------/
33 import org.exolab.castor.xml.Marshaller;
34 import org.exolab.castor.xml.Unmarshaller;
39 * @version $Revision$ $Date$
41 public class Features extends Feature implements java.io.Serializable
60 * @return true if this object is valid according to the schema
62 public boolean isValid()
67 } catch (org.exolab.castor.xml.ValidationException vex)
78 * @throws org.exolab.castor.xml.MarshalException
79 * if object is null or if any SAXException is thrown during
81 * @throws org.exolab.castor.xml.ValidationException
82 * if this object is an invalid instance according to the schema
84 public void marshal(final java.io.Writer out)
85 throws org.exolab.castor.xml.MarshalException,
86 org.exolab.castor.xml.ValidationException
88 Marshaller.marshal(this, out);
95 * @throws java.io.IOException
96 * if an IOException occurs during marshaling
97 * @throws org.exolab.castor.xml.ValidationException
98 * if this object is an invalid instance according to the schema
99 * @throws org.exolab.castor.xml.MarshalException
100 * if object is null or if any SAXException is thrown during
103 public void marshal(final org.xml.sax.ContentHandler handler)
104 throws java.io.IOException,
105 org.exolab.castor.xml.MarshalException,
106 org.exolab.castor.xml.ValidationException
108 Marshaller.marshal(this, handler);
115 * @throws org.exolab.castor.xml.MarshalException
116 * if object is null or if any SAXException is thrown during
118 * @throws org.exolab.castor.xml.ValidationException
119 * if this object is an invalid instance according to the schema
120 * @return the unmarshaled jalview.schemabinding.version2.Featur
122 public static jalview.schemabinding.version2.Feature unmarshal(
123 final java.io.Reader reader)
124 throws org.exolab.castor.xml.MarshalException,
125 org.exolab.castor.xml.ValidationException
127 return (jalview.schemabinding.version2.Feature) Unmarshaller.unmarshal(
128 jalview.schemabinding.version2.Features.class, reader);
134 * @throws org.exolab.castor.xml.ValidationException
135 * if this object is an invalid instance according to the schema
137 public void validate() throws org.exolab.castor.xml.ValidationException
139 org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator();
140 validator.validate(this);