|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.OfferListing
public class OfferListing
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Price |
amountSaved
|
private java.lang.String |
availability
|
private OfferListingAvailabilityAttributes |
availabilityAttributes
|
private java.lang.String |
exchangeId
|
private java.lang.Boolean |
isEligibleForSuperSaverShipping
|
private Address |
ISPUStoreAddress
|
private java.lang.String |
ISPUStoreHours
|
private java.lang.String |
offerListingId
|
private org.apache.axis.types.NonNegativeInteger |
percentageSaved
|
private Price |
price
|
private java.math.BigInteger |
quantity
|
private Price |
salePrice
|
private java.lang.String |
salesRestriction
|
private OfferListingShippingCharge[] |
shippingCharge
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
OfferListing()
|
|
OfferListing(java.lang.String offerListingId,
java.lang.String exchangeId,
Price price,
Price salePrice,
Price amountSaved,
org.apache.axis.types.NonNegativeInteger percentageSaved,
java.lang.String availability,
OfferListingAvailabilityAttributes availabilityAttributes,
java.math.BigInteger quantity,
Address ISPUStoreAddress,
java.lang.String ISPUStoreHours,
java.lang.Boolean isEligibleForSuperSaverShipping,
java.lang.String salesRestriction,
OfferListingShippingCharge[] shippingCharge)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Price |
getAmountSaved()
Gets the amountSaved value for this OfferListing. |
java.lang.String |
getAvailability()
Gets the availability value for this OfferListing. |
OfferListingAvailabilityAttributes |
getAvailabilityAttributes()
Gets the availabilityAttributes value for this OfferListing. |
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 |
getExchangeId()
Gets the exchangeId value for this OfferListing. |
java.lang.Boolean |
getIsEligibleForSuperSaverShipping()
Gets the isEligibleForSuperSaverShipping value for this OfferListing. |
Address |
getISPUStoreAddress()
Gets the ISPUStoreAddress value for this OfferListing. |
java.lang.String |
getISPUStoreHours()
Gets the ISPUStoreHours value for this OfferListing. |
java.lang.String |
getOfferListingId()
Gets the offerListingId value for this OfferListing. |
org.apache.axis.types.NonNegativeInteger |
getPercentageSaved()
Gets the percentageSaved value for this OfferListing. |
Price |
getPrice()
Gets the price value for this OfferListing. |
java.math.BigInteger |
getQuantity()
Gets the quantity value for this OfferListing. |
Price |
getSalePrice()
Gets the salePrice value for this OfferListing. |
java.lang.String |
getSalesRestriction()
Gets the salesRestriction value for this OfferListing. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
OfferListingShippingCharge[] |
getShippingCharge()
Gets the shippingCharge value for this OfferListing. |
OfferListingShippingCharge |
getShippingCharge(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAmountSaved(Price amountSaved)
Sets the amountSaved value for this OfferListing. |
void |
setAvailability(java.lang.String availability)
Sets the availability value for this OfferListing. |
void |
setAvailabilityAttributes(OfferListingAvailabilityAttributes availabilityAttributes)
Sets the availabilityAttributes value for this OfferListing. |
void |
setExchangeId(java.lang.String exchangeId)
Sets the exchangeId value for this OfferListing. |
void |
setIsEligibleForSuperSaverShipping(java.lang.Boolean isEligibleForSuperSaverShipping)
Sets the isEligibleForSuperSaverShipping value for this OfferListing. |
void |
setISPUStoreAddress(Address ISPUStoreAddress)
Sets the ISPUStoreAddress value for this OfferListing. |
void |
setISPUStoreHours(java.lang.String ISPUStoreHours)
Sets the ISPUStoreHours value for this OfferListing. |
void |
setOfferListingId(java.lang.String offerListingId)
Sets the offerListingId value for this OfferListing. |
void |
setPercentageSaved(org.apache.axis.types.NonNegativeInteger percentageSaved)
Sets the percentageSaved value for this OfferListing. |
void |
setPrice(Price price)
Sets the price value for this OfferListing. |
void |
setQuantity(java.math.BigInteger quantity)
Sets the quantity value for this OfferListing. |
void |
setSalePrice(Price salePrice)
Sets the salePrice value for this OfferListing. |
void |
setSalesRestriction(java.lang.String salesRestriction)
Sets the salesRestriction value for this OfferListing. |
void |
setShippingCharge(int i,
OfferListingShippingCharge _value)
|
void |
setShippingCharge(OfferListingShippingCharge[] shippingCharge)
Sets the shippingCharge value for this OfferListing. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private Price amountSaved
private java.lang.String availability
private OfferListingAvailabilityAttributes availabilityAttributes
private java.lang.String exchangeId
private java.lang.Boolean isEligibleForSuperSaverShipping
private Address ISPUStoreAddress
private java.lang.String ISPUStoreHours
private java.lang.String offerListingId
private org.apache.axis.types.NonNegativeInteger percentageSaved
private Price price
private java.math.BigInteger quantity
private Price salePrice
private java.lang.String salesRestriction
private OfferListingShippingCharge[] shippingCharge
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public OfferListing()
public OfferListing(java.lang.String offerListingId, java.lang.String exchangeId, Price price, Price salePrice, Price amountSaved, org.apache.axis.types.NonNegativeInteger percentageSaved, java.lang.String availability, OfferListingAvailabilityAttributes availabilityAttributes, java.math.BigInteger quantity, Address ISPUStoreAddress, java.lang.String ISPUStoreHours, java.lang.Boolean isEligibleForSuperSaverShipping, java.lang.String salesRestriction, OfferListingShippingCharge[] shippingCharge)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public Price getAmountSaved()
public java.lang.String getAvailability()
public OfferListingAvailabilityAttributes getAvailabilityAttributes()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getExchangeId()
public java.lang.Boolean getIsEligibleForSuperSaverShipping()
public Address getISPUStoreAddress()
public java.lang.String getISPUStoreHours()
public java.lang.String getOfferListingId()
public org.apache.axis.types.NonNegativeInteger getPercentageSaved()
public Price getPrice()
public java.math.BigInteger getQuantity()
public Price getSalePrice()
public java.lang.String getSalesRestriction()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public OfferListingShippingCharge[] getShippingCharge()
public OfferListingShippingCharge getShippingCharge(int i)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setAmountSaved(Price amountSaved)
amountSaved
- public void setAvailability(java.lang.String availability)
availability
- public void setAvailabilityAttributes(OfferListingAvailabilityAttributes availabilityAttributes)
availabilityAttributes
- public void setExchangeId(java.lang.String exchangeId)
exchangeId
- public void setIsEligibleForSuperSaverShipping(java.lang.Boolean isEligibleForSuperSaverShipping)
isEligibleForSuperSaverShipping
- public void setISPUStoreAddress(Address ISPUStoreAddress)
ISPUStoreAddress
- public void setISPUStoreHours(java.lang.String ISPUStoreHours)
ISPUStoreHours
- public void setOfferListingId(java.lang.String offerListingId)
offerListingId
- public void setPercentageSaved(org.apache.axis.types.NonNegativeInteger percentageSaved)
percentageSaved
- public void setPrice(Price price)
price
- public void setQuantity(java.math.BigInteger quantity)
quantity
- public void setSalePrice(Price salePrice)
salePrice
- public void setSalesRestriction(java.lang.String salesRestriction)
salesRestriction
- public void setShippingCharge(int i, OfferListingShippingCharge _value)
public void setShippingCharge(OfferListingShippingCharge[] shippingCharge)
shippingCharge
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |