com.amazon.webservices.awsecommerceservice._2007_04_04
Class Customer

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Customer

public class Customer
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="CustomerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Nickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Birthday" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WishListId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location" minOccurs="0">
           <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>
         </element>
         <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}CustomerReviews" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Customer.Location
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String birthday
           
protected  java.lang.String customerId
           
protected  java.util.List<CustomerReviews> customerReviews
           
protected  Customer.Location location
           
protected  java.lang.String nickname
           
protected  java.lang.String wishListId
           
 
Constructor Summary
Customer()
           
 
Method Summary
 java.lang.String getBirthday()
          Gets the value of the birthday property.
 java.lang.String getCustomerId()
          Gets the value of the customerId property.
 java.util.List<CustomerReviews> getCustomerReviews()
          Gets the value of the customerReviews property.
 Customer.Location getLocation()
          Gets the value of the location property.
 java.lang.String getNickname()
          Gets the value of the nickname property.
 java.lang.String getWishListId()
          Gets the value of the wishListId property.
 void setBirthday(java.lang.String value)
          Sets the value of the birthday property.
 void setCustomerId(java.lang.String value)
          Sets the value of the customerId property.
 void setLocation(Customer.Location value)
          Sets the value of the location property.
 void setNickname(java.lang.String value)
          Sets the value of the nickname property.
 void setWishListId(java.lang.String value)
          Sets the value of the wishListId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerId

protected java.lang.String customerId

nickname

protected java.lang.String nickname

birthday

protected java.lang.String birthday

wishListId

protected java.lang.String wishListId

location

protected Customer.Location location

customerReviews

protected java.util.List<CustomerReviews> customerReviews
Constructor Detail

Customer

public Customer()
Method Detail

getCustomerId

public java.lang.String getCustomerId()
Gets the value of the customerId property.

Returns:
possible object is String

setCustomerId

public void setCustomerId(java.lang.String value)
Sets the value of the customerId property.

Parameters:
value - allowed object is String

getNickname

public java.lang.String getNickname()
Gets the value of the nickname property.

Returns:
possible object is String

setNickname

public void setNickname(java.lang.String value)
Sets the value of the nickname property.

Parameters:
value - allowed object is String

getBirthday

public java.lang.String getBirthday()
Gets the value of the birthday property.

Returns:
possible object is String

setBirthday

public void setBirthday(java.lang.String value)
Sets the value of the birthday property.

Parameters:
value - allowed object is String

getWishListId

public java.lang.String getWishListId()
Gets the value of the wishListId property.

Returns:
possible object is String

setWishListId

public void setWishListId(java.lang.String value)
Sets the value of the wishListId property.

Parameters:
value - allowed object is String

getLocation

public Customer.Location getLocation()
Gets the value of the location property.

Returns:
possible object is Customer.Location

setLocation

public void setLocation(Customer.Location value)
Sets the value of the location property.

Parameters:
value - allowed object is Customer.Location

getCustomerReviews

public java.util.List<CustomerReviews> getCustomerReviews()
Gets the value of the customerReviews property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customerReviews property.

For example, to add a new item, do as follows:

    getCustomerReviews().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomerReviews



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