net.sourceforge.doyen.jaxb
Interface TaskType.ScheduleType

All Known Implementing Classes:
TaskTypeImpl.ScheduleTypeImpl
Enclosing interface:
TaskType

public static interface TaskType.ScheduleType

Java content class for annonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="estimatedDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="earlyNotification" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="nextOccurrence" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="recurrence" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="ends" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
                 <attribute name="duration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface TaskType.ScheduleType.RecurrenceType
          Java content class for annonymous complex type.
 
Method Summary
 String getEarlyNotification()
           
 String getEstimatedDuration()
           
 Calendar getNextOccurrence()
           
 TaskType.ScheduleType.RecurrenceType getRecurrence()
           
 void setEarlyNotification(String value)
           
 void setEstimatedDuration(String value)
           
 void setNextOccurrence(Calendar value)
           
 void setRecurrence(TaskType.ScheduleType.RecurrenceType value)
           
 

Method Detail

getRecurrence

public TaskType.ScheduleType.RecurrenceType getRecurrence()

setRecurrence

public void setRecurrence(TaskType.ScheduleType.RecurrenceType value)

getNextOccurrence

public Calendar getNextOccurrence()

setNextOccurrence

public void setNextOccurrence(Calendar value)

getEarlyNotification

public String getEarlyNotification()

setEarlyNotification

public void setEarlyNotification(String value)

getEstimatedDuration

public String getEstimatedDuration()

setEstimatedDuration

public void setEstimatedDuration(String value)