Formatting
[jalview.git] / src / vamsas / objects / simple / Secstructpred_Helper.java
1 /**
2  * Secstructpred_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 package vamsas.objects.simple;
9
10 public class Secstructpred_Helper
11 {
12   // Type metadata
13   private static org.apache.axis.description.TypeDesc typeDesc =
14       new org.apache.axis.description.TypeDesc(Secstructpred.class, true);
15
16   static
17   {
18     typeDesc.setXmlType(new javax.xml.namespace.QName(
19         "http://simple.objects.vamsas", "Secstructpred"));
20     org.apache.axis.description.ElementDesc elemField = new org.apache.axis.
21         description.ElementDesc();
22     elemField.setFieldName("output");
23     elemField.setXmlName(new javax.xml.namespace.QName("", "output"));
24     elemField.setXmlType(new javax.xml.namespace.QName(
25         "http://schemas.xmlsoap.org/soap/encoding/", "string"));
26     typeDesc.addFieldDesc(elemField);
27   }
28
29   /**
30    * Return type metadata object
31    */
32   public static org.apache.axis.description.TypeDesc getTypeDesc()
33   {
34     return typeDesc;
35   }
36
37   /**
38    * Get Custom Serializer
39    */
40   public static org.apache.axis.encoding.Serializer getSerializer(
41       java.lang.String mechType,
42       java.lang.Class _javaType,
43       javax.xml.namespace.QName _xmlType)
44   {
45     return
46         new org.apache.axis.encoding.ser.BeanSerializer(
47             _javaType, _xmlType, typeDesc);
48   }
49
50   /**
51    * Get Custom Deserializer
52    */
53   public static org.apache.axis.encoding.Deserializer getDeserializer(
54       java.lang.String mechType,
55       java.lang.Class _javaType,
56       javax.xml.namespace.QName _xmlType)
57   {
58     return
59         new org.apache.axis.encoding.ser.BeanDeserializer(
60             _javaType, _xmlType, typeDesc);
61   }
62
63 }