com.google.api.ads.dfp.axis.v201203
Class UrlCreativeTemplateVariableValue

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201203.BaseCreativeTemplateVariableValue
      extended by com.google.api.ads.dfp.axis.v201203.UrlCreativeTemplateVariableValue
All Implemented Interfaces:
Serializable

public class UrlCreativeTemplateVariableValue
extends BaseCreativeTemplateVariableValue
implements Serializable

Stores values of CreativeTemplateVariable of VariableType#URL.

See Also:
Serialized Form

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

Constructor Detail

UrlCreativeTemplateVariableValue

public UrlCreativeTemplateVariableValue()

UrlCreativeTemplateVariableValue

public UrlCreativeTemplateVariableValue(String uniqueName,
                                        String baseCreativeTemplateVariableValueType,
                                        String value)
Method Detail

getValue

public String getValue()
Gets the value value for this UrlCreativeTemplateVariableValue.

Returns:
value * The url value of CreativeTemplateVariable

setValue

public void setValue(String value)
Sets the value value for this UrlCreativeTemplateVariableValue.

Parameters:
value - * The url value of CreativeTemplateVariable

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BaseCreativeTemplateVariableValue

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.