de.nierbeck.timeTrack.model
Interface Entries

All Superinterfaces:
javax.xml.bind.Element, EntriesType
All Known Implementing Classes:
EntriesImpl, TimeTrackEntriesManager

public interface Entries
extends javax.xml.bind.Element, EntriesType

Java content class for Entries element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/G:/workspace/TimeTrackPlugin2/schema/timetrack.xsd line 3)

     <element name="Entries">
       <complexType>
         <complexContent>
           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             <sequence>
               <element name="currentSelected" type="{}entryType"/>
               <element name="entry" type="{}entryType" maxOccurs="unbounded"/>
             </sequence>
           </restriction>
         </complexContent>
       </complexType>
     </element>
 


Method Summary
 
Methods inherited from interface de.nierbeck.timeTrack.model.EntriesType
getCurrentSelected, getEntry, setCurrentSelected
 



Copyright © 2003-2006 Nierbeck. All Rights Reserved.