|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Reviewer
public class Reviewer
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 |
|---|
protected java.lang.String customerId
protected java.lang.String name
protected java.lang.String nickname
protected java.lang.String location
| Constructor Detail |
|---|
public Reviewer()
| Method Detail |
|---|
public java.lang.String getCustomerId()
Stringpublic void setCustomerId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNickname()
Stringpublic void setNickname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||