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