com.google.api.ads.adwords.v201109.cm
Class MediaMimeType

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.MediaMimeType
All Implemented Interfaces:
Serializable

public class MediaMimeType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _AUDIO_MP3
           
static String _AUDIO_WAV
           
static String _FLASH
           
static String _IMAGE_GIF
           
static String _IMAGE_JPEG
           
static String _IMAGE_PNG
           
static String _MSEXCEL
           
static String _MSWORD
           
static String _PDF
           
static String _RTF
           
static String _TEXT_HTML
           
static MediaMimeType AUDIO_MP3
           
static MediaMimeType AUDIO_WAV
           
static MediaMimeType FLASH
           
static MediaMimeType IMAGE_GIF
           
static MediaMimeType IMAGE_JPEG
           
static MediaMimeType IMAGE_PNG
           
static MediaMimeType MSEXCEL
           
static MediaMimeType MSWORD
           
static MediaMimeType PDF
           
static MediaMimeType RTF
           
static MediaMimeType TEXT_HTML
           
 
Constructor Summary
protected MediaMimeType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static MediaMimeType fromString(String value)
           
static MediaMimeType fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_IMAGE_JPEG

public static final String _IMAGE_JPEG
See Also:
Constant Field Values

_IMAGE_GIF

public static final String _IMAGE_GIF
See Also:
Constant Field Values

_IMAGE_PNG

public static final String _IMAGE_PNG
See Also:
Constant Field Values

_FLASH

public static final String _FLASH
See Also:
Constant Field Values

_TEXT_HTML

public static final String _TEXT_HTML
See Also:
Constant Field Values

_PDF

public static final String _PDF
See Also:
Constant Field Values

_MSWORD

public static final String _MSWORD
See Also:
Constant Field Values

_MSEXCEL

public static final String _MSEXCEL
See Also:
Constant Field Values

_RTF

public static final String _RTF
See Also:
Constant Field Values

_AUDIO_WAV

public static final String _AUDIO_WAV
See Also:
Constant Field Values

_AUDIO_MP3

public static final String _AUDIO_MP3
See Also:
Constant Field Values

IMAGE_JPEG

public static final MediaMimeType IMAGE_JPEG

IMAGE_GIF

public static final MediaMimeType IMAGE_GIF

IMAGE_PNG

public static final MediaMimeType IMAGE_PNG

FLASH

public static final MediaMimeType FLASH

TEXT_HTML

public static final MediaMimeType TEXT_HTML

PDF

public static final MediaMimeType PDF

MSWORD

public static final MediaMimeType MSWORD

MSEXCEL

public static final MediaMimeType MSEXCEL

RTF

public static final MediaMimeType RTF

AUDIO_WAV

public static final MediaMimeType AUDIO_WAV

AUDIO_MP3

public static final MediaMimeType AUDIO_MP3
Constructor Detail

MediaMimeType

protected MediaMimeType(String value)
Method Detail

getValue

public String getValue()

fromValue

public static MediaMimeType fromValue(String value)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static MediaMimeType fromString(String value)
                                throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2011. All Rights Reserved.