2 * This class was automatically generated with
3 * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
8 package jalview.binding;
10 //---------------------------------/
11 //- Imported classes and packages -/
12 //---------------------------------/
14 import org.exolab.castor.xml.Marshaller;
15 import org.exolab.castor.xml.Unmarshaller;
20 * @version $Revision$ $Date$
22 public class Property implements java.io.Serializable
25 // --------------------------/
26 // - Class/Member Variables -/
27 // --------------------------/
32 private java.lang.String _name;
37 private java.lang.String _value;
53 * Returns the value of field 'name'.
55 * @return the value of field 'Name'.
57 public java.lang.String getName()
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 'name'.
130 * the value of field 'name'.
132 public void setName(final java.lang.String name)
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 jalview.binding.Property
159 public static jalview.binding.Property unmarshal(
160 final java.io.Reader reader)
161 throws org.exolab.castor.xml.MarshalException,
162 org.exolab.castor.xml.ValidationException
164 return (jalview.binding.Property) Unmarshaller.unmarshal(
165 jalview.binding.Property.class, reader);
171 * @throws org.exolab.castor.xml.ValidationException
172 * if this object is an invalid instance according to the schema
174 public void validate() throws org.exolab.castor.xml.ValidationException
176 org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator();
177 validator.validate(this);