com.yahoo.marketing.apt
Class Address

java.lang.Object
  extended by com.yahoo.marketing.apt.Address
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String address1
           
private  java.lang.String address2
           
private  java.lang.String address3
           
private  java.lang.String city
           
private  Country country
           
private  java.lang.String county
           
private  java.lang.String postalCode
           
private  java.lang.String province
           
private  java.lang.String state
           
private  java.lang.String todofuken
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Address()
           
Address(java.lang.String address1, java.lang.String address2, java.lang.String address3, java.lang.String city, Country country, java.lang.String county, java.lang.String postalCode, java.lang.String province, java.lang.String state, java.lang.String todofuken)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddress1()
          Gets the address1 value for this Address.
 java.lang.String getAddress2()
          Gets the address2 value for this Address.
 java.lang.String getAddress3()
          Gets the address3 value for this Address.
 java.lang.String getCity()
          Gets the city value for this Address.
 Country getCountry()
          Gets the country value for this Address.
 java.lang.String getCounty()
          Gets the county 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 getPostalCode()
          Gets the postalCode value for this Address.
 java.lang.String getProvince()
          Gets the province 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 getTodofuken()
          Gets the todofuken value for this Address.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddress1(java.lang.String address1)
          Sets the address1 value for this Address.
 void setAddress2(java.lang.String address2)
          Sets the address2 value for this Address.
 void setAddress3(java.lang.String address3)
          Sets the address3 value for this Address.
 void setCity(java.lang.String city)
          Sets the city value for this Address.
 void setCountry(Country country)
          Sets the country value for this Address.
 void setCounty(java.lang.String county)
          Sets the county value for this Address.
 void setPostalCode(java.lang.String postalCode)
          Sets the postalCode value for this Address.
 void setProvince(java.lang.String province)
          Sets the province value for this Address.
 void setState(java.lang.String state)
          Sets the state value for this Address.
 void setTodofuken(java.lang.String todofuken)
          Sets the todofuken value for this Address.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address1

private java.lang.String address1

address2

private java.lang.String address2

address3

private java.lang.String address3

city

private java.lang.String city

country

private Country country

county

private java.lang.String county

postalCode

private java.lang.String postalCode

province

private java.lang.String province

state

private java.lang.String state

todofuken

private java.lang.String todofuken

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

Address

public Address()

Address

public Address(java.lang.String address1,
               java.lang.String address2,
               java.lang.String address3,
               java.lang.String city,
               Country country,
               java.lang.String county,
               java.lang.String postalCode,
               java.lang.String province,
               java.lang.String state,
               java.lang.String todofuken)
Method Detail

getAddress1

public java.lang.String getAddress1()
Gets the address1 value for this Address.

Returns:
address1

setAddress1

public void setAddress1(java.lang.String address1)
Sets the address1 value for this Address.

Parameters:
address1 -

getAddress2

public java.lang.String getAddress2()
Gets the address2 value for this Address.

Returns:
address2

setAddress2

public void setAddress2(java.lang.String address2)
Sets the address2 value for this Address.

Parameters:
address2 -

getAddress3

public java.lang.String getAddress3()
Gets the address3 value for this Address.

Returns:
address3

setAddress3

public void setAddress3(java.lang.String address3)
Sets the address3 value for this Address.

Parameters:
address3 -

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 -

getCountry

public Country getCountry()
Gets the country value for this Address.

Returns:
country

setCountry

public void setCountry(Country country)
Sets the country value for this Address.

Parameters:
country -

getCounty

public java.lang.String getCounty()
Gets the county value for this Address.

Returns:
county

setCounty

public void setCounty(java.lang.String county)
Sets the county value for this Address.

Parameters:
county -

getPostalCode

public java.lang.String getPostalCode()
Gets the postalCode value for this Address.

Returns:
postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this Address.

Parameters:
postalCode -

getProvince

public java.lang.String getProvince()
Gets the province value for this Address.

Returns:
province

setProvince

public void setProvince(java.lang.String province)
Sets the province value for this Address.

Parameters:
province -

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 -

getTodofuken

public java.lang.String getTodofuken()
Gets the todofuken value for this Address.

Returns:
todofuken

setTodofuken

public void setTodofuken(java.lang.String todofuken)
Sets the todofuken value for this Address.

Parameters:
todofuken -

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