|
||||||||||
| 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.v201109.OrderBy
public class OrderBy
Java class for OrderBy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderBy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sortOrder" type="{https://adwords.google.com/api/adwords/cm/v201109}SortOrder" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
field
|
protected SortOrder |
sortOrder
|
| Constructor Summary | |
|---|---|
OrderBy()
|
|
| Method Summary | |
|---|---|
String |
getField()
Gets the value of the field property. |
SortOrder |
getSortOrder()
Gets the value of the sortOrder property. |
void |
setField(String value)
Sets the value of the field property. |
void |
setSortOrder(SortOrder value)
Sets the value of the sortOrder 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 SortOrder sortOrder
| Constructor Detail |
|---|
public OrderBy()
| Method Detail |
|---|
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic SortOrder getSortOrder()
SortOrderpublic void setSortOrder(SortOrder value)
value - allowed object is
SortOrder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||