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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201206.BaseCustomFieldValue
      extended by com.google.api.ads.dfp.axis.v201206.DropDownCustomFieldValue
All Implemented Interfaces:
Serializable

public class DropDownCustomFieldValue
extends BaseCustomFieldValue
implements Serializable

A CustomFieldValue for a CustomField that has a CustomField.dataType of CustomFieldDataType.DROP_DOWN

See Also:
Serialized Form

Constructor Summary
DropDownCustomFieldValue()
           
DropDownCustomFieldValue(Long customFieldId, String baseCustomFieldValueType, Long customFieldOptionId)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getCustomFieldOptionId()
          Gets the customFieldOptionId value for this DropDownCustomFieldValue.
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 setCustomFieldOptionId(Long customFieldOptionId)
          Sets the customFieldOptionId value for this DropDownCustomFieldValue.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201206.BaseCustomFieldValue
getBaseCustomFieldValueType, getCustomFieldId, setBaseCustomFieldValueType, setCustomFieldId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownCustomFieldValue

public DropDownCustomFieldValue()

DropDownCustomFieldValue

public DropDownCustomFieldValue(Long customFieldId,
                                String baseCustomFieldValueType,
                                Long customFieldOptionId)
Method Detail

getCustomFieldOptionId

public Long getCustomFieldOptionId()
Gets the customFieldOptionId value for this DropDownCustomFieldValue.

Returns:
customFieldOptionId * The ID of the CustomFieldOption for this value.

setCustomFieldOptionId

public void setCustomFieldOptionId(Long customFieldOptionId)
Sets the customFieldOptionId value for this DropDownCustomFieldValue.

Parameters:
customFieldOptionId - * The ID of the CustomFieldOption for this value.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BaseCustomFieldValue

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.