com.amazon.webservices.awsecommerceservice._2007_04_04
Class ItemAttributes.Languages.Language

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.ItemAttributes.Languages.Language
Enclosing class:
ItemAttributes.Languages

public static class ItemAttributes.Languages.Language
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="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AudioFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String audioFormat
           
protected  java.lang.String name
           
protected  java.lang.String type
           
 
Constructor Summary
ItemAttributes.Languages.Language()
           
 
Method Summary
 java.lang.String getAudioFormat()
          Gets the value of the audioFormat property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 void setAudioFormat(java.lang.String value)
          Sets the value of the audioFormat property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

type

protected java.lang.String type

audioFormat

protected java.lang.String audioFormat
Constructor Detail

ItemAttributes.Languages.Language

public ItemAttributes.Languages.Language()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getAudioFormat

public java.lang.String getAudioFormat()
Gets the value of the audioFormat property.

Returns:
possible object is String

setAudioFormat

public void setAudioFormat(java.lang.String value)
Sets the value of the audioFormat property.

Parameters:
value - allowed object is String


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