2 * This class was automatically generated with
3 * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
8 package jalview.schemabinding.version2;
10 //---------------------------------/
11 //- Imported classes and packages -/
12 //---------------------------------/
14 import org.exolab.castor.xml.Marshaller;
15 import org.exolab.castor.xml.Unmarshaller;
18 * Class SequenceSetProperties.
20 * @version $Revision$ $Date$
22 public class SequenceSetProperties implements java.io.Serializable
25 // --------------------------/
26 // - Class/Member Variables -/
27 // --------------------------/
32 private java.lang.String _key;
37 private java.lang.String _value;
43 public SequenceSetProperties()
53 * Returns the value of field 'key'.
55 * @return the value of field 'Key'.
57 public java.lang.String getKey()
63 * Returns the value of field 'value'.
65 * @return the value of field 'Value'.
67 public java.lang.String getValue()
75 * @return true if this object is valid according to the schema
77 public boolean isValid()
82 } catch (org.exolab.castor.xml.ValidationException vex)
93 * @throws org.exolab.castor.xml.MarshalException
94 * if object is null or if any SAXException is thrown during
96 * @throws org.exolab.castor.xml.ValidationException
97 * if this object is an invalid instance according to the schema
99 public void marshal(final java.io.Writer out)
100 throws org.exolab.castor.xml.MarshalException,
101 org.exolab.castor.xml.ValidationException
103 Marshaller.marshal(this, out);
110 * @throws java.io.IOException
111 * if an IOException occurs during marshaling
112 * @throws org.exolab.castor.xml.ValidationException
113 * if this object is an invalid instance according to the schema
114 * @throws org.exolab.castor.xml.MarshalException
115 * if object is null or if any SAXException is thrown during
118 public void marshal(final org.xml.sax.ContentHandler handler)
119 throws java.io.IOException,
120 org.exolab.castor.xml.MarshalException,
121 org.exolab.castor.xml.ValidationException
123 Marshaller.marshal(this, handler);
127 * Sets the value of field 'key'.
130 * the value of field 'key'.
132 public void setKey(final java.lang.String key)
138 * Sets the value of field 'value'.
141 * the value of field 'value'.
143 public void setValue(final java.lang.String value)
152 * @throws org.exolab.castor.xml.MarshalException
153 * if object is null or if any SAXException is thrown during
155 * @throws org.exolab.castor.xml.ValidationException
156 * if this object is an invalid instance according to the schema
157 * @return the unmarshaled
158 * jalview.schemabinding.version2.SequenceSetProperties
160 public static jalview.schemabinding.version2.SequenceSetProperties unmarshal(
161 final java.io.Reader reader)
162 throws org.exolab.castor.xml.MarshalException,
163 org.exolab.castor.xml.ValidationException
165 return (jalview.schemabinding.version2.SequenceSetProperties) Unmarshaller
167 jalview.schemabinding.version2.SequenceSetProperties.class,
174 * @throws org.exolab.castor.xml.ValidationException
175 * if this object is an invalid instance according to the schema
177 public void validate() throws org.exolab.castor.xml.ValidationException
179 org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator();
180 validator.validate(this);