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

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

public class BulkOpportunitySelector
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BulkOpportunitySelector()
           
BulkOpportunitySelector(OpportunityIdeaType[] ideaTypes, OpportunityAttributeType[] requestedAttributeTypes, Paging paging)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 OpportunityIdeaType[] getIdeaTypes()
          Gets the ideaTypes value for this BulkOpportunitySelector.
 OpportunityIdeaType getIdeaTypes(int i)
           
 Paging getPaging()
          Gets the paging value for this BulkOpportunitySelector.
 OpportunityAttributeType[] getRequestedAttributeTypes()
          Gets the requestedAttributeTypes value for this BulkOpportunitySelector.
 OpportunityAttributeType getRequestedAttributeTypes(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 setIdeaTypes(int i, OpportunityIdeaType _value)
           
 void setIdeaTypes(OpportunityIdeaType[] ideaTypes)
          Sets the ideaTypes value for this BulkOpportunitySelector.
 void setPaging(Paging paging)
          Sets the paging value for this BulkOpportunitySelector.
 void setRequestedAttributeTypes(int i, OpportunityAttributeType _value)
           
 void setRequestedAttributeTypes(OpportunityAttributeType[] requestedAttributeTypes)
          Sets the requestedAttributeTypes value for this BulkOpportunitySelector.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkOpportunitySelector

public BulkOpportunitySelector()

BulkOpportunitySelector

public BulkOpportunitySelector(OpportunityIdeaType[] ideaTypes,
                               OpportunityAttributeType[] requestedAttributeTypes,
                               Paging paging)
Method Detail

getIdeaTypes

public OpportunityIdeaType[] getIdeaTypes()
Gets the ideaTypes value for this BulkOpportunitySelector.

Returns:
ideaTypes * This field must not contain null elements. This field is required and should not be null.

setIdeaTypes

public void setIdeaTypes(OpportunityIdeaType[] ideaTypes)
Sets the ideaTypes value for this BulkOpportunitySelector.

Parameters:
ideaTypes - * This field must not contain null elements. This field is required and should not be null.

getIdeaTypes

public OpportunityIdeaType getIdeaTypes(int i)

setIdeaTypes

public void setIdeaTypes(int i,
                         OpportunityIdeaType _value)

getRequestedAttributeTypes

public OpportunityAttributeType[] getRequestedAttributeTypes()
Gets the requestedAttributeTypes value for this BulkOpportunitySelector.

Returns:
requestedAttributeTypes * This field must not contain null elements. This field is required and should not be null.

setRequestedAttributeTypes

public void setRequestedAttributeTypes(OpportunityAttributeType[] requestedAttributeTypes)
Sets the requestedAttributeTypes value for this BulkOpportunitySelector.

Parameters:
requestedAttributeTypes - * This field must not contain null elements. This field is required and should not be null.

getRequestedAttributeTypes

public OpportunityAttributeType getRequestedAttributeTypes(int i)

setRequestedAttributeTypes

public void setRequestedAttributeTypes(int i,
                                       OpportunityAttributeType _value)

getPaging

public Paging getPaging()
Gets the paging value for this BulkOpportunitySelector.

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

setPaging

public void setPaging(Paging paging)
Sets the paging value for this BulkOpportunitySelector.

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

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.