com.amazon.webservices.awsecommerceservice._2007_04_04
Class ListmaniaLists
java.lang.Object
com.amazon.webservices.awsecommerceservice._2007_04_04.ListmaniaLists
public class ListmaniaLists
- 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="ListmaniaList" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ListId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listmaniaList
protected java.util.List<ListmaniaLists.ListmaniaList> listmaniaList
ListmaniaLists
public ListmaniaLists()
getListmaniaList
public java.util.List<ListmaniaLists.ListmaniaList> getListmaniaList()
- Gets the value of the listmaniaList 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 listmaniaList property.
For example, to add a new item, do as follows:
getListmaniaList().add(newItem);
Objects of the following type(s) are allowed in the list
ListmaniaLists.ListmaniaList
Copyright © 2007 orange-cafe.de. All Rights Reserved.