public class ProjectTrendRecordFilterSpecDataObj extends Object
Java class for projectTrendRecordFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="projectTrendRecordFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
endDate |
protected XMLGregorianCalendar |
startDate |
| Constructor and Description |
|---|
ProjectTrendRecordFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar startDate
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2004-2013 Hudson. All Rights Reserved.