com.google.api.ads.adwords.v201109.o
Class OpportunityIdea

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.OpportunityIdea
All Implemented Interfaces:
Serializable

public class OpportunityIdea
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OpportunityIdea()
           
OpportunityIdea(OpportunityAttribute_AttributeMapEntry[] data)
           
 
Method Summary
 boolean equals(Object obj)
           
 OpportunityAttribute_AttributeMapEntry[] getData()
          Gets the data value for this OpportunityIdea.
 OpportunityAttribute_AttributeMapEntry getData(int i)
           
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 setData(int i, OpportunityAttribute_AttributeMapEntry _value)
           
 void setData(OpportunityAttribute_AttributeMapEntry[] data)
          Sets the data value for this OpportunityIdea.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpportunityIdea

public OpportunityIdea()

OpportunityIdea

public OpportunityIdea(OpportunityAttribute_AttributeMapEntry[] data)
Method Detail

getData

public OpportunityAttribute_AttributeMapEntry[] getData()
Gets the data value for this OpportunityIdea.

Returns:
data * This field is required and should not be null.

setData

public void setData(OpportunityAttribute_AttributeMapEntry[] data)
Sets the data value for this OpportunityIdea.

Parameters:
data - * This field is required and should not be null.

getData

public OpportunityAttribute_AttributeMapEntry getData(int i)

setData

public void setData(int i,
                    OpportunityAttribute_AttributeMapEntry _value)

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 © 2011. All Rights Reserved.