|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Accessories.Accessory
public static class Accessories.Accessory
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ASIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
asin
|
protected java.lang.String |
title
|
Constructor Summary | |
---|---|
Accessories.Accessory()
|
Method Summary | |
---|---|
java.lang.String |
getASIN()
Gets the value of the asin property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setASIN(java.lang.String value)
Sets the value of the asin property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String asin
protected java.lang.String title
Constructor Detail |
---|
public Accessories.Accessory()
Method Detail |
---|
public java.lang.String getASIN()
String
public void setASIN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |