net.sourceforge.doyen.jaxb
Interface TimeLogType.TimeLogEntryType
- All Known Subinterfaces:
- TimeLogType.TimeLogEntry
- All Known Implementing Classes:
- TimeLogTypeImpl.TimeLogEntryImpl, TimeLogTypeImpl.TimeLogEntryTypeImpl
- Enclosing interface:
- TimeLogType
- public static interface TimeLogType.TimeLogEntryType
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="start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getStart
public Calendar getStart()
setStart
public void setStart(Calendar value)
getEnd
public Calendar getEnd()
setEnd
public void setEnd(Calendar value)