net.sourceforge.doyen.jaxb
Interface TaskType.ScheduleType.RecurrenceType
- All Known Implementing Classes:
- TaskTypeImpl.ScheduleTypeImpl.RecurrenceTypeImpl
- Enclosing interface:
- TaskType.ScheduleType
- public static interface TaskType.ScheduleType.RecurrenceType
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">
<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>
getDuration
public String getDuration()
setDuration
public void setDuration(String value)
getEnds
public Calendar getEnds()
setEnds
public void setEnds(Calendar value)