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() |
Copyright © 2015. All Rights Reserved.