com.amazonaws.a2s.model
Class SellerLocation

java.lang.Object
  extended by com.amazonaws.a2s.model.SellerLocation

public class SellerLocation
extends java.lang.Object

Java class for SellerLocation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SellerLocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UserDefinedLocation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


Field Summary
protected  java.lang.String city
           
protected  java.lang.String country
           
protected  java.lang.String state
           
protected  java.lang.String userDefinedLocation
           
 
Constructor Summary
SellerLocation()
           
 
Method Summary
 java.lang.String getCity()
          Gets the value of the city property.
 java.lang.String getCountry()
          Gets the value of the country property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getUserDefinedLocation()
          Gets the value of the userDefinedLocation property.
 boolean isSetCity()
           
 boolean isSetCountry()
           
 boolean isSetState()
           
 boolean isSetUserDefinedLocation()
           
 void setCity(java.lang.String value)
          Sets the value of the city property.
 void setCountry(java.lang.String value)
          Sets the value of the country property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setUserDefinedLocation(java.lang.String value)
          Sets the value of the userDefinedLocation property.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 SellerLocation withCity(java.lang.String value)
          Sets the value of the City property.
 SellerLocation withCountry(java.lang.String value)
          Sets the value of the Country property.
 SellerLocation withState(java.lang.String value)
          Sets the value of the State property.
 SellerLocation withUserDefinedLocation(java.lang.String value)
          Sets the value of the UserDefinedLocation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userDefinedLocation

protected java.lang.String userDefinedLocation

city

protected java.lang.String city

state

protected java.lang.String state

country

protected java.lang.String country
Constructor Detail

SellerLocation

public SellerLocation()
Method Detail

getUserDefinedLocation

public java.lang.String getUserDefinedLocation()
Gets the value of the userDefinedLocation property.

Returns:
possible object is String

setUserDefinedLocation

public void setUserDefinedLocation(java.lang.String value)
Sets the value of the userDefinedLocation property.

Parameters:
value - allowed object is String

isSetUserDefinedLocation

public boolean isSetUserDefinedLocation()

getCity

public java.lang.String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(java.lang.String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

isSetCity

public boolean isSetCity()

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

isSetState

public boolean isSetState()

getCountry

public java.lang.String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(java.lang.String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

isSetCountry

public boolean isSetCountry()

withUserDefinedLocation

public SellerLocation withUserDefinedLocation(java.lang.String value)
Sets the value of the UserDefinedLocation property.

Parameters:
value -
Returns:
this instance

withCity

public SellerLocation withCity(java.lang.String value)
Sets the value of the City property.

Parameters:
value -
Returns:
this instance

withState

public SellerLocation withState(java.lang.String value)
Sets the value of the State property.

Parameters:
value -
Returns:
this instance

withCountry

public SellerLocation withCountry(java.lang.String value)
Sets the value of the Country property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only