com.google.api.ads.adwords.lib.jaxb.v201109
Class DateRange

java.lang.Object
  extended by com.google.api.ads.adwords.lib.jaxb.v201109.DateRange

public class DateRange
extends Object

Java class for DateRange complex type.

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

 <complexType name="DateRange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="min" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="max" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String max
           
protected  String min
           
 
Constructor Summary
DateRange()
           
 
Method Summary
 String getMax()
          Gets the value of the max property.
 String getMin()
          Gets the value of the min property.
 void setMax(String value)
          Sets the value of the max property.
 void setMin(String value)
          Sets the value of the min property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

protected String min

max

protected String max
Constructor Detail

DateRange

public DateRange()
Method Detail

getMin

public String getMin()
Gets the value of the min property.

Returns:
possible object is String

setMin

public void setMin(String value)
Sets the value of the min property.

Parameters:
value - allowed object is String

getMax

public String getMax()
Gets the value of the max property.

Returns:
possible object is String

setMax

public void setMax(String value)
Sets the value of the max property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.