Project 4

com.amazon.soap.AWSECommerceService
Class SellerListing

java.lang.Object
  extended by com.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 condition
           
private  java.lang.String EAN
           
private  java.lang.String endDate
           
private  java.lang.String exchangeId
           
private  java.lang.String listingId
           
private  Price price
           
private  java.lang.String quantity
           
private  Seller seller
           
private  java.lang.String SKU
           
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
           
private  java.lang.String UPC
           
private  java.lang.Boolean willShipExpedited
           
private  java.lang.Boolean willShipInternational
           
 
Constructor Summary
SellerListing()
           
SellerListing(java.lang.String exchangeId, java.lang.String listingId, java.lang.String ASIN, java.lang.String SKU, java.lang.String UPC, java.lang.String EAN, java.lang.Boolean willShipExpedited, java.lang.Boolean willShipInternational, 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 condition, java.lang.String subCondition, Seller seller)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getASIN()
          Gets the ASIN value for this SellerListing.
 java.lang.String getCondition()
          Gets the condition 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 getEAN()
          Gets the EAN value for this SellerListing.
 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 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.
 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 getSKU()
          Gets the SKU value for this SellerListing.
 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
 java.lang.String getUPC()
          Gets the UPC value for this SellerListing.
 java.lang.Boolean getWillShipExpedited()
          Gets the willShipExpedited value for this SellerListing.
 java.lang.Boolean getWillShipInternational()
          Gets the willShipInternational value for this SellerListing.
 int hashCode()
           
 void setASIN(java.lang.String ASIN)
          Sets the ASIN value for this SellerListing.
 void setCondition(java.lang.String condition)
          Sets the condition value for this SellerListing.
 void setEAN(java.lang.String EAN)
          Sets the EAN 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 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 setSeller(Seller seller)
          Sets the seller value for this SellerListing.
 void setSKU(java.lang.String SKU)
          Sets the SKU 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.
 void setUPC(java.lang.String UPC)
          Sets the UPC value for this SellerListing.
 void setWillShipExpedited(java.lang.Boolean willShipExpedited)
          Sets the willShipExpedited value for this SellerListing.
 void setWillShipInternational(java.lang.Boolean willShipInternational)
          Sets the willShipInternational 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

condition

private java.lang.String condition

EAN

private java.lang.String EAN

endDate

private java.lang.String endDate

exchangeId

private java.lang.String exchangeId

listingId

private java.lang.String listingId

price

private Price price

quantity

private java.lang.String quantity

seller

private Seller seller

SKU

private java.lang.String SKU

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

UPC

private java.lang.String UPC

willShipExpedited

private java.lang.Boolean willShipExpedited

willShipInternational

private java.lang.Boolean willShipInternational
Constructor Detail

SellerListing

public SellerListing()

SellerListing

public SellerListing(java.lang.String exchangeId,
                     java.lang.String listingId,
                     java.lang.String ASIN,
                     java.lang.String SKU,
                     java.lang.String UPC,
                     java.lang.String EAN,
                     java.lang.Boolean willShipExpedited,
                     java.lang.Boolean willShipInternational,
                     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 condition,
                     java.lang.String subCondition,
                     Seller seller)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getASIN

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

Returns:
ASIN

getCondition

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

Returns:
condition

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


getEAN

public java.lang.String getEAN()
Gets the EAN value for this SellerListing.

Returns:
EAN

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

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

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


getSKU

public java.lang.String getSKU()
Gets the SKU value for this SellerListing.

Returns:
SKU

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


getUPC

public java.lang.String getUPC()
Gets the UPC value for this SellerListing.

Returns:
UPC

getWillShipExpedited

public java.lang.Boolean getWillShipExpedited()
Gets the willShipExpedited value for this SellerListing.

Returns:
willShipExpedited

getWillShipInternational

public java.lang.Boolean getWillShipInternational()
Gets the willShipInternational value for this SellerListing.

Returns:
willShipInternational

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setASIN

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

Parameters:
ASIN -

setCondition

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

Parameters:
condition -

setEAN

public void setEAN(java.lang.String EAN)
Sets the EAN value for this SellerListing.

Parameters:
EAN -

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 -

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 -

setSeller

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

Parameters:
seller -

setSKU

public void setSKU(java.lang.String SKU)
Sets the SKU value for this SellerListing.

Parameters:
SKU -

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 -

setUPC

public void setUPC(java.lang.String UPC)
Sets the UPC value for this SellerListing.

Parameters:
UPC -

setWillShipExpedited

public void setWillShipExpedited(java.lang.Boolean willShipExpedited)
Sets the willShipExpedited value for this SellerListing.

Parameters:
willShipExpedited -

setWillShipInternational

public void setWillShipInternational(java.lang.Boolean willShipInternational)
Sets the willShipInternational value for this SellerListing.

Parameters:
willShipInternational -

Project 4