com.amazonaws.a2s.model
Class ListmaniaList

java.lang.Object
  extended by com.amazonaws.a2s.model.ListmaniaList

public class ListmaniaList
extends java.lang.Object

Java class for ListmaniaList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ListmaniaList">
   <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>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


Field Summary
protected  java.lang.String listId
           
protected  java.lang.String listName
           
 
Constructor Summary
ListmaniaList()
           
 
Method Summary
 java.lang.String getListId()
          Gets the value of the listId property.
 java.lang.String getListName()
          Gets the value of the listName property.
 boolean isSetListId()
           
 boolean isSetListName()
           
 void setListId(java.lang.String value)
          Sets the value of the listId property.
 void setListName(java.lang.String value)
          Sets the value of the listName property.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 ListmaniaList withListId(java.lang.String value)
          Sets the value of the ListId property.
 ListmaniaList withListName(java.lang.String value)
          Sets the value of the ListName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listId

protected java.lang.String listId

listName

protected java.lang.String listName
Constructor Detail

ListmaniaList

public ListmaniaList()
Method Detail

getListId

public java.lang.String getListId()
Gets the value of the listId property.

Returns:
possible object is String

setListId

public void setListId(java.lang.String value)
Sets the value of the listId property.

Parameters:
value - allowed object is String

isSetListId

public boolean isSetListId()

getListName

public java.lang.String getListName()
Gets the value of the listName property.

Returns:
possible object is String

setListName

public void setListName(java.lang.String value)
Sets the value of the listName property.

Parameters:
value - allowed object is String

isSetListName

public boolean isSetListName()

withListId

public ListmaniaList withListId(java.lang.String value)
Sets the value of the ListId property.

Parameters:
value -
Returns:
this instance

withListName

public ListmaniaList withListName(java.lang.String value)
Sets the value of the ListName property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only