public static class TopItemSet.TopItem extends Object implements Serializable
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="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DetailPageURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Author" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Artist" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Actor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
actor |
protected List<String> |
artist |
protected String |
asin |
protected List<String> |
author |
protected String |
detailPageURL |
protected String |
productGroup |
protected String |
title |
| Constructor and Description |
|---|
TopItemSet.TopItem() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getActor()
Gets the value of the actor property.
|
List<String> |
getArtist()
Gets the value of the artist property.
|
String |
getASIN()
Gets the value of the asin property.
|
List<String> |
getAuthor()
Gets the value of the author property.
|
String |
getDetailPageURL()
Gets the value of the detailPageURL property.
|
String |
getProductGroup()
Gets the value of the productGroup property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setASIN(String value)
Sets the value of the asin property.
|
void |
setDetailPageURL(String value)
Sets the value of the detailPageURL property.
|
void |
setProductGroup(String value)
Sets the value of the productGroup property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String asin
protected String title
protected String detailPageURL
protected String productGroup
public String getASIN()
Stringpublic void setASIN(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getDetailPageURL()
Stringpublic void setDetailPageURL(String value)
value - allowed object is
Stringpublic String getProductGroup()
Stringpublic void setProductGroup(String value)
value - allowed object is
Stringpublic List<String> getAuthor()
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 author property.
For example, to add a new item, do as follows:
getAuthor().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getArtist()
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 artist property.
For example, to add a new item, do as follows:
getArtist().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getActor()
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 actor property.
For example, to add a new item, do as follows:
getActor().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.