com.google.api.ads.adwords.lib.jaxb.v201109_1
Class OrderBy

java.lang.Object
  extended by com.google.api.ads.adwords.lib.jaxb.v201109_1.OrderBy

public class OrderBy
extends Object

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_1}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

field

protected String field

sortOrder

protected SortOrder sortOrder
Constructor Detail

OrderBy

public OrderBy()
Method Detail

getField

public String getField()
Gets the value of the field property.

Returns:
possible object is String

setField

public void setField(String value)
Sets the value of the field property.

Parameters:
value - allowed object is String

getSortOrder

public SortOrder getSortOrder()
Gets the value of the sortOrder property.

Returns:
possible object is SortOrder

setSortOrder

public void setSortOrder(SortOrder value)
Sets the value of the sortOrder property.

Parameters:
value - allowed object is SortOrder


Copyright © 2012. All Rights Reserved.