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>
Modifier and Type | Field and Description |
---|---|
protected String |
max |
protected String |
min |
Constructor and Description |
---|
DateRange() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getMin()
String
public void setMin(String value)
value
- allowed object is
String
public String getMax()
String
Copyright © 2018. All Rights Reserved.