public class TopItemSet 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="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TopItem" maxOccurs="unbounded">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TopItemSet.TopItem
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TopItemSet.TopItem> |
topItem |
protected String |
type |
| Constructor and Description |
|---|
TopItemSet() |
| Modifier and Type | Method and Description |
|---|---|
List<TopItemSet.TopItem> |
getTopItem()
Gets the value of the topItem property.
|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected List<TopItemSet.TopItem> topItem
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<TopItemSet.TopItem> getTopItem()
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 topItem property.
For example, to add a new item, do as follows:
getTopItem().add(newItem);
Objects of the following type(s) are allowed in the list
TopItemSet.TopItem
Copyright © 2013. All Rights Reserved.