com.google.api.ads.dfp.axis.v201206
Class Asset

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201206.Asset
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RedirectAsset

public abstract class Asset
extends Object
implements Serializable

Base asset properties.

See Also:
Serialized Form

Constructor Summary
Asset()
           
Asset(String assetType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAssetType()
          Gets the assetType value for this Asset.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAssetType(String assetType)
          Sets the assetType value for this Asset.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asset

public Asset()

Asset

public Asset(String assetType)
Method Detail

getAssetType

public String getAssetType()
Gets the assetType value for this Asset.

Returns:
assetType * Indicates that this instance is a subtype of Asset. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setAssetType

public void setAssetType(String assetType)
Sets the assetType value for this Asset.

Parameters:
assetType - * Indicates that this instance is a subtype of Asset. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2012. All Rights Reserved.