com.amazon.webservices.awsecommerceservice._2007_04_04
Class Item.AlternateVersions.AlternateVersion

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Item.AlternateVersions.AlternateVersion
Enclosing class:
Item.AlternateVersions

public static class Item.AlternateVersions.AlternateVersion
extends java.lang.Object

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"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Binding" 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 binding
           
protected  java.lang.String title
           
 
Constructor Summary
Item.AlternateVersions.AlternateVersion()
           
 
Method Summary
 java.lang.String getASIN()
          Gets the value of the asin property.
 java.lang.String getBinding()
          Gets the value of the binding 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 setBinding(java.lang.String value)
          Sets the value of the binding 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

asin

protected java.lang.String asin

title

protected java.lang.String title

binding

protected java.lang.String binding
Constructor Detail

Item.AlternateVersions.AlternateVersion

public Item.AlternateVersions.AlternateVersion()
Method Detail

getASIN

public java.lang.String getASIN()
Gets the value of the asin property.

Returns:
possible object is String

setASIN

public void setASIN(java.lang.String value)
Sets the value of the asin property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getBinding

public java.lang.String getBinding()
Gets the value of the binding property.

Returns:
possible object is String

setBinding

public void setBinding(java.lang.String value)
Sets the value of the binding property.

Parameters:
value - allowed object is String


Copyright © 2007 orange-cafe.de. All Rights Reserved.