com.amazon.webservices.awsecommerceservice._2007_04_04
Class Reviewer

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

public class Reviewer
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" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Nickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String customerId
           
protected  java.lang.String location
           
protected  java.lang.String name
           
protected  java.lang.String nickname
           
 
Constructor Summary
Reviewer()
           
 
Method Summary
 java.lang.String getCustomerId()
          Gets the value of the customerId property.
 java.lang.String getLocation()
          Gets the value of the location property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNickname()
          Gets the value of the nickname property.
 void setCustomerId(java.lang.String value)
          Sets the value of the customerId property.
 void setLocation(java.lang.String value)
          Sets the value of the location property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNickname(java.lang.String value)
          Sets the value of the nickname 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

name

protected java.lang.String name

nickname

protected java.lang.String nickname

location

protected java.lang.String location
Constructor Detail

Reviewer

public Reviewer()
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

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name 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

getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String


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