/** * DonneesPersoFoyerV2.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.TOTO.client.bean.xml.DonneesPersoFoyerV2XMLIO; public class DonneesPersoFoyerV2 implements java.io.Serializable { private java.lang.String ID_FOYER; private java.lang.String ID_PERSONNE; private java.lang.String CIVILITE; private java.lang.String NOM; private java.lang.String PRENOM; private java.lang.String DATE_NAISSANCE; private java.lang.String ADRESSE_LIGNE_1; private java.lang.String ADRESSE_LIGNE_2; private java.lang.String ADRESSE_LIGNE_3; private java.lang.String ADRESSE_LIGNE_4; private java.lang.String CODE_POSTAL; private java.lang.String VILLE; private java.lang.String PAYS; private java.lang.String EMAIL; private java.lang.String TEL_FIXE; private java.lang.String TEL_MOBILE; private java.lang.String FLAG_PORTEUR_CARTE; private java.lang.String TYPE_CONTACT; public DonneesPersoFoyerV2() { } public DonneesPersoFoyerV2( java.lang.String ID_FOYER, java.lang.String ID_PERSONNE, java.lang.String CIVILITE, java.lang.String NOM, java.lang.String PRENOM, java.lang.String DATE_NAISSANCE, java.lang.String ADRESSE_LIGNE_1, java.lang.String ADRESSE_LIGNE_2, java.lang.String ADRESSE_LIGNE_3, java.lang.String ADRESSE_LIGNE_4, java.lang.String CODE_POSTAL, java.lang.String VILLE, java.lang.String PAYS, java.lang.String EMAIL, java.lang.String TEL_FIXE, java.lang.String TEL_MOBILE, java.lang.String FLAG_PORTEUR_CARTE, java.lang.String TYPE_CONTACT) { this.ID_FOYER = ID_FOYER; this.ID_PERSONNE = ID_PERSONNE; this.CIVILITE = CIVILITE; this.NOM = NOM; this.PRENOM = PRENOM; this.DATE_NAISSANCE = DATE_NAISSANCE; this.ADRESSE_LIGNE_1 = ADRESSE_LIGNE_1; this.ADRESSE_LIGNE_2 = ADRESSE_LIGNE_2; this.ADRESSE_LIGNE_3 = ADRESSE_LIGNE_3; this.ADRESSE_LIGNE_4 = ADRESSE_LIGNE_4; this.CODE_POSTAL = CODE_POSTAL; this.VILLE = VILLE; this.PAYS = PAYS; this.EMAIL = EMAIL; this.TEL_FIXE = TEL_FIXE; this.TEL_MOBILE = TEL_MOBILE; this.FLAG_PORTEUR_CARTE = FLAG_PORTEUR_CARTE; this.TYPE_CONTACT = TYPE_CONTACT; } /** * Gets the ID_FOYER value for this DonneesPersoFoyerV2. * * @return ID_FOYER */ public java.lang.String getID_FOYER() { return ID_FOYER; } /** * Sets the ID_FOYER value for this DonneesPersoFoyerV2. * * @param ID_FOYER */ public void setID_FOYER(java.lang.String ID_FOYER) { this.ID_FOYER = ID_FOYER; } /** * Gets the ID_PERSONNE value for this DonneesPersoFoyerV2. * * @return ID_PERSONNE */ public java.lang.String getID_PERSONNE() { return ID_PERSONNE; } /** * Sets the ID_PERSONNE value for this DonneesPersoFoyerV2. * * @param ID_PERSONNE */ public void setID_PERSONNE(java.lang.String ID_PERSONNE) { this.ID_PERSONNE = ID_PERSONNE; } /** * Gets the CIVILITE value for this DonneesPersoFoyerV2. * * @return CIVILITE */ public java.lang.String getCIVILITE() { return CIVILITE; } /** * Sets the CIVILITE value for this DonneesPersoFoyerV2. * * @param CIVILITE */ public void setCIVILITE(java.lang.String CIVILITE) { this.CIVILITE = CIVILITE; } /** * Gets the NOM value for this DonneesPersoFoyerV2. * * @return NOM */ public java.lang.String getNOM() { return NOM; } /** * Sets the NOM value for this DonneesPersoFoyerV2. * * @param NOM */ public void setNOM(java.lang.String NOM) { this.NOM = NOM; } /** * Gets the PRENOM value for this DonneesPersoFoyerV2. * * @return PRENOM */ public java.lang.String getPRENOM() { return PRENOM; } /** * Sets the PRENOM value for this DonneesPersoFoyerV2. * * @param PRENOM */ public void setPRENOM(java.lang.String PRENOM) { this.PRENOM = PRENOM; } /** * Gets the DATE_NAISSANCE value for this DonneesPersoFoyerV2. * * @return DATE_NAISSANCE */ public java.lang.String getDATE_NAISSANCE() { return DATE_NAISSANCE; } /** * Sets the DATE_NAISSANCE value for this DonneesPersoFoyerV2. * * @param DATE_NAISSANCE */ public void setDATE_NAISSANCE(java.lang.String DATE_NAISSANCE) { this.DATE_NAISSANCE = DATE_NAISSANCE; } /** * Gets the ADRESSE_LIGNE_1 value for this DonneesPersoFoyerV2. * * @return ADRESSE_LIGNE_1 */ public java.lang.String getADRESSE_LIGNE_1() { return ADRESSE_LIGNE_1; } /** * Sets the ADRESSE_LIGNE_1 value for this DonneesPersoFoyerV2. * * @param ADRESSE_LIGNE_1 */ public void setADRESSE_LIGNE_1(java.lang.String ADRESSE_LIGNE_1) { this.ADRESSE_LIGNE_1 = ADRESSE_LIGNE_1; } /** * Gets the ADRESSE_LIGNE_2 value for this DonneesPersoFoyerV2. * * @return ADRESSE_LIGNE_2 */ public java.lang.String getADRESSE_LIGNE_2() { return ADRESSE_LIGNE_2; } /** * Sets the ADRESSE_LIGNE_2 value for this DonneesPersoFoyerV2. * * @param ADRESSE_LIGNE_2 */ public void setADRESSE_LIGNE_2(java.lang.String ADRESSE_LIGNE_2) { this.ADRESSE_LIGNE_2 = ADRESSE_LIGNE_2; } /** * Gets the ADRESSE_LIGNE_3 value for this DonneesPersoFoyerV2. * * @return ADRESSE_LIGNE_3 */ public java.lang.String getADRESSE_LIGNE_3() { return ADRESSE_LIGNE_3; } /** * Sets the ADRESSE_LIGNE_3 value for this DonneesPersoFoyerV2. * * @param ADRESSE_LIGNE_3 */ public void setADRESSE_LIGNE_3(java.lang.String ADRESSE_LIGNE_3) { this.ADRESSE_LIGNE_3 = ADRESSE_LIGNE_3; } /** * Gets the ADRESSE_LIGNE_4 value for this DonneesPersoFoyerV2. * * @return ADRESSE_LIGNE_4 */ public java.lang.String getADRESSE_LIGNE_4() { return ADRESSE_LIGNE_4; } /** * Sets the ADRESSE_LIGNE_4 value for this DonneesPersoFoyerV2. * * @param ADRESSE_LIGNE_4 */ public void setADRESSE_LIGNE_4(java.lang.String ADRESSE_LIGNE_4) { this.ADRESSE_LIGNE_4 = ADRESSE_LIGNE_4; } /** * Gets the CODE_POSTAL value for this DonneesPersoFoyerV2. * * @return CODE_POSTAL */ public java.lang.String getCODE_POSTAL() { return CODE_POSTAL; } /** * Sets the CODE_POSTAL value for this DonneesPersoFoyerV2. * * @param CODE_POSTAL */ public void setCODE_POSTAL(java.lang.String CODE_POSTAL) { this.CODE_POSTAL = CODE_POSTAL; } /** * Gets the VILLE value for this DonneesPersoFoyerV2. * * @return VILLE */ public java.lang.String getVILLE() { return VILLE; } /** * Sets the VILLE value for this DonneesPersoFoyerV2. * * @param VILLE */ public void setVILLE(java.lang.String VILLE) { this.VILLE = VILLE; } /** * Gets the PAYS value for this DonneesPersoFoyerV2. * * @return PAYS */ public java.lang.String getPAYS() { return PAYS; } /** * Sets the PAYS value for this DonneesPersoFoyerV2. * * @param PAYS */ public void setPAYS(java.lang.String PAYS) { this.PAYS = PAYS; } /** * Gets the EMAIL value for this DonneesPersoFoyerV2. * * @return EMAIL */ public java.lang.String getEMAIL() { return EMAIL; } /** * Sets the EMAIL value for this DonneesPersoFoyerV2. * * @param EMAIL */ public void setEMAIL(java.lang.String EMAIL) { this.EMAIL = EMAIL; } /** * Gets the TEL_FIXE value for this DonneesPersoFoyerV2. * * @return TEL_FIXE */ public java.lang.String getTEL_FIXE() { return TEL_FIXE; } /** * Sets the TEL_FIXE value for this DonneesPersoFoyerV2. * * @param TEL_FIXE */ public void setTEL_FIXE(java.lang.String TEL_FIXE) { this.TEL_FIXE = TEL_FIXE; } /** * Gets the TEL_MOBILE value for this DonneesPersoFoyerV2. * * @return TEL_MOBILE */ public java.lang.String getTEL_MOBILE() { return TEL_MOBILE; } /** * Sets the TEL_MOBILE value for this DonneesPersoFoyerV2. * * @param TEL_MOBILE */ public void setTEL_MOBILE(java.lang.String TEL_MOBILE) { this.TEL_MOBILE = TEL_MOBILE; } /** * Gets the FLAG_PORTEUR_CARTE value for this DonneesPersoFoyerV2. * * @return FLAG_PORTEUR_CARTE */ public java.lang.String getFLAG_PORTEUR_CARTE() { return FLAG_PORTEUR_CARTE; } /** * Sets the FLAG_PORTEUR_CARTE value for this DonneesPersoFoyerV2. * * @param FLAG_PORTEUR_CARTE */ public void setFLAG_PORTEUR_CARTE(java.lang.String FLAG_PORTEUR_CARTE) { this.FLAG_PORTEUR_CARTE = FLAG_PORTEUR_CARTE; } /** * Gets the TYPE_CONTACT value for this DonneesPersoFoyerV2. * * @return TYPE_CONTACT */ public java.lang.String getTYPE_CONTACT() { return TYPE_CONTACT; } /** * Sets the TYPE_CONTACT value for this DonneesPersoFoyerV2. * * @param TYPE_CONTACT */ public void setTYPE_CONTACT(java.lang.String TYPE_CONTACT) { this.TYPE_CONTACT = TYPE_CONTACT; } private java.lang.Object __equalsCalc = null; public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof DonneesPersoFoyerV2)) return false; DonneesPersoFoyerV2 other = (DonneesPersoFoyerV2) obj; if (obj == null) return false; if (this == obj) return true; if (__equalsCalc != null) { return (__equalsCalc == obj); } __equalsCalc = obj; boolean _equals; _equals = true && ((this.ID_FOYER==null && other.getID_FOYER()==null) || (this.ID_FOYER!=null && this.ID_FOYER.equals(other.getID_FOYER()))) && ((this.ID_PERSONNE==null && other.getID_PERSONNE()==null) || (this.ID_PERSONNE!=null && this.ID_PERSONNE.equals(other.getID_PERSONNE()))) && ((this.CIVILITE==null && other.getCIVILITE()==null) || (this.CIVILITE!=null && this.CIVILITE.equals(other.getCIVILITE()))) && ((this.NOM==null && other.getNOM()==null) || (this.NOM!=null && this.NOM.equals(other.getNOM()))) && ((this.PRENOM==null && other.getPRENOM()==null) || (this.PRENOM!=null && this.PRENOM.equals(other.getPRENOM()))) && ((this.DATE_NAISSANCE==null && other.getDATE_NAISSANCE()==null) || (this.DATE_NAISSANCE!=null && this.DATE_NAISSANCE.equals(other.getDATE_NAISSANCE()))) && ((this.ADRESSE_LIGNE_1==null && other.getADRESSE_LIGNE_1()==null) || (this.ADRESSE_LIGNE_1!=null && this.ADRESSE_LIGNE_1.equals(other.getADRESSE_LIGNE_1()))) && ((this.ADRESSE_LIGNE_2==null && other.getADRESSE_LIGNE_2()==null) || (this.ADRESSE_LIGNE_2!=null && this.ADRESSE_LIGNE_2.equals(other.getADRESSE_LIGNE_2()))) && ((this.ADRESSE_LIGNE_3==null && other.getADRESSE_LIGNE_3()==null) || (this.ADRESSE_LIGNE_3!=null && this.ADRESSE_LIGNE_3.equals(other.getADRESSE_LIGNE_3()))) && ((this.ADRESSE_LIGNE_4==null && other.getADRESSE_LIGNE_4()==null) || (this.ADRESSE_LIGNE_4!=null && this.ADRESSE_LIGNE_4.equals(other.getADRESSE_LIGNE_4()))) && ((this.CODE_POSTAL==null && other.getCODE_POSTAL()==null) || (this.CODE_POSTAL!=null && this.CODE_POSTAL.equals(other.getCODE_POSTAL()))) && ((this.VILLE==null && other.getVILLE()==null) || (this.VILLE!=null && this.VILLE.equals(other.getVILLE()))) && ((this.PAYS==null && other.getPAYS()==null) || (this.PAYS!=null && this.PAYS.equals(other.getPAYS()))) && ((this.EMAIL==null && other.getEMAIL()==null) || (this.EMAIL!=null && this.EMAIL.equals(other.getEMAIL()))) && ((this.TEL_FIXE==null && other.getTEL_FIXE()==null) || (this.TEL_FIXE!=null && this.TEL_FIXE.equals(other.getTEL_FIXE()))) && ((this.TEL_MOBILE==null && other.getTEL_MOBILE()==null) || (this.TEL_MOBILE!=null && this.TEL_MOBILE.equals(other.getTEL_MOBILE()))) && ((this.FLAG_PORTEUR_CARTE==null && other.getFLAG_PORTEUR_CARTE()==null) || (this.FLAG_PORTEUR_CARTE!=null && this.FLAG_PORTEUR_CARTE.equals(other.getFLAG_PORTEUR_CARTE()))) && ((this.TYPE_CONTACT==null && other.getTYPE_CONTACT()==null) || (this.TYPE_CONTACT!=null && this.TYPE_CONTACT.equals(other.getTYPE_CONTACT()))); __equalsCalc = null; return _equals; } private boolean __hashCodeCalc = false; public synchronized int hashCode() { if (__hashCodeCalc) { return 0; } __hashCodeCalc = true; int _hashCode = 1; if (getID_FOYER() != null) { _hashCode += getID_FOYER().hashCode(); } if (getID_PERSONNE() != null) { _hashCode += getID_PERSONNE().hashCode(); } if (getCIVILITE() != null) { _hashCode += getCIVILITE().hashCode(); } if (getNOM() != null) { _hashCode += getNOM().hashCode(); } if (getPRENOM() != null) { _hashCode += getPRENOM().hashCode(); } if (getDATE_NAISSANCE() != null) { _hashCode += getDATE_NAISSANCE().hashCode(); } if (getADRESSE_LIGNE_1() != null) { _hashCode += getADRESSE_LIGNE_1().hashCode(); } if (getADRESSE_LIGNE_2() != null) { _hashCode += getADRESSE_LIGNE_2().hashCode(); } if (getADRESSE_LIGNE_3() != null) { _hashCode += getADRESSE_LIGNE_3().hashCode(); } if (getADRESSE_LIGNE_4() != null) { _hashCode += getADRESSE_LIGNE_4().hashCode(); } if (getCODE_POSTAL() != null) { _hashCode += getCODE_POSTAL().hashCode(); } if (getVILLE() != null) { _hashCode += getVILLE().hashCode(); } if (getPAYS() != null) { _hashCode += getPAYS().hashCode(); } if (getEMAIL() != null) { _hashCode += getEMAIL().hashCode(); } if (getTEL_FIXE() != null) { _hashCode += getTEL_FIXE().hashCode(); } if (getTEL_MOBILE() != null) { _hashCode += getTEL_MOBILE().hashCode(); } if (getFLAG_PORTEUR_CARTE() != null) { _hashCode += getFLAG_PORTEUR_CARTE().hashCode(); } if (getTYPE_CONTACT() != null) { _hashCode += getTYPE_CONTACT().hashCode(); } __hashCodeCalc = false; return _hashCode; } // Type metadata private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(DonneesPersoFoyerV2.class, true); static { typeDesc.setXmlType(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "DonneesPersoFoyerV2")); org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("ID_FOYER"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "ID_FOYER")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("ID_PERSONNE"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "ID_PERSONNE")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("CIVILITE"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "CIVILITE")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("NOM"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "NOM")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("PRENOM"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "PRENOM")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("DATE_NAISSANCE"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "DATE_NAISSANCE")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("ADRESSE_LIGNE_1"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "ADRESSE_LIGNE_1")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("ADRESSE_LIGNE_2"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "ADRESSE_LIGNE_2")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("ADRESSE_LIGNE_3"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "ADRESSE_LIGNE_3")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("ADRESSE_LIGNE_4"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "ADRESSE_LIGNE_4")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("CODE_POSTAL"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "CODE_POSTAL")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("VILLE"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "VILLE")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("PAYS"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "PAYS")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("EMAIL"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "EMAIL")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("TEL_FIXE"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "TEL_FIXE")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("TEL_MOBILE"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "TEL_MOBILE")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("FLAG_PORTEUR_CARTE"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "FLAG_PORTEUR_CARTE")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("TYPE_CONTACT"); elemField.setXmlName(new javax.xml.namespace.QName("http://bean.client.TOTO.com/xml/DonneesPersoFoyerV2XMLIO", "TYPE_CONTACT")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); } /** * Return type metadata object */ public static org.apache.axis.description.TypeDesc getTypeDesc() { return typeDesc; } /** * Get Custom Serializer */ public static org.apache.axis.encoding.Serializer getSerializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType) { return new org.apache.axis.encoding.ser.BeanSerializer( _javaType, _xmlType, typeDesc); } /** * Get Custom Deserializer */ public static org.apache.axis.encoding.Deserializer getDeserializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType) { return new org.apache.axis.encoding.ser.BeanDeserializer( _javaType, _xmlType, typeDesc); } }