com.google.api.ads.adwords.lib.jaxb.v201206
Class Selector

java.lang.Object
  extended by com.google.api.ads.adwords.lib.jaxb.v201206.Selector

public class Selector
extends Object

Java class for Selector complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Selector">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="predicates" type="{https://adwords.google.com/api/adwords/cm/v201206}Predicate" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dateRange" type="{https://adwords.google.com/api/adwords/cm/v201206}DateRange" minOccurs="0"/>
         <element name="ordering" type="{https://adwords.google.com/api/adwords/cm/v201206}OrderBy" maxOccurs="unbounded" minOccurs="0"/>
         <element name="paging" type="{https://adwords.google.com/api/adwords/cm/v201206}Paging" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DateRange dateRange
           
protected  List<String> fields
           
protected  List<OrderBy> ordering
           
protected  Paging paging
           
protected  List<Predicate> predicates
           
 
Constructor Summary
Selector()
           
 
Method Summary
 DateRange getDateRange()
          Gets the value of the dateRange property.
 List<String> getFields()
          Gets the value of the fields property.
 List<OrderBy> getOrdering()
          Gets the value of the ordering property.
 Paging getPaging()
          Gets the value of the paging property.
 List<Predicate> getPredicates()
          Gets the value of the predicates property.
 void setDateRange(DateRange value)
          Sets the value of the dateRange property.
 void setPaging(Paging value)
          Sets the value of the paging property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fields

protected List<String> fields

predicates

protected List<Predicate> predicates

dateRange

protected DateRange dateRange

ordering

protected List<OrderBy> ordering

paging

protected Paging paging
Constructor Detail

Selector

public Selector()
Method Detail

getFields

public List<String> getFields()
Gets the value of the fields property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fields property.

For example, to add a new item, do as follows:

    getFields().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getPredicates

public List<Predicate> getPredicates()
Gets the value of the predicates property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the predicates property.

For example, to add a new item, do as follows:

    getPredicates().add(newItem);
 

Objects of the following type(s) are allowed in the list Predicate


getDateRange

public DateRange getDateRange()
Gets the value of the dateRange property.

Returns:
possible object is DateRange

setDateRange

public void setDateRange(DateRange value)
Sets the value of the dateRange property.

Parameters:
value - allowed object is DateRange

getOrdering

public List<OrderBy> getOrdering()
Gets the value of the ordering property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ordering property.

For example, to add a new item, do as follows:

    getOrdering().add(newItem);
 

Objects of the following type(s) are allowed in the list OrderBy


getPaging

public Paging getPaging()
Gets the value of the paging property.

Returns:
possible object is Paging

setPaging

public void setPaging(Paging value)
Sets the value of the paging property.

Parameters:
value - allowed object is Paging


Copyright © 2012. All Rights Reserved.