2 * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
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
10 * of the License, or (at your option) any later version.
12 * Jalview is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty
14 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 * PURPOSE. See the GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with Jalview. If not, see <http://www.gnu.org/licenses/>.
19 * The Jalview Authors are detailed in the 'AUTHORS' file.
21 package jalview.schemabinding.version2;
23 //---------------------------------/
24 //- Imported classes and packages -/
25 //---------------------------------/
27 import org.exolab.castor.xml.Marshaller;
28 import org.exolab.castor.xml.Unmarshaller;
31 * Class SequenceSetProperties.
33 * @version $Revision$ $Date$
35 public class SequenceSetProperties implements java.io.Serializable
38 // --------------------------/
39 // - Class/Member Variables -/
40 // --------------------------/
45 private java.lang.String _key;
50 private java.lang.String _value;
56 public SequenceSetProperties()
66 * Returns the value of field 'key'.
68 * @return the value of field 'Key'.
70 public java.lang.String getKey()
76 * Returns the value of field 'value'.
78 * @return the value of field 'Value'.
80 public java.lang.String getValue()
88 * @return true if this object is valid according to the schema
90 public boolean isValid()
95 } catch (org.exolab.castor.xml.ValidationException vex)
106 * @throws org.exolab.castor.xml.MarshalException
107 * if object is null or if any SAXException is thrown during
109 * @throws org.exolab.castor.xml.ValidationException
110 * if this object is an invalid instance according to the schema
112 public void marshal(final java.io.Writer out)
113 throws org.exolab.castor.xml.MarshalException,
114 org.exolab.castor.xml.ValidationException
116 Marshaller.marshal(this, out);
123 * @throws java.io.IOException
124 * if an IOException occurs during marshaling
125 * @throws org.exolab.castor.xml.ValidationException
126 * if this object is an invalid instance according to the schema
127 * @throws org.exolab.castor.xml.MarshalException
128 * if object is null or if any SAXException is thrown during
131 public void marshal(final org.xml.sax.ContentHandler handler)
132 throws java.io.IOException,
133 org.exolab.castor.xml.MarshalException,
134 org.exolab.castor.xml.ValidationException
136 Marshaller.marshal(this, handler);
140 * Sets the value of field 'key'.
143 * the value of field 'key'.
145 public void setKey(final java.lang.String key)
151 * Sets the value of field 'value'.
154 * the value of field 'value'.
156 public void setValue(final java.lang.String value)
165 * @throws org.exolab.castor.xml.MarshalException
166 * if object is null or if any SAXException is thrown during
168 * @throws org.exolab.castor.xml.ValidationException
169 * if this object is an invalid instance according to the schema
170 * @return the unmarshaled
171 * jalview.schemabinding.version2.SequenceSetProperties
173 public static jalview.schemabinding.version2.SequenceSetProperties unmarshal(
174 final java.io.Reader reader)
175 throws org.exolab.castor.xml.MarshalException,
176 org.exolab.castor.xml.ValidationException
178 return (jalview.schemabinding.version2.SequenceSetProperties) Unmarshaller
180 jalview.schemabinding.version2.SequenceSetProperties.class,
187 * @throws org.exolab.castor.xml.ValidationException
188 * if this object is an invalid instance according to the schema
190 public void validate() throws org.exolab.castor.xml.ValidationException
192 org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator();
193 validator.validate(this);