com.konakart.wsapp
Class Address

java.lang.Object
  extended by com.konakart.wsapp.Address
All Implemented Interfaces:
java.io.Serializable

public class Address
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Address()
           
Address(int addressFormatId, java.lang.String addressFormatTemplate, java.lang.String addressSummaryTemplate, java.lang.String city, java.lang.String company, int countryId, java.lang.String countryName, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, int customerId, java.lang.String emailAddr, java.lang.String firstName, java.lang.String formattedAddress, java.lang.String gender, int id, boolean isPrimary, java.lang.String lastName, java.lang.String postcode, java.lang.String state, java.lang.String streetAddress, java.lang.String streetAddress1, java.lang.String suburb, java.lang.String summaryAddress, java.lang.String telephoneNumber, java.lang.String telephoneNumber1, boolean useZoneId, int zoneId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAddressFormatId()
          Gets the addressFormatId value for this Address.
 java.lang.String getAddressFormatTemplate()
          Gets the addressFormatTemplate value for this Address.
 java.lang.String getAddressSummaryTemplate()
          Gets the addressSummaryTemplate value for this Address.
 java.lang.String getCity()
          Gets the city value for this Address.
 java.lang.String getCompany()
          Gets the company value for this Address.
 int getCountryId()
          Gets the countryId value for this Address.
 java.lang.String getCountryName()
          Gets the countryName value for this Address.
 java.lang.String getCustom1()
          Gets the custom1 value for this Address.
 java.lang.String getCustom2()
          Gets the custom2 value for this Address.
 java.lang.String getCustom3()
          Gets the custom3 value for this Address.
 java.lang.String getCustom4()
          Gets the custom4 value for this Address.
 java.lang.String getCustom5()
          Gets the custom5 value for this Address.
 int getCustomerId()
          Gets the customerId value for this Address.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEmailAddr()
          Gets the emailAddr value for this Address.
 java.lang.String getFirstName()
          Gets the firstName value for this Address.
 java.lang.String getFormattedAddress()
          Gets the formattedAddress value for this Address.
 java.lang.String getGender()
          Gets the gender value for this Address.
 int getId()
          Gets the id value for this Address.
 boolean getIsPrimary()
          Gets the isPrimary value for this Address.
 java.lang.String getLastName()
          Gets the lastName value for this Address.
 java.lang.String getPostcode()
          Gets the postcode value for this Address.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getState()
          Gets the state value for this Address.
 java.lang.String getStreetAddress()
          Gets the streetAddress value for this Address.
 java.lang.String getStreetAddress1()
          Gets the streetAddress1 value for this Address.
 java.lang.String getSuburb()
          Gets the suburb value for this Address.
 java.lang.String getSummaryAddress()
          Gets the summaryAddress value for this Address.
 java.lang.String getTelephoneNumber()
          Gets the telephoneNumber value for this Address.
 java.lang.String getTelephoneNumber1()
          Gets the telephoneNumber1 value for this Address.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getZoneId()
          Gets the zoneId value for this Address.
 int hashCode()
           
 boolean isUseZoneId()
          Gets the useZoneId value for this Address.
 void setAddressFormatId(int addressFormatId)
          Sets the addressFormatId value for this Address.
 void setAddressFormatTemplate(java.lang.String addressFormatTemplate)
          Sets the addressFormatTemplate value for this Address.
 void setAddressSummaryTemplate(java.lang.String addressSummaryTemplate)
          Sets the addressSummaryTemplate value for this Address.
 void setCity(java.lang.String city)
          Sets the city value for this Address.
 void setCompany(java.lang.String company)
          Sets the company value for this Address.
 void setCountryId(int countryId)
          Sets the countryId value for this Address.
 void setCountryName(java.lang.String countryName)
          Sets the countryName value for this Address.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this Address.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this Address.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this Address.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this Address.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this Address.
 void setCustomerId(int customerId)
          Sets the customerId value for this Address.
 void setEmailAddr(java.lang.String emailAddr)
          Sets the emailAddr value for this Address.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this Address.
 void setFormattedAddress(java.lang.String formattedAddress)
          Sets the formattedAddress value for this Address.
 void setGender(java.lang.String gender)
          Sets the gender value for this Address.
 void setId(int id)
          Sets the id value for this Address.
 void setIsPrimary(boolean isPrimary)
          Sets the isPrimary value for this Address.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this Address.
 void setPostcode(java.lang.String postcode)
          Sets the postcode value for this Address.
 void setState(java.lang.String state)
          Sets the state value for this Address.
 void setStreetAddress(java.lang.String streetAddress)
          Sets the streetAddress value for this Address.
 void setStreetAddress1(java.lang.String streetAddress1)
          Sets the streetAddress1 value for this Address.
 void setSuburb(java.lang.String suburb)
          Sets the suburb value for this Address.
 void setSummaryAddress(java.lang.String summaryAddress)
          Sets the summaryAddress value for this Address.
 void setTelephoneNumber(java.lang.String telephoneNumber)
          Sets the telephoneNumber value for this Address.
 void setTelephoneNumber1(java.lang.String telephoneNumber1)
          Sets the telephoneNumber1 value for this Address.
 void setUseZoneId(boolean useZoneId)
          Sets the useZoneId value for this Address.
 void setZoneId(int zoneId)
          Sets the zoneId value for this Address.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(int addressFormatId,
               java.lang.String addressFormatTemplate,
               java.lang.String addressSummaryTemplate,
               java.lang.String city,
               java.lang.String company,
               int countryId,
               java.lang.String countryName,
               java.lang.String custom1,
               java.lang.String custom2,
               java.lang.String custom3,
               java.lang.String custom4,
               java.lang.String custom5,
               int customerId,
               java.lang.String emailAddr,
               java.lang.String firstName,
               java.lang.String formattedAddress,
               java.lang.String gender,
               int id,
               boolean isPrimary,
               java.lang.String lastName,
               java.lang.String postcode,
               java.lang.String state,
               java.lang.String streetAddress,
               java.lang.String streetAddress1,
               java.lang.String suburb,
               java.lang.String summaryAddress,
               java.lang.String telephoneNumber,
               java.lang.String telephoneNumber1,
               boolean useZoneId,
               int zoneId)
Method Detail

getAddressFormatId

public int getAddressFormatId()
Gets the addressFormatId value for this Address.

Returns:
addressFormatId

setAddressFormatId

public void setAddressFormatId(int addressFormatId)
Sets the addressFormatId value for this Address.

Parameters:
addressFormatId -

getAddressFormatTemplate

public java.lang.String getAddressFormatTemplate()
Gets the addressFormatTemplate value for this Address.

Returns:
addressFormatTemplate

setAddressFormatTemplate

public void setAddressFormatTemplate(java.lang.String addressFormatTemplate)
Sets the addressFormatTemplate value for this Address.

Parameters:
addressFormatTemplate -

getAddressSummaryTemplate

public java.lang.String getAddressSummaryTemplate()
Gets the addressSummaryTemplate value for this Address.

Returns:
addressSummaryTemplate

setAddressSummaryTemplate

public void setAddressSummaryTemplate(java.lang.String addressSummaryTemplate)
Sets the addressSummaryTemplate value for this Address.

Parameters:
addressSummaryTemplate -

getCity

public java.lang.String getCity()
Gets the city value for this Address.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this Address.

Parameters:
city -

getCompany

public java.lang.String getCompany()
Gets the company value for this Address.

Returns:
company

setCompany

public void setCompany(java.lang.String company)
Sets the company value for this Address.

Parameters:
company -

getCountryId

public int getCountryId()
Gets the countryId value for this Address.

Returns:
countryId

setCountryId

public void setCountryId(int countryId)
Sets the countryId value for this Address.

Parameters:
countryId -

getCountryName

public java.lang.String getCountryName()
Gets the countryName value for this Address.

Returns:
countryName

setCountryName

public void setCountryName(java.lang.String countryName)
Sets the countryName value for this Address.

Parameters:
countryName -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this Address.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this Address.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this Address.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this Address.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this Address.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this Address.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this Address.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this Address.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this Address.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this Address.

Parameters:
custom5 -

getCustomerId

public int getCustomerId()
Gets the customerId value for this Address.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this Address.

Parameters:
customerId -

getEmailAddr

public java.lang.String getEmailAddr()
Gets the emailAddr value for this Address.

Returns:
emailAddr

setEmailAddr

public void setEmailAddr(java.lang.String emailAddr)
Sets the emailAddr value for this Address.

Parameters:
emailAddr -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this Address.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this Address.

Parameters:
firstName -

getFormattedAddress

public java.lang.String getFormattedAddress()
Gets the formattedAddress value for this Address.

Returns:
formattedAddress

setFormattedAddress

public void setFormattedAddress(java.lang.String formattedAddress)
Sets the formattedAddress value for this Address.

Parameters:
formattedAddress -

getGender

public java.lang.String getGender()
Gets the gender value for this Address.

Returns:
gender

setGender

public void setGender(java.lang.String gender)
Sets the gender value for this Address.

Parameters:
gender -

getId

public int getId()
Gets the id value for this Address.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Address.

Parameters:
id -

getIsPrimary

public boolean getIsPrimary()
Gets the isPrimary value for this Address.

Returns:
isPrimary

setIsPrimary

public void setIsPrimary(boolean isPrimary)
Sets the isPrimary value for this Address.

Parameters:
isPrimary -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this Address.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this Address.

Parameters:
lastName -

getPostcode

public java.lang.String getPostcode()
Gets the postcode value for this Address.

Returns:
postcode

setPostcode

public void setPostcode(java.lang.String postcode)
Sets the postcode value for this Address.

Parameters:
postcode -

getState

public java.lang.String getState()
Gets the state value for this Address.

Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this Address.

Parameters:
state -

getStreetAddress

public java.lang.String getStreetAddress()
Gets the streetAddress value for this Address.

Returns:
streetAddress

setStreetAddress

public void setStreetAddress(java.lang.String streetAddress)
Sets the streetAddress value for this Address.

Parameters:
streetAddress -

getStreetAddress1

public java.lang.String getStreetAddress1()
Gets the streetAddress1 value for this Address.

Returns:
streetAddress1

setStreetAddress1

public void setStreetAddress1(java.lang.String streetAddress1)
Sets the streetAddress1 value for this Address.

Parameters:
streetAddress1 -

getSuburb

public java.lang.String getSuburb()
Gets the suburb value for this Address.

Returns:
suburb

setSuburb

public void setSuburb(java.lang.String suburb)
Sets the suburb value for this Address.

Parameters:
suburb -

getSummaryAddress

public java.lang.String getSummaryAddress()
Gets the summaryAddress value for this Address.

Returns:
summaryAddress

setSummaryAddress

public void setSummaryAddress(java.lang.String summaryAddress)
Sets the summaryAddress value for this Address.

Parameters:
summaryAddress -

getTelephoneNumber

public java.lang.String getTelephoneNumber()
Gets the telephoneNumber value for this Address.

Returns:
telephoneNumber

setTelephoneNumber

public void setTelephoneNumber(java.lang.String telephoneNumber)
Sets the telephoneNumber value for this Address.

Parameters:
telephoneNumber -

getTelephoneNumber1

public java.lang.String getTelephoneNumber1()
Gets the telephoneNumber1 value for this Address.

Returns:
telephoneNumber1

setTelephoneNumber1

public void setTelephoneNumber1(java.lang.String telephoneNumber1)
Sets the telephoneNumber1 value for this Address.

Parameters:
telephoneNumber1 -

isUseZoneId

public boolean isUseZoneId()
Gets the useZoneId value for this Address.

Returns:
useZoneId

setUseZoneId

public void setUseZoneId(boolean useZoneId)
Sets the useZoneId value for this Address.

Parameters:
useZoneId -

getZoneId

public int getZoneId()
Gets the zoneId value for this Address.

Returns:
zoneId

setZoneId

public void setZoneId(int zoneId)
Sets the zoneId value for this Address.

Parameters:
zoneId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2011 DS Data Systems UK Ltd.