net.sourceforge.doyen.jaxb
Interface Task
- All Superinterfaces:
- javax.xml.bind.Element, TaskType
- All Known Implementing Classes:
- TaskImpl
- public interface Task
- extends javax.xml.bind.Element, TaskType
Java content class for task element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="task">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://doyen.sourceforge.net/schemas/profile}timeLog"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schedule">
<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>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="completed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="priority" use="required" type="{http://doyen.sourceforge.net/schemas/profile}PriorityType" />
</restriction>
</complexContent>
</complexType>
</element>
Methods inherited from interface net.sourceforge.doyen.jaxb.TaskType |
getDescription, getName, getPriority, getSchedule, getTimeLog, isCompleted, setCompleted, setDescription, setName, setPriority, setSchedule, setTimeLog |