net.sourceforge.doyen.jaxb
Interface TimeLogType.TimeLogEntry

All Superinterfaces:
TimeLogType.TimeLogEntryType
All Known Implementing Classes:
TimeLogTypeImpl.TimeLogEntryImpl
Enclosing interface:
TimeLogType

public static interface TimeLogType.TimeLogEntry
extends TimeLogType.TimeLogEntryType

Java content class for timeLogEntry element declaration.

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

 <element name="timeLogEntry">
   <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>
 </element>
 


Methods inherited from interface net.sourceforge.doyen.jaxb.TimeLogType.TimeLogEntryType
getEnd, getStart, setEnd, setStart