|
||||||||||
| 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.Predicate
public class Predicate
Java class for Predicate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Predicate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="operator" type="{https://adwords.google.com/api/adwords/cm/v201206}Predicate.Operator"/>
<element name="values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
field
|
protected PredicateOperator |
operator
|
protected List<String> |
values
|
| Constructor Summary | |
|---|---|
Predicate()
|
|
| Method Summary | |
|---|---|
String |
getField()
Gets the value of the field property. |
PredicateOperator |
getOperator()
Gets the value of the operator property. |
List<String> |
getValues()
Gets the value of the values property. |
void |
setField(String value)
Sets the value of the field property. |
void |
setOperator(PredicateOperator value)
Sets the value of the operator property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String field
protected PredicateOperator operator
protected List<String> values
| Constructor Detail |
|---|
public Predicate()
| Method Detail |
|---|
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic PredicateOperator getOperator()
PredicateOperatorpublic void setOperator(PredicateOperator value)
value - allowed object is
PredicateOperatorpublic List<String> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||