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

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

public class StringCreativeTemplateVariableValue
extends BaseCreativeTemplateVariableValue
implements Serializable

Stores values of CreativeTemplateVariable of VariableType#STRING and VariableType#LIST.

See Also:
Serialized Form

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

Constructor Detail

StringCreativeTemplateVariableValue

public StringCreativeTemplateVariableValue()

StringCreativeTemplateVariableValue

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

getValue

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

Returns:
value * The string value of CreativeTemplateVariable

setValue

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

Parameters:
value - * The string 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.