GPL license added
[jalview.git] / src / vamsas / objects / simple / WsJobId_Helper.java
1 /**
2  * WsJobId_Helper.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.
6  */
7
8 /*
9 * Jalview - A Sequence Alignment Editor and Viewer
10 * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
25 */
26
27 package vamsas.objects.simple;
28
29 public class WsJobId_Helper {
30     // Type metadata
31     private static org.apache.axis.description.TypeDesc typeDesc =
32         new org.apache.axis.description.TypeDesc(WsJobId.class, true);
33
34     static {
35         typeDesc.setXmlType(new javax.xml.namespace.QName("simple.objects.vamsas", "WsJobId"));
36         org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
37         elemField.setFieldName("jobId");
38         elemField.setXmlName(new javax.xml.namespace.QName("", "jobId"));
39         elemField.setXmlType(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "string"));
40         typeDesc.addFieldDesc(elemField);
41         elemField = new org.apache.axis.description.ElementDesc();
42         elemField.setFieldName("status");
43         elemField.setXmlName(new javax.xml.namespace.QName("", "status"));
44         elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
45         typeDesc.addFieldDesc(elemField);
46     }
47
48     /**
49      * Return type metadata object
50      */
51     public static org.apache.axis.description.TypeDesc getTypeDesc() {
52         return typeDesc;
53     }
54
55     /**
56      * Get Custom Serializer
57      */
58     public static org.apache.axis.encoding.Serializer getSerializer(
59            java.lang.String mechType,
60            java.lang.Class _javaType,
61            javax.xml.namespace.QName _xmlType) {
62         return
63           new  org.apache.axis.encoding.ser.BeanSerializer(
64             _javaType, _xmlType, typeDesc);
65     }
66
67     /**
68      * Get Custom Deserializer
69      */
70     public static org.apache.axis.encoding.Deserializer getDeserializer(
71            java.lang.String mechType,
72            java.lang.Class _javaType,
73            javax.xml.namespace.QName _xmlType) {
74         return
75           new  org.apache.axis.encoding.ser.BeanDeserializer(
76             _javaType, _xmlType, typeDesc);
77     }
78
79 }