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 Mapping extends jalview.schemabinding.version2.MapListType
42 implements java.io.Serializable
45 // --------------------------/
46 // - Class/Member Variables -/
47 // --------------------------/
50 * Internal choice value storage
52 private java.lang.Object _choiceValue;
55 * Field _mappingChoice.
57 private jalview.schemabinding.version2.MappingChoice _mappingChoice;
73 * Returns the value of field 'choiceValue'. The field 'choiceValue' has the
74 * following description: Internal choice value storage
76 * @return the value of field 'ChoiceValue'.
78 public java.lang.Object getChoiceValue()
80 return this._choiceValue;
84 * Returns the value of field 'mappingChoice'.
86 * @return the value of field 'MappingChoice'.
88 public jalview.schemabinding.version2.MappingChoice getMappingChoice()
90 return this._mappingChoice;
96 * @return true if this object is valid according to the schema
98 public boolean isValid()
103 } catch (org.exolab.castor.xml.ValidationException vex)
114 * @throws org.exolab.castor.xml.MarshalException
115 * if object is null or if any SAXException is thrown during
117 * @throws org.exolab.castor.xml.ValidationException
118 * if this object is an invalid instance according to the schema
120 public void marshal(final java.io.Writer out)
121 throws org.exolab.castor.xml.MarshalException,
122 org.exolab.castor.xml.ValidationException
124 Marshaller.marshal(this, out);
131 * @throws java.io.IOException
132 * if an IOException occurs during marshaling
133 * @throws org.exolab.castor.xml.ValidationException
134 * if this object is an invalid instance according to the schema
135 * @throws org.exolab.castor.xml.MarshalException
136 * if object is null or if any SAXException is thrown during
139 public void marshal(final org.xml.sax.ContentHandler handler)
140 throws java.io.IOException,
141 org.exolab.castor.xml.MarshalException,
142 org.exolab.castor.xml.ValidationException
144 Marshaller.marshal(this, handler);
148 * Sets the value of field 'mappingChoice'.
150 * @param mappingChoice
151 * the value of field 'mappingChoice'.
153 public void setMappingChoice(
154 final jalview.schemabinding.version2.MappingChoice mappingChoice)
156 this._mappingChoice = mappingChoice;
157 this._choiceValue = mappingChoice;
164 * @throws org.exolab.castor.xml.MarshalException
165 * if object is null or if any SAXException is thrown during
167 * @throws org.exolab.castor.xml.ValidationException
168 * if this object is an invalid instance according to the schema
169 * @return the unmarshaled jalview.schemabinding.version2.MapListType
171 public static jalview.schemabinding.version2.MapListType unmarshal(
172 final java.io.Reader reader)
173 throws org.exolab.castor.xml.MarshalException,
174 org.exolab.castor.xml.ValidationException
176 return (jalview.schemabinding.version2.MapListType) Unmarshaller
177 .unmarshal(jalview.schemabinding.version2.Mapping.class, reader);
183 * @throws org.exolab.castor.xml.ValidationException
184 * if this object is an invalid instance according to the schema
186 public void validate() throws org.exolab.castor.xml.ValidationException
188 org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator();
189 validator.validate(this);