|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.lib.jaxb.v201206.Selector
public class Selector
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 |
|---|
protected List<String> fields
protected List<Predicate> predicates
protected DateRange dateRange
protected List<OrderBy> ordering
protected Paging paging
| Constructor Detail |
|---|
public Selector()
| Method Detail |
|---|
public List<String> getFields()
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
public List<Predicate> getPredicates()
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
public DateRange getDateRange()
DateRangepublic void setDateRange(DateRange value)
value - allowed object is
DateRangepublic List<OrderBy> getOrdering()
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
public Paging getPaging()
Pagingpublic void setPaging(Paging value)
value - allowed object is
Paging
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||