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

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

public class ListStringCreativeTemplateVariableVariableChoice
extends Object
implements Serializable

Stores variable choices that users can select from

See Also:
Serialized Form

Constructor Summary
ListStringCreativeTemplateVariableVariableChoice()
           
ListStringCreativeTemplateVariableVariableChoice(String label, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getLabel()
          Gets the label value for this ListStringCreativeTemplateVariableVariableChoice.
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 ListStringCreativeTemplateVariableVariableChoice.
 int hashCode()
           
 void setLabel(String label)
          Sets the label value for this ListStringCreativeTemplateVariableVariableChoice.
 void setValue(String value)
          Sets the value value for this ListStringCreativeTemplateVariableVariableChoice.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListStringCreativeTemplateVariableVariableChoice

public ListStringCreativeTemplateVariableVariableChoice()

ListStringCreativeTemplateVariableVariableChoice

public ListStringCreativeTemplateVariableVariableChoice(String label,
                                                        String value)
Method Detail

getLabel

public String getLabel()
Gets the label value for this ListStringCreativeTemplateVariableVariableChoice.

Returns:
label * Label that users can select from. This is displayed to users when creating a TemplateCreative. This attribute is intended to be more descriptive than value. This attribute is required and has a maximum length of 255 characters.

setLabel

public void setLabel(String label)
Sets the label value for this ListStringCreativeTemplateVariableVariableChoice.

Parameters:
label - * Label that users can select from. This is displayed to users when creating a TemplateCreative. This attribute is intended to be more descriptive than value. This attribute is required and has a maximum length of 255 characters.

getValue

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

Returns:
value * Value that users can select from. When creating a TemplateCreative, the value in StringCreativeTemplateVariableValue should match this value, if you intend to select this value. This attribute is required and has a maximum length of 255 characters.

setValue

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

Parameters:
value - * Value that users can select from. When creating a TemplateCreative, the value in StringCreativeTemplateVariableValue should match this value, if you intend to select this value. This attribute is required and has a maximum length of 255 characters.

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.