i3mclient.communication
Class AddressData

java.lang.Object
  |
  +--i3mclient.communication.AddressData
All Implemented Interfaces:
Serializable

public class AddressData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AddressData()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCaption()
           
 String getCity()
           
 String getCountry()
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getEMail()
           
 String getFax()
           
 String getFaxPrefix()
           
 String getFirstName()
           
 String getMobile()
           
 String getMobilePrefix()
           
 String getName()
           
 String getPhone()
           
 String getPhonePrefix()
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 String getStreet()
           
 String getStreetNo()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getZip()
           
 int hashCode()
           
 void setCaption(String caption)
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setEMail(String eMail)
           
 void setFax(String fax)
           
 void setFaxPrefix(String faxPrefix)
           
 void setFirstName(String firstName)
           
 void setMobile(String mobile)
           
 void setMobilePrefix(String mobilePrefix)
           
 void setName(String name)
           
 void setPhone(String phone)
           
 void setPhonePrefix(String phonePrefix)
           
 void setStreet(String street)
           
 void setStreetNo(String streetNo)
           
 void setZip(String zip)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressData

public AddressData()
Method Detail

getCaption

public String getCaption()

setCaption

public void setCaption(String caption)

getFirstName

public String getFirstName()

setFirstName

public void setFirstName(String firstName)

getName

public String getName()

setName

public void setName(String name)

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getStreetNo

public String getStreetNo()

setStreetNo

public void setStreetNo(String streetNo)

getZip

public String getZip()

setZip

public void setZip(String zip)

getCity

public String getCity()

setCity

public void setCity(String city)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getPhonePrefix

public String getPhonePrefix()

setPhonePrefix

public void setPhonePrefix(String phonePrefix)

getPhone

public String getPhone()

setPhone

public void setPhone(String phone)

getFaxPrefix

public String getFaxPrefix()

setFaxPrefix

public void setFaxPrefix(String faxPrefix)

getFax

public String getFax()

setFax

public void setFax(String fax)

getMobilePrefix

public String getMobilePrefix()

setMobilePrefix

public void setMobilePrefix(String mobilePrefix)

getMobile

public String getMobile()

setMobile

public void setMobile(String mobile)

getEMail

public String getEMail()

setEMail

public void setEMail(String eMail)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer