com.google.api.ads.dfp.axis.v201201
Class BaseCreativeTemplateVariableValue

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201201.BaseCreativeTemplateVariableValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssetCreativeTemplateVariableValue, LongCreativeTemplateVariableValue, StringCreativeTemplateVariableValue, UrlCreativeTemplateVariableValue

public abstract class BaseCreativeTemplateVariableValue
extends Object
implements Serializable

A base class for storing values of the CreativeTemplateVariable.

See Also:
Serialized Form

Constructor Summary
BaseCreativeTemplateVariableValue()
           
BaseCreativeTemplateVariableValue(String uniqueName, String baseCreativeTemplateVariableValueType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBaseCreativeTemplateVariableValueType()
          Gets the baseCreativeTemplateVariableValueType value for this BaseCreativeTemplateVariableValue.
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
 String getUniqueName()
          Gets the uniqueName value for this BaseCreativeTemplateVariableValue.
 int hashCode()
           
 void setBaseCreativeTemplateVariableValueType(String baseCreativeTemplateVariableValueType)
          Sets the baseCreativeTemplateVariableValueType value for this BaseCreativeTemplateVariableValue.
 void setUniqueName(String uniqueName)
          Sets the uniqueName value for this BaseCreativeTemplateVariableValue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCreativeTemplateVariableValue

public BaseCreativeTemplateVariableValue()

BaseCreativeTemplateVariableValue

public BaseCreativeTemplateVariableValue(String uniqueName,
                                         String baseCreativeTemplateVariableValueType)
Method Detail

getUniqueName

public String getUniqueName()
Gets the uniqueName value for this BaseCreativeTemplateVariableValue.

Returns:
uniqueName * A uniqueName of the CreativeTemplateVariable.

setUniqueName

public void setUniqueName(String uniqueName)
Sets the uniqueName value for this BaseCreativeTemplateVariableValue.

Parameters:
uniqueName - * A uniqueName of the CreativeTemplateVariable.

getBaseCreativeTemplateVariableValueType

public String getBaseCreativeTemplateVariableValueType()
Gets the baseCreativeTemplateVariableValueType value for this BaseCreativeTemplateVariableValue.

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

setBaseCreativeTemplateVariableValueType

public void setBaseCreativeTemplateVariableValueType(String baseCreativeTemplateVariableValueType)
Sets the baseCreativeTemplateVariableValueType value for this BaseCreativeTemplateVariableValue.

Parameters:
baseCreativeTemplateVariableValueType - * Indicates that this instance is a subtype of BaseCreativeTemplateVariableValue. 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.