Formatted source
[jalview.git] / src / ext / vamsas / Secstructpred.java
index 290ac3c..d1da9be 100755 (executable)
@@ -3,8 +3,8 @@
  *
  * This file was auto-generated from WSDL
  * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.
- */
-
+ */\r
+\r
 /*
 * Jalview - A Sequence Alignment Editor and Viewer
 * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
-*/
-
-package ext.vamsas;
-
-public class Secstructpred  implements java.io.Serializable {
-    private java.lang.String output;
-
-    public Secstructpred() {
-    }
-
-    public Secstructpred(
-           java.lang.String output) {
-           this.output = output;
-    }
-
-
+*/\r
+package ext.vamsas;\r
+\r
+public class Secstructpred implements java.io.Serializable {\r
+    // Type metadata\r
+    private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(Secstructpred.class,\r
+            true);\r
+\r
+    static {\r
+        typeDesc.setXmlType(new javax.xml.namespace.QName(\r
+                "http://dataTypes.vamsas", "Secstructpred"));\r
+\r
+        org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();\r
+        elemField.setFieldName("output");\r
+        elemField.setXmlName(new javax.xml.namespace.QName(\r
+                "http://dataTypes.vamsas", "output"));\r
+        elemField.setXmlType(new javax.xml.namespace.QName(\r
+                "http://www.w3.org/2001/XMLSchema", "string"));\r
+        typeDesc.addFieldDesc(elemField);\r
+    }\r
+\r
+    private java.lang.String output;\r
+    private java.lang.Object __equalsCalc = null;\r
+    private boolean __hashCodeCalc = false;\r
+\r
+    public Secstructpred() {\r
+    }\r
+\r
+    public Secstructpred(java.lang.String output) {\r
+        this.output = output;\r
+    }\r
+\r
     /**
-     * Gets the output value for this Secstructpred.
-     *
-     * @return output
-     */
-    public java.lang.String getOutput() {
-        return output;
-    }
-
-
+ * Gets the output value for this Secstructpred.
+ *
+ * @return output
+ */\r
+    public java.lang.String getOutput() {\r
+        return output;\r
+    }\r
+\r
     /**
-     * Sets the output value for this Secstructpred.
-     *
-     * @param output
-     */
-    public void setOutput(java.lang.String output) {
-        this.output = output;
-    }
-
-    private java.lang.Object __equalsCalc = null;
-    public synchronized boolean equals(java.lang.Object obj) {
-        if (!(obj instanceof Secstructpred)) return false;
-        Secstructpred other = (Secstructpred) obj;
-        if (obj == null) return false;
-        if (this == obj) return true;
-        if (__equalsCalc != null) {
-            return (__equalsCalc == obj);
-        }
-        __equalsCalc = obj;
-        boolean _equals;
-        _equals = true &&
-            ((this.output==null && other.getOutput()==null) ||
-             (this.output!=null &&
-              this.output.equals(other.getOutput())));
-        __equalsCalc = null;
-        return _equals;
-    }
-
-    private boolean __hashCodeCalc = false;
-    public synchronized int hashCode() {
-        if (__hashCodeCalc) {
-            return 0;
-        }
-        __hashCodeCalc = true;
-        int _hashCode = 1;
-        if (getOutput() != null) {
-            _hashCode += getOutput().hashCode();
-        }
-        __hashCodeCalc = false;
-        return _hashCode;
-    }
-
-    // Type metadata
-    private static org.apache.axis.description.TypeDesc typeDesc =
-        new org.apache.axis.description.TypeDesc(Secstructpred.class, true);
-
-    static {
-        typeDesc.setXmlType(new javax.xml.namespace.QName("http://dataTypes.vamsas", "Secstructpred"));
-        org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
-        elemField.setFieldName("output");
-        elemField.setXmlName(new javax.xml.namespace.QName("http://dataTypes.vamsas", "output"));
-        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
-        typeDesc.addFieldDesc(elemField);
-    }
-
+ * Sets the output value for this Secstructpred.
+ *
+ * @param output
+ */\r
+    public void setOutput(java.lang.String output) {\r
+        this.output = output;\r
+    }\r
+\r
+    public synchronized boolean equals(java.lang.Object obj) {\r
+        if (!(obj instanceof Secstructpred)) {\r
+            return false;\r
+        }\r
+\r
+        Secstructpred other = (Secstructpred) obj;\r
+\r
+        if (obj == null) {\r
+            return false;\r
+        }\r
+\r
+        if (this == obj) {\r
+            return true;\r
+        }\r
+\r
+        if (__equalsCalc != null) {\r
+            return (__equalsCalc == obj);\r
+        }\r
+\r
+        __equalsCalc = obj;\r
+\r
+        boolean _equals;\r
+        _equals = true &&\r
+            (((this.output == null) && (other.getOutput() == null)) ||\r
+            ((this.output != null) && this.output.equals(other.getOutput())));\r
+        __equalsCalc = null;\r
+\r
+        return _equals;\r
+    }\r
+\r
+    public synchronized int hashCode() {\r
+        if (__hashCodeCalc) {\r
+            return 0;\r
+        }\r
+\r
+        __hashCodeCalc = true;\r
+\r
+        int _hashCode = 1;\r
+\r
+        if (getOutput() != null) {\r
+            _hashCode += getOutput().hashCode();\r
+        }\r
+\r
+        __hashCodeCalc = false;\r
+\r
+        return _hashCode;\r
+    }\r
+\r
     /**
-     * Return type metadata object
-     */
-    public static org.apache.axis.description.TypeDesc getTypeDesc() {
-        return typeDesc;
-    }
-
+ * Return type metadata object
+ */\r
+    public static org.apache.axis.description.TypeDesc getTypeDesc() {\r
+        return typeDesc;\r
+    }\r
+\r
     /**
-     * Get Custom Serializer
-     */
-    public static org.apache.axis.encoding.Serializer getSerializer(
-           java.lang.String mechType,
-           java.lang.Class _javaType,
-           javax.xml.namespace.QName _xmlType) {
-        return
-          new  org.apache.axis.encoding.ser.BeanSerializer(
-            _javaType, _xmlType, typeDesc);
-    }
-
+ * Get Custom Serializer
+ */\r
+    public static org.apache.axis.encoding.Serializer getSerializer(\r
+        java.lang.String mechType, java.lang.Class _javaType,\r
+        javax.xml.namespace.QName _xmlType) {\r
+        return new org.apache.axis.encoding.ser.BeanSerializer(_javaType,\r
+            _xmlType, typeDesc);\r
+    }\r
+\r
     /**
-     * Get Custom Deserializer
-     */
-    public static org.apache.axis.encoding.Deserializer getDeserializer(
-           java.lang.String mechType,
-           java.lang.Class _javaType,
-           javax.xml.namespace.QName _xmlType) {
-        return
-          new  org.apache.axis.encoding.ser.BeanDeserializer(
-            _javaType, _xmlType, typeDesc);
-    }
-
-}
+ * Get Custom Deserializer
+ */\r
+    public static org.apache.axis.encoding.Deserializer getDeserializer(\r
+        java.lang.String mechType, java.lang.Class _javaType,\r
+        javax.xml.namespace.QName _xmlType) {\r
+        return new org.apache.axis.encoding.ser.BeanDeserializer(_javaType,\r
+            _xmlType, typeDesc);\r
+    }\r
+}\r