com.google.api.adwords.v10
Class VideoAd

java.lang.Object
  extended by com.google.api.adwords.v10.Ad
      extended by com.google.api.adwords.v10.VideoAd
All Implemented Interfaces:
java.io.Serializable

public class VideoAd
extends Ad
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
VideoAd()
           
VideoAd(Image image, java.lang.String name, Video video)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Image getImage()
          Gets the image value for this VideoAd.
 java.lang.String getName()
          Gets the name value for this VideoAd.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Video getVideo()
          Gets the video value for this VideoAd.
 int hashCode()
           
 void setImage(Image image)
          Sets the image value for this VideoAd.
 void setName(java.lang.String name)
          Sets the name value for this VideoAd.
 void setVideo(Video video)
          Sets the video value for this VideoAd.
 
Methods inherited from class com.google.api.adwords.v10.Ad
getAdGroupId, getAdType, getDestinationUrl, getDisplayUrl, getExemptionRequest, getId, getStatus, isDisapproved, setAdGroupId, setAdType, setDestinationUrl, setDisapproved, setDisplayUrl, setExemptionRequest, setId, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoAd

public VideoAd()

VideoAd

public VideoAd(Image image,
               java.lang.String name,
               Video video)
Method Detail

getImage

public Image getImage()
Gets the image value for this VideoAd.

Returns:
image

setImage

public void setImage(Image image)
Sets the image value for this VideoAd.

Parameters:
image -

getName

public java.lang.String getName()
Gets the name value for this VideoAd.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this VideoAd.

Parameters:
name -

getVideo

public Video getVideo()
Gets the video value for this VideoAd.

Returns:
video

setVideo

public void setVideo(Video video)
Sets the video value for this VideoAd.

Parameters:
video -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Ad

hashCode

public int hashCode()
Overrides:
hashCode in class Ad

getTypeDesc

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


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.