GetUnnormalCalvReason.java 2.3 KB

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