com.amazonaws.a2s.model
Class Language

java.lang.Object
  extended by com.amazonaws.a2s.model.Language

public class Language
extends java.lang.Object

Java class for Language complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Language">
   <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>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


Field Summary
protected  java.lang.String audioFormat
           
protected  java.lang.String name
           
protected  java.lang.String type
           
 
Constructor Summary
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.
 boolean isSetAudioFormat()
           
 boolean isSetName()
           
 boolean isSetType()
           
 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.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 Language withAudioFormat(java.lang.String value)
          Sets the value of the AudioFormat property.
 Language withName(java.lang.String value)
          Sets the value of the Name property.
 Language withType(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

Language

public 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

isSetName

public boolean isSetName()

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

isSetType

public boolean isSetType()

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

isSetAudioFormat

public boolean isSetAudioFormat()

withName

public Language withName(java.lang.String value)
Sets the value of the Name property.

Parameters:
value -
Returns:
this instance

withType

public Language withType(java.lang.String value)
Sets the value of the Type property.

Parameters:
value -
Returns:
this instance

withAudioFormat

public Language withAudioFormat(java.lang.String value)
Sets the value of the AudioFormat property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only