net.sf.mpxj.mspdi.schema
Class Project.Calendars.Calendar.Exceptions.Exception.TimePeriod

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Calendars.Calendar.Exceptions.Exception.TimePeriod
Enclosing class:
Project.Calendars.Calendar.Exceptions.Exception

public static class Project.Calendars.Calendar.Exceptions.Exception.TimePeriod
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Calendar fromDate
           
protected  Calendar toDate
           
 
Constructor Summary
Project.Calendars.Calendar.Exceptions.Exception.TimePeriod()
           
 
Method Summary
 Calendar getFromDate()
          Gets the value of the fromDate property.
 Calendar getToDate()
          Gets the value of the toDate property.
 void setFromDate(Calendar value)
          Sets the value of the fromDate property.
 void setToDate(Calendar value)
          Sets the value of the toDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromDate

protected Calendar fromDate

toDate

protected Calendar toDate
Constructor Detail

Project.Calendars.Calendar.Exceptions.Exception.TimePeriod

public Project.Calendars.Calendar.Exceptions.Exception.TimePeriod()
Method Detail

getFromDate

public Calendar getFromDate()
Gets the value of the fromDate property.

Returns:
possible object is String

setFromDate

public void setFromDate(Calendar value)
Sets the value of the fromDate property.

Parameters:
value - allowed object is String

getToDate

public Calendar getToDate()
Gets the value of the toDate property.

Returns:
possible object is String

setToDate

public void setToDate(Calendar value)
Sets the value of the toDate property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.