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

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

public class Opportunity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Opportunity()
           
Opportunity(OpportunityIdea[] opportunityIdeas)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 OpportunityIdea[] getOpportunityIdeas()
          Gets the opportunityIdeas value for this Opportunity.
 OpportunityIdea getOpportunityIdeas(int i)
           
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 setOpportunityIdeas(int i, OpportunityIdea _value)
           
 void setOpportunityIdeas(OpportunityIdea[] opportunityIdeas)
          Sets the opportunityIdeas value for this Opportunity.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Opportunity

public Opportunity()

Opportunity

public Opportunity(OpportunityIdea[] opportunityIdeas)
Method Detail

getOpportunityIdeas

public OpportunityIdea[] getOpportunityIdeas()
Gets the opportunityIdeas value for this Opportunity.

Returns:
opportunityIdeas

setOpportunityIdeas

public void setOpportunityIdeas(OpportunityIdea[] opportunityIdeas)
Sets the opportunityIdeas value for this Opportunity.

Parameters:
opportunityIdeas -

getOpportunityIdeas

public OpportunityIdea getOpportunityIdeas(int i)

setOpportunityIdeas

public void setOpportunityIdeas(int i,
                                OpportunityIdea _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.