X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fvamsas%2Fobjects%2Fsimple%2FMsaResult_Helper.java;h=b43e05bcb9d7d198b8da71314fe51b1f914bab39;hb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;hp=841b069ae3f0b70db10a28208cdd3adf20bcd335;hpb=dd74fc4938723fe5ec48d4e5fdcfbe58ac42a48d;p=jalview.git diff --git a/src/vamsas/objects/simple/MsaResult_Helper.java b/src/vamsas/objects/simple/MsaResult_Helper.java index 841b069..b43e05b 100755 --- a/src/vamsas/objects/simple/MsaResult_Helper.java +++ b/src/vamsas/objects/simple/MsaResult_Helper.java @@ -6,66 +6,73 @@ */ /* -* Jalview - A Sequence Alignment Editor and Viewer -* Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle -* -* This program 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 2 -* of the License, or (at your option) any later version. -* -* This program 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 this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA -*/ + * Jalview - A Sequence Alignment Editor and Viewer + * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * + * This program 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 2 + * of the License, or (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ package vamsas.objects.simple; -public class MsaResult_Helper { - // Type metadata - private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(MsaResult.class, - true); +public class MsaResult_Helper +{ + // Type metadata + private static org.apache.axis.description.TypeDesc typeDesc = new org.apache. + axis.description.TypeDesc(MsaResult.class, + true); - static { - typeDesc.setXmlType(new javax.xml.namespace.QName( - "simple.objects.vamsas", "MsaResult")); + static + { + typeDesc.setXmlType(new javax.xml.namespace.QName( + "simple.objects.vamsas", "MsaResult")); - org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc(); - elemField.setFieldName("msa"); - elemField.setXmlName(new javax.xml.namespace.QName("", "msa")); - elemField.setXmlType(new javax.xml.namespace.QName( - "simple.objects.vamsas", "Alignment")); - typeDesc.addFieldDesc(elemField); - } + org.apache.axis.description.ElementDesc elemField = new org.apache.axis. + description.ElementDesc(); + elemField.setFieldName("msa"); + elemField.setXmlName(new javax.xml.namespace.QName("", "msa")); + elemField.setXmlType(new javax.xml.namespace.QName( + "simple.objects.vamsas", "Alignment")); + typeDesc.addFieldDesc(elemField); + } - /** - * Return type metadata object - */ - public static org.apache.axis.description.TypeDesc getTypeDesc() { - return typeDesc; - } + /** + * Return type metadata object + */ + public static org.apache.axis.description.TypeDesc getTypeDesc() + { + return typeDesc; + } - /** - * 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 + */ + 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 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 + */ + 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); + } }