|
||||||||||
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.ItemAttributes.Languages.Language
public static class ItemAttributes.Languages.Language
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 |
---|
protected java.lang.String name
protected java.lang.String type
protected java.lang.String audioFormat
Constructor Detail |
---|
public ItemAttributes.Languages.Language()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAudioFormat()
String
public void setAudioFormat(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 |