com.amazon.webservices.awsecommerceservice._2007_04_04
Class Customer.Location

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Customer.Location
Enclosing class:
Customer

public static class Customer.Location
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <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>
 


Field Summary
protected  java.lang.String city
           
protected  java.lang.String country
           
protected  java.lang.String state
           
protected  java.lang.String userDefinedLocation
           
 
Constructor Summary
Customer.Location()
           
 
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.
 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.
 
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

Customer.Location

public Customer.Location()
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

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

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

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


Copyright © 2007 orange-cafe.de. All Rights Reserved.