X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fuk%2Fac%2Febi%2Fwww%2FWSFile.java;h=8c56ecdb494331c6a972fca8af718cbdbcd90f40;hb=ab43013b7e357b84b4abade0dba949668dfb2a0e;hp=66bb1dc28d3cc2949c207cb272d1f3080fbd8b3b;hpb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;p=jalview.git diff --git a/src/uk/ac/ebi/www/WSFile.java b/src/uk/ac/ebi/www/WSFile.java index 66bb1dc..8c56ecd 100755 --- a/src/uk/ac/ebi/www/WSFile.java +++ b/src/uk/ac/ebi/www/WSFile.java @@ -1,16 +1,29 @@ -/** - * WSFile.java - * - * This file was auto-generated from WSDL - * by the Apache Axis WSDL2Java emitter. +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. */ - package uk.ac.ebi.www; -public class WSFile - implements java.io.Serializable +public class WSFile implements java.io.Serializable { private java.lang.String type; + private java.lang.String ext; public WSFile() @@ -38,9 +51,10 @@ public class WSFile } private java.lang.Object __equalsCalc = null; + public synchronized boolean equals(java.lang.Object obj) { - if (! (obj instanceof WSFile)) + if (!(obj instanceof WSFile)) { return false; } @@ -59,18 +73,17 @@ public class WSFile } __equalsCalc = obj; boolean _equals; - _equals = true && - ( (type == null && other.getType() == null) || - (type != null && - type.equals(other.getType()))) && - ( (ext == null && other.getExt() == null) || - (ext != null && - ext.equals(other.getExt()))); + _equals = true + && ((type == null && other.getType() == null) || (type != null && type + .equals(other.getType()))) + && ((ext == null && other.getExt() == null) || (ext != null && ext + .equals(other.getExt()))); __equalsCalc = null; return _equals; } private boolean __hashCodeCalc = false; + public synchronized int hashCode() { if (__hashCodeCalc) @@ -92,23 +105,22 @@ public class WSFile } // Type metadata - private static org.apache.axis.description.TypeDesc typeDesc = - new org.apache.axis.description.TypeDesc(WSFile.class); + private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc( + WSFile.class); static { - org.apache.axis.description.FieldDesc field = new org.apache.axis. - description.ElementDesc(); + org.apache.axis.description.FieldDesc field = new org.apache.axis.description.ElementDesc(); field.setFieldName("type"); field.setXmlName(new javax.xml.namespace.QName("", "type")); field.setXmlType(new javax.xml.namespace.QName( - "http://www.w3.org/2001/XMLSchema", "string")); + "http://www.w3.org/2001/XMLSchema", "string")); typeDesc.addFieldDesc(field); field = new org.apache.axis.description.ElementDesc(); field.setFieldName("ext"); field.setXmlName(new javax.xml.namespace.QName("", "ext")); field.setXmlType(new javax.xml.namespace.QName( - "http://www.w3.org/2001/XMLSchema", "string")); + "http://www.w3.org/2001/XMLSchema", "string")); typeDesc.addFieldDesc(field); }; @@ -124,26 +136,22 @@ public class WSFile * Get Custom Serializer */ public static org.apache.axis.encoding.Serializer getSerializer( - java.lang.String mechType, - java.lang.Class _javaType, - javax.xml.namespace.QName _xmlType) + java.lang.String mechType, java.lang.Class _javaType, + javax.xml.namespace.QName _xmlType) { - return - new org.apache.axis.encoding.ser.BeanSerializer( - _javaType, _xmlType, typeDesc); + return new org.apache.axis.encoding.ser.BeanSerializer(_javaType, + _xmlType, typeDesc); } /** * Get Custom Deserializer */ public static org.apache.axis.encoding.Deserializer getDeserializer( - java.lang.String mechType, - java.lang.Class _javaType, - javax.xml.namespace.QName _xmlType) + java.lang.String mechType, java.lang.Class _javaType, + javax.xml.namespace.QName _xmlType) { - return - new org.apache.axis.encoding.ser.BeanDeserializer( - _javaType, _xmlType, typeDesc); + return new org.apache.axis.encoding.ser.BeanDeserializer(_javaType, + _xmlType, typeDesc); } }