Project 4

com.amazon.soap.AWSECommerceService
Class CustomerLocation

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.CustomerLocation
All Implemented Interfaces:
java.io.Serializable

public class CustomerLocation
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 city
           
private  java.lang.String country
           
private  java.lang.String state
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CustomerLocation()
           
CustomerLocation(java.lang.String city, java.lang.String state, java.lang.String country)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCity()
          Gets the city value for this CustomerLocation.
 java.lang.String getCountry()
          Gets the country value for this CustomerLocation.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 CustomerLocation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCity(java.lang.String city)
          Sets the city value for this CustomerLocation.
 void setCountry(java.lang.String country)
          Sets the country value for this CustomerLocation.
 void setState(java.lang.String state)
          Sets the state value for this CustomerLocation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

city

private java.lang.String city

country

private java.lang.String country

state

private java.lang.String state

typeDesc

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

CustomerLocation

public CustomerLocation()

CustomerLocation

public CustomerLocation(java.lang.String city,
                        java.lang.String state,
                        java.lang.String country)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getCity

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

Returns:
city

getCountry

public java.lang.String getCountry()
Gets the country value for this CustomerLocation.

Returns:
country

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


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


getState

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

Returns:
state

getTypeDesc

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


hashCode

public int hashCode()

setCity

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

Parameters:
city -

setCountry

public void setCountry(java.lang.String country)
Sets the country value for this CustomerLocation.

Parameters:
country -

setState

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

Parameters:
state -

Project 4