Project 4

com.amazon.soap.AWSECommerceService
Class List

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.List
All Implemented Interfaces:
java.io.Serializable

public class List
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String additionalName
           
private  java.math.BigDecimal averageRating
           
private  java.lang.String comment
           
private  java.lang.String customerName
           
private  java.lang.String dateCreated
           
private  Image image
           
private  java.lang.String listId
           
private  ListItem[] listItem
           
private  java.lang.String listName
           
private  ListListType listType
           
private  java.lang.String listURL
           
private  java.lang.String occasionDate
           
private  java.lang.String partnerName
           
private  java.lang.String registryNumber
           
private  org.apache.axis.types.NonNegativeInteger totalItems
           
private  org.apache.axis.types.NonNegativeInteger totalPages
           
private  org.apache.axis.types.NonNegativeInteger totalTimesRead
           
private  org.apache.axis.types.NonNegativeInteger totalVotes
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
List()
           
List(java.lang.String listId, java.lang.String listURL, java.lang.String registryNumber, java.lang.String listName, ListListType listType, org.apache.axis.types.NonNegativeInteger totalItems, org.apache.axis.types.NonNegativeInteger totalPages, java.lang.String dateCreated, java.lang.String occasionDate, java.lang.String customerName, java.lang.String partnerName, java.lang.String additionalName, java.lang.String comment, Image image, java.math.BigDecimal averageRating, org.apache.axis.types.NonNegativeInteger totalVotes, org.apache.axis.types.NonNegativeInteger totalTimesRead, ListItem[] listItem)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAdditionalName()
          Gets the additionalName value for this List.
 java.math.BigDecimal getAverageRating()
          Gets the averageRating value for this List.
 java.lang.String getComment()
          Gets the comment value for this List.
 java.lang.String getCustomerName()
          Gets the customerName value for this List.
 java.lang.String getDateCreated()
          Gets the dateCreated value for this List.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Image getImage()
          Gets the image value for this List.
 java.lang.String getListId()
          Gets the listId value for this List.
 ListItem[] getListItem()
          Gets the listItem value for this List.
 ListItem getListItem(int i)
           
 java.lang.String getListName()
          Gets the listName value for this List.
 ListListType getListType()
          Gets the listType value for this List.
 java.lang.String getListURL()
          Gets the listURL value for this List.
 java.lang.String getOccasionDate()
          Gets the occasionDate value for this List.
 java.lang.String getPartnerName()
          Gets the partnerName value for this List.
 java.lang.String getRegistryNumber()
          Gets the registryNumber value for this List.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.NonNegativeInteger getTotalItems()
          Gets the totalItems value for this List.
 org.apache.axis.types.NonNegativeInteger getTotalPages()
          Gets the totalPages value for this List.
 org.apache.axis.types.NonNegativeInteger getTotalTimesRead()
          Gets the totalTimesRead value for this List.
 org.apache.axis.types.NonNegativeInteger getTotalVotes()
          Gets the totalVotes value for this List.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdditionalName(java.lang.String additionalName)
          Sets the additionalName value for this List.
 void setAverageRating(java.math.BigDecimal averageRating)
          Sets the averageRating value for this List.
 void setComment(java.lang.String comment)
          Sets the comment value for this List.
 void setCustomerName(java.lang.String customerName)
          Sets the customerName value for this List.
 void setDateCreated(java.lang.String dateCreated)
          Sets the dateCreated value for this List.
 void setImage(Image image)
          Sets the image value for this List.
 void setListId(java.lang.String listId)
          Sets the listId value for this List.
 void setListItem(int i, ListItem _value)
           
 void setListItem(ListItem[] listItem)
          Sets the listItem value for this List.
 void setListName(java.lang.String listName)
          Sets the listName value for this List.
 void setListType(ListListType listType)
          Sets the listType value for this List.
 void setListURL(java.lang.String listURL)
          Sets the listURL value for this List.
 void setOccasionDate(java.lang.String occasionDate)
          Sets the occasionDate value for this List.
 void setPartnerName(java.lang.String partnerName)
          Sets the partnerName value for this List.
 void setRegistryNumber(java.lang.String registryNumber)
          Sets the registryNumber value for this List.
 void setTotalItems(org.apache.axis.types.NonNegativeInteger totalItems)
          Sets the totalItems value for this List.
 void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
          Sets the totalPages value for this List.
 void setTotalTimesRead(org.apache.axis.types.NonNegativeInteger totalTimesRead)
          Sets the totalTimesRead value for this List.
 void setTotalVotes(org.apache.axis.types.NonNegativeInteger totalVotes)
          Sets the totalVotes value for this List.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

additionalName

private java.lang.String additionalName

averageRating

private java.math.BigDecimal averageRating

comment

private java.lang.String comment

customerName

private java.lang.String customerName

dateCreated

private java.lang.String dateCreated

image

private Image image

listId

private java.lang.String listId

listItem

private ListItem[] listItem

listName

private java.lang.String listName

listType

private ListListType listType

listURL

private java.lang.String listURL

occasionDate

private java.lang.String occasionDate

partnerName

private java.lang.String partnerName

registryNumber

private java.lang.String registryNumber

totalItems

private org.apache.axis.types.NonNegativeInteger totalItems

totalPages

private org.apache.axis.types.NonNegativeInteger totalPages

totalTimesRead

private org.apache.axis.types.NonNegativeInteger totalTimesRead

totalVotes

private org.apache.axis.types.NonNegativeInteger totalVotes

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

List

public List()

List

public List(java.lang.String listId,
            java.lang.String listURL,
            java.lang.String registryNumber,
            java.lang.String listName,
            ListListType listType,
            org.apache.axis.types.NonNegativeInteger totalItems,
            org.apache.axis.types.NonNegativeInteger totalPages,
            java.lang.String dateCreated,
            java.lang.String occasionDate,
            java.lang.String customerName,
            java.lang.String partnerName,
            java.lang.String additionalName,
            java.lang.String comment,
            Image image,
            java.math.BigDecimal averageRating,
            org.apache.axis.types.NonNegativeInteger totalVotes,
            org.apache.axis.types.NonNegativeInteger totalTimesRead,
            ListItem[] listItem)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getAdditionalName

public java.lang.String getAdditionalName()
Gets the additionalName value for this List.

Returns:
additionalName

getAverageRating

public java.math.BigDecimal getAverageRating()
Gets the averageRating value for this List.

Returns:
averageRating

getComment

public java.lang.String getComment()
Gets the comment value for this List.

Returns:
comment

getCustomerName

public java.lang.String getCustomerName()
Gets the customerName value for this List.

Returns:
customerName

getDateCreated

public java.lang.String getDateCreated()
Gets the dateCreated value for this List.

Returns:
dateCreated

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getImage

public Image getImage()
Gets the image value for this List.

Returns:
image

getListId

public java.lang.String getListId()
Gets the listId value for this List.

Returns:
listId

getListItem

public ListItem[] getListItem()
Gets the listItem value for this List.

Returns:
listItem

getListItem

public ListItem getListItem(int i)

getListName

public java.lang.String getListName()
Gets the listName value for this List.

Returns:
listName

getListType

public ListListType getListType()
Gets the listType value for this List.

Returns:
listType

getListURL

public java.lang.String getListURL()
Gets the listURL value for this List.

Returns:
listURL

getOccasionDate

public java.lang.String getOccasionDate()
Gets the occasionDate value for this List.

Returns:
occasionDate

getPartnerName

public java.lang.String getPartnerName()
Gets the partnerName value for this List.

Returns:
partnerName

getRegistryNumber

public java.lang.String getRegistryNumber()
Gets the registryNumber value for this List.

Returns:
registryNumber

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTotalItems

public org.apache.axis.types.NonNegativeInteger getTotalItems()
Gets the totalItems value for this List.

Returns:
totalItems

getTotalPages

public org.apache.axis.types.NonNegativeInteger getTotalPages()
Gets the totalPages value for this List.

Returns:
totalPages

getTotalTimesRead

public org.apache.axis.types.NonNegativeInteger getTotalTimesRead()
Gets the totalTimesRead value for this List.

Returns:
totalTimesRead

getTotalVotes

public org.apache.axis.types.NonNegativeInteger getTotalVotes()
Gets the totalVotes value for this List.

Returns:
totalVotes

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


hashCode

public int hashCode()

setAdditionalName

public void setAdditionalName(java.lang.String additionalName)
Sets the additionalName value for this List.

Parameters:
additionalName -

setAverageRating

public void setAverageRating(java.math.BigDecimal averageRating)
Sets the averageRating value for this List.

Parameters:
averageRating -

setComment

public void setComment(java.lang.String comment)
Sets the comment value for this List.

Parameters:
comment -

setCustomerName

public void setCustomerName(java.lang.String customerName)
Sets the customerName value for this List.

Parameters:
customerName -

setDateCreated

public void setDateCreated(java.lang.String dateCreated)
Sets the dateCreated value for this List.

Parameters:
dateCreated -

setImage

public void setImage(Image image)
Sets the image value for this List.

Parameters:
image -

setListId

public void setListId(java.lang.String listId)
Sets the listId value for this List.

Parameters:
listId -

setListItem

public void setListItem(int i,
                        ListItem _value)

setListItem

public void setListItem(ListItem[] listItem)
Sets the listItem value for this List.

Parameters:
listItem -

setListName

public void setListName(java.lang.String listName)
Sets the listName value for this List.

Parameters:
listName -

setListType

public void setListType(ListListType listType)
Sets the listType value for this List.

Parameters:
listType -

setListURL

public void setListURL(java.lang.String listURL)
Sets the listURL value for this List.

Parameters:
listURL -

setOccasionDate

public void setOccasionDate(java.lang.String occasionDate)
Sets the occasionDate value for this List.

Parameters:
occasionDate -

setPartnerName

public void setPartnerName(java.lang.String partnerName)
Sets the partnerName value for this List.

Parameters:
partnerName -

setRegistryNumber

public void setRegistryNumber(java.lang.String registryNumber)
Sets the registryNumber value for this List.

Parameters:
registryNumber -

setTotalItems

public void setTotalItems(org.apache.axis.types.NonNegativeInteger totalItems)
Sets the totalItems value for this List.

Parameters:
totalItems -

setTotalPages

public void setTotalPages(org.apache.axis.types.NonNegativeInteger totalPages)
Sets the totalPages value for this List.

Parameters:
totalPages -

setTotalTimesRead

public void setTotalTimesRead(org.apache.axis.types.NonNegativeInteger totalTimesRead)
Sets the totalTimesRead value for this List.

Parameters:
totalTimesRead -

setTotalVotes

public void setTotalVotes(org.apache.axis.types.NonNegativeInteger totalVotes)
Sets the totalVotes value for this List.

Parameters:
totalVotes -

Project 4