Project 4

com.amazon.soap.AWSECommerceService
Class SellerLocation

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

public class SellerLocation
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
SellerLocation()
           
SellerLocation(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 SellerLocation.
 java.lang.String getCountry()
          Gets the country value for this SellerLocation.
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 SellerLocation.
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 SellerLocation.
 void setCountry(java.lang.String country)
          Sets the country value for this SellerLocation.
 void setState(java.lang.String state)
          Sets the state value for this SellerLocation.
 
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

SellerLocation

public SellerLocation()

SellerLocation

public SellerLocation(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 SellerLocation.

Returns:
city

getCountry

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

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 SellerLocation.

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 SellerLocation.

Parameters:
city -

setCountry

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

Parameters:
country -

setState

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

Parameters:
state -

Project 4