Project 4

com.amazon.soap.AWSECommerceService
Class SellerListing

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

public class SellerListing
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 ASIN
           
private  java.lang.String availability
           
private  java.lang.String condition
           
private  java.lang.String conditionNote
           
private  java.lang.String endDate
           
private  java.lang.String exchangeId
           
private  java.lang.String featuredCategory
           
private  java.lang.String listingId
           
private  Price price
           
private  java.lang.String quantity
           
private  java.lang.String quantityAllocated
           
private  Seller seller
           
private  java.lang.String startDate
           
private  java.lang.String status
           
private  java.lang.String subCondition
           
private  java.lang.String title
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SellerListing()
           
SellerListing(java.lang.String exchangeId, java.lang.String listingId, java.lang.String ASIN, java.lang.String title, Price price, java.lang.String startDate, java.lang.String endDate, java.lang.String status, java.lang.String quantity, java.lang.String quantityAllocated, java.lang.String condition, java.lang.String subCondition, java.lang.String conditionNote, java.lang.String availability, java.lang.String featuredCategory, Seller seller)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getASIN()
          Gets the ASIN value for this SellerListing.
 java.lang.String getAvailability()
          Gets the availability value for this SellerListing.
 java.lang.String getCondition()
          Gets the condition value for this SellerListing.
 java.lang.String getConditionNote()
          Gets the conditionNote value for this SellerListing.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEndDate()
          Gets the endDate value for this SellerListing.
 java.lang.String getExchangeId()
          Gets the exchangeId value for this SellerListing.
 java.lang.String getFeaturedCategory()
          Gets the featuredCategory value for this SellerListing.
 java.lang.String getListingId()
          Gets the listingId value for this SellerListing.
 Price getPrice()
          Gets the price value for this SellerListing.
 java.lang.String getQuantity()
          Gets the quantity value for this SellerListing.
 java.lang.String getQuantityAllocated()
          Gets the quantityAllocated value for this SellerListing.
 Seller getSeller()
          Gets the seller value for this SellerListing.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStartDate()
          Gets the startDate value for this SellerListing.
 java.lang.String getStatus()
          Gets the status value for this SellerListing.
 java.lang.String getSubCondition()
          Gets the subCondition value for this SellerListing.
 java.lang.String getTitle()
          Gets the title value for this SellerListing.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setASIN(java.lang.String ASIN)
          Sets the ASIN value for this SellerListing.
 void setAvailability(java.lang.String availability)
          Sets the availability value for this SellerListing.
 void setCondition(java.lang.String condition)
          Sets the condition value for this SellerListing.
 void setConditionNote(java.lang.String conditionNote)
          Sets the conditionNote value for this SellerListing.
 void setEndDate(java.lang.String endDate)
          Sets the endDate value for this SellerListing.
 void setExchangeId(java.lang.String exchangeId)
          Sets the exchangeId value for this SellerListing.
 void setFeaturedCategory(java.lang.String featuredCategory)
          Sets the featuredCategory value for this SellerListing.
 void setListingId(java.lang.String listingId)
          Sets the listingId value for this SellerListing.
 void setPrice(Price price)
          Sets the price value for this SellerListing.
 void setQuantity(java.lang.String quantity)
          Sets the quantity value for this SellerListing.
 void setQuantityAllocated(java.lang.String quantityAllocated)
          Sets the quantityAllocated value for this SellerListing.
 void setSeller(Seller seller)
          Sets the seller value for this SellerListing.
 void setStartDate(java.lang.String startDate)
          Sets the startDate value for this SellerListing.
 void setStatus(java.lang.String status)
          Sets the status value for this SellerListing.
 void setSubCondition(java.lang.String subCondition)
          Sets the subCondition value for this SellerListing.
 void setTitle(java.lang.String title)
          Sets the title value for this SellerListing.
 
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

ASIN

private java.lang.String ASIN

availability

private java.lang.String availability

condition

private java.lang.String condition

conditionNote

private java.lang.String conditionNote

endDate

private java.lang.String endDate

exchangeId

private java.lang.String exchangeId

featuredCategory

private java.lang.String featuredCategory

listingId

private java.lang.String listingId

price

private Price price

quantity

private java.lang.String quantity

quantityAllocated

private java.lang.String quantityAllocated

seller

private Seller seller

startDate

private java.lang.String startDate

status

private java.lang.String status

subCondition

private java.lang.String subCondition

title

private java.lang.String title

typeDesc

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

SellerListing

public SellerListing()

SellerListing

public SellerListing(java.lang.String exchangeId,
                     java.lang.String listingId,
                     java.lang.String ASIN,
                     java.lang.String title,
                     Price price,
                     java.lang.String startDate,
                     java.lang.String endDate,
                     java.lang.String status,
                     java.lang.String quantity,
                     java.lang.String quantityAllocated,
                     java.lang.String condition,
                     java.lang.String subCondition,
                     java.lang.String conditionNote,
                     java.lang.String availability,
                     java.lang.String featuredCategory,
                     Seller seller)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getASIN

public java.lang.String getASIN()
Gets the ASIN value for this SellerListing.

Returns:
ASIN

getAvailability

public java.lang.String getAvailability()
Gets the availability value for this SellerListing.

Returns:
availability

getCondition

public java.lang.String getCondition()
Gets the condition value for this SellerListing.

Returns:
condition

getConditionNote

public java.lang.String getConditionNote()
Gets the conditionNote value for this SellerListing.

Returns:
conditionNote

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


getEndDate

public java.lang.String getEndDate()
Gets the endDate value for this SellerListing.

Returns:
endDate

getExchangeId

public java.lang.String getExchangeId()
Gets the exchangeId value for this SellerListing.

Returns:
exchangeId

getFeaturedCategory

public java.lang.String getFeaturedCategory()
Gets the featuredCategory value for this SellerListing.

Returns:
featuredCategory

getListingId

public java.lang.String getListingId()
Gets the listingId value for this SellerListing.

Returns:
listingId

getPrice

public Price getPrice()
Gets the price value for this SellerListing.

Returns:
price

getQuantity

public java.lang.String getQuantity()
Gets the quantity value for this SellerListing.

Returns:
quantity

getQuantityAllocated

public java.lang.String getQuantityAllocated()
Gets the quantityAllocated value for this SellerListing.

Returns:
quantityAllocated

getSeller

public Seller getSeller()
Gets the seller value for this SellerListing.

Returns:
seller

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


getStartDate

public java.lang.String getStartDate()
Gets the startDate value for this SellerListing.

Returns:
startDate

getStatus

public java.lang.String getStatus()
Gets the status value for this SellerListing.

Returns:
status

getSubCondition

public java.lang.String getSubCondition()
Gets the subCondition value for this SellerListing.

Returns:
subCondition

getTitle

public java.lang.String getTitle()
Gets the title value for this SellerListing.

Returns:
title

getTypeDesc

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


hashCode

public int hashCode()

setASIN

public void setASIN(java.lang.String ASIN)
Sets the ASIN value for this SellerListing.

Parameters:
ASIN -

setAvailability

public void setAvailability(java.lang.String availability)
Sets the availability value for this SellerListing.

Parameters:
availability -

setCondition

public void setCondition(java.lang.String condition)
Sets the condition value for this SellerListing.

Parameters:
condition -

setConditionNote

public void setConditionNote(java.lang.String conditionNote)
Sets the conditionNote value for this SellerListing.

Parameters:
conditionNote -

setEndDate

public void setEndDate(java.lang.String endDate)
Sets the endDate value for this SellerListing.

Parameters:
endDate -

setExchangeId

public void setExchangeId(java.lang.String exchangeId)
Sets the exchangeId value for this SellerListing.

Parameters:
exchangeId -

setFeaturedCategory

public void setFeaturedCategory(java.lang.String featuredCategory)
Sets the featuredCategory value for this SellerListing.

Parameters:
featuredCategory -

setListingId

public void setListingId(java.lang.String listingId)
Sets the listingId value for this SellerListing.

Parameters:
listingId -

setPrice

public void setPrice(Price price)
Sets the price value for this SellerListing.

Parameters:
price -

setQuantity

public void setQuantity(java.lang.String quantity)
Sets the quantity value for this SellerListing.

Parameters:
quantity -

setQuantityAllocated

public void setQuantityAllocated(java.lang.String quantityAllocated)
Sets the quantityAllocated value for this SellerListing.

Parameters:
quantityAllocated -

setSeller

public void setSeller(Seller seller)
Sets the seller value for this SellerListing.

Parameters:
seller -

setStartDate

public void setStartDate(java.lang.String startDate)
Sets the startDate value for this SellerListing.

Parameters:
startDate -

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this SellerListing.

Parameters:
status -

setSubCondition

public void setSubCondition(java.lang.String subCondition)
Sets the subCondition value for this SellerListing.

Parameters:
subCondition -

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this SellerListing.

Parameters:
title -

Project 4