| 1 | |
|
| 2 | |
|
| 3 | |
|
| 4 | |
|
| 5 | |
|
| 6 | |
|
| 7 | |
|
| 8 | |
package fr.paris.lutece.plugins.address.business.axis; |
| 9 | |
|
| 10 | |
public class InvalidParameterException extends org.apache.axis.AxisFault implements java.io.Serializable { |
| 11 | 0 | public InvalidParameterException() { |
| 12 | 0 | } |
| 13 | |
|
| 14 | 0 | private java.lang.Object __equalsCalc = null; |
| 15 | |
public synchronized boolean equals(java.lang.Object obj) { |
| 16 | 0 | if (!(obj instanceof InvalidParameterException)) return false; |
| 17 | 0 | InvalidParameterException other = (InvalidParameterException) obj; |
| 18 | 0 | if (obj == null) return false; |
| 19 | 0 | if (this == obj) return true; |
| 20 | 0 | if (__equalsCalc != null) { |
| 21 | 0 | return (__equalsCalc == obj); |
| 22 | |
} |
| 23 | 0 | __equalsCalc = obj; |
| 24 | |
boolean _equals; |
| 25 | 0 | _equals = true; |
| 26 | 0 | __equalsCalc = null; |
| 27 | 0 | return _equals; |
| 28 | |
} |
| 29 | |
|
| 30 | 0 | private boolean __hashCodeCalc = false; |
| 31 | |
public synchronized int hashCode() { |
| 32 | 0 | if (__hashCodeCalc) { |
| 33 | 0 | return 0; |
| 34 | |
} |
| 35 | 0 | __hashCodeCalc = true; |
| 36 | 0 | int _hashCode = 1; |
| 37 | 0 | __hashCodeCalc = false; |
| 38 | 0 | return _hashCode; |
| 39 | |
} |
| 40 | |
|
| 41 | |
|
| 42 | 0 | private static org.apache.axis.description.TypeDesc typeDesc = |
| 43 | |
new org.apache.axis.description.TypeDesc(InvalidParameterException.class, true); |
| 44 | |
|
| 45 | |
static { |
| 46 | 0 | typeDesc.setXmlType(new javax.xml.namespace.QName("http://exceptions.adresses.paris.fr", "InvalidParameterException")); |
| 47 | 0 | } |
| 48 | |
|
| 49 | |
|
| 50 | |
|
| 51 | |
|
| 52 | |
public static org.apache.axis.description.TypeDesc getTypeDesc() { |
| 53 | 0 | return typeDesc; |
| 54 | |
} |
| 55 | |
|
| 56 | |
|
| 57 | |
|
| 58 | |
|
| 59 | |
public static org.apache.axis.encoding.Serializer getSerializer( |
| 60 | |
java.lang.String mechType, |
| 61 | |
java.lang.Class _javaType, |
| 62 | |
javax.xml.namespace.QName _xmlType) { |
| 63 | 0 | return |
| 64 | |
new org.apache.axis.encoding.ser.BeanSerializer( |
| 65 | |
_javaType, _xmlType, typeDesc); |
| 66 | |
} |
| 67 | |
|
| 68 | |
|
| 69 | |
|
| 70 | |
|
| 71 | |
public static org.apache.axis.encoding.Deserializer getDeserializer( |
| 72 | |
java.lang.String mechType, |
| 73 | |
java.lang.Class _javaType, |
| 74 | |
javax.xml.namespace.QName _xmlType) { |
| 75 | 0 | return |
| 76 | |
new org.apache.axis.encoding.ser.BeanDeserializer( |
| 77 | |
_javaType, _xmlType, typeDesc); |
| 78 | |
} |
| 79 | |
|
| 80 | |
|
| 81 | |
|
| 82 | |
|
| 83 | |
|
| 84 | |
public void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context) throws java.io.IOException { |
| 85 | 0 | context.serialize(qname, null, this); |
| 86 | 0 | } |
| 87 | |
} |