|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Offer
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Merchant |
merchant
|
private OfferAttributes |
offerAttributes
|
private OfferListing[] |
offerListing
|
private Seller |
seller
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
Offer()
|
|
Offer(Merchant merchant,
Seller seller,
OfferAttributes offerAttributes,
OfferListing[] offerListing)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Merchant |
getMerchant()
Gets the merchant value for this Offer. |
OfferAttributes |
getOfferAttributes()
Gets the offerAttributes value for this Offer. |
OfferListing[] |
getOfferListing()
Gets the offerListing value for this Offer. |
OfferListing |
getOfferListing(int i)
|
Seller |
getSeller()
Gets the seller value for this Offer. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setMerchant(Merchant merchant)
Sets the merchant value for this Offer. |
void |
setOfferAttributes(OfferAttributes offerAttributes)
Sets the offerAttributes value for this Offer. |
void |
setOfferListing(int i,
OfferListing _value)
|
void |
setOfferListing(OfferListing[] offerListing)
Sets the offerListing value for this Offer. |
void |
setSeller(Seller seller)
Sets the seller value for this Offer. |
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 Merchant merchant
private OfferAttributes offerAttributes
private OfferListing[] offerListing
private Seller seller
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public Offer()
public Offer(Merchant merchant, Seller seller, OfferAttributes offerAttributes, OfferListing[] offerListing)
Method Detail |
public boolean equals(java.lang.Object obj)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public Merchant getMerchant()
public OfferAttributes getOfferAttributes()
public OfferListing[] getOfferListing()
public OfferListing getOfferListing(int i)
public Seller getSeller()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
public void setMerchant(Merchant merchant)
merchant
- public void setOfferAttributes(OfferAttributes offerAttributes)
offerAttributes
- public void setOfferListing(int i, OfferListing _value)
public void setOfferListing(OfferListing[] offerListing)
offerListing
- public void setSeller(Seller seller)
seller
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |