|
||||||||||
| 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.DateRange
public class DateRange
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 |
|---|
protected String min
protected String max
| Constructor Detail |
|---|
public DateRange()
| Method Detail |
|---|
public String getMin()
Stringpublic void setMin(String value)
value - allowed object is
Stringpublic String getMax()
Stringpublic void setMax(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||