Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: interop/wsifservice/SingleTag_Type.java


1   /**
2    * SingleTag_Type.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis WSDL2Java emitter.
6    */
7   
8   package interop.wsifservice;
9   
10  public class SingleTag_Type  implements java.io.Serializable {
11  
12      public SingleTag_Type() {
13      }
14  
15      private java.lang.Object __equalsCalc = null;
16      public synchronized boolean equals(java.lang.Object obj) {
17          if (!(obj instanceof SingleTag_Type)) return false;
18          SingleTag_Type other = (SingleTag_Type) obj;
19          if (obj == null) return false;
20          if (this == obj) return true;
21          if (__equalsCalc != null) {
22              return (__equalsCalc == obj);
23          }
24          __equalsCalc = obj;
25          boolean _equals;
26          _equals = true;
27          __equalsCalc = null;
28          return _equals;
29      }
30  
31      private boolean __hashCodeCalc = false;
32      public synchronized int hashCode() {
33          if (__hashCodeCalc) {
34              return 0;
35          }
36          __hashCodeCalc = true;
37          int _hashCode = 1;
38          __hashCodeCalc = false;
39          return _hashCode;
40      }
41  
42      // Type metadata
43      private static org.apache.axis.description.TypeDesc typeDesc =
44          new org.apache.axis.description.TypeDesc(SingleTag_Type.class);
45  
46      /**
47       * Get Custom Serializer
48       */
49      public static org.apache.axis.encoding.Serializer getSerializer(
50             java.lang.String mechType, 
51             java.lang.Class _javaType,  
52             javax.xml.namespace.QName _xmlType) {
53          return 
54            new  org.apache.axis.encoding.ser.BeanSerializer(
55              _javaType, _xmlType, null);
56      }
57  
58      /**
59       * Get Custom Deserializer
60       */
61      public static org.apache.axis.encoding.Deserializer getDeserializer(
62             java.lang.String mechType, 
63             java.lang.Class _javaType,  
64             javax.xml.namespace.QName _xmlType) {
65          return 
66            new  org.apache.axis.encoding.ser.BeanDeserializer(
67              _javaType, _xmlType, null);
68      }
69  
70  }