|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntryType
Java content class for entryType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/G:/workspace/TimeTrackPlugin2/schema/timetrack.xsd line 11)
<complexType name="entryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="project" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="task" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
long |
getDuration()
Gets the value of the duration property. |
java.lang.String |
getProject()
Gets the value of the project property. |
java.util.Calendar |
getStartTime()
Gets the value of the startTime property. |
java.lang.String |
getTask()
Gets the value of the task property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setDuration(long value)
Sets the value of the duration property. |
void |
setProject(java.lang.String value)
Sets the value of the project property. |
void |
setStartTime(java.util.Calendar value)
Sets the value of the startTime property. |
void |
setTask(java.lang.String value)
Sets the value of the task property. |
| Method Detail |
|---|
java.lang.String getTask()
Stringvoid setTask(java.lang.String value)
value - allowed object is Stringjava.util.Calendar getStartTime()
Calendarvoid setStartTime(java.util.Calendar value)
value - allowed object is Calendarjava.lang.String getComment()
Stringvoid setComment(java.lang.String value)
value - allowed object is Stringlong getDuration()
void setDuration(long value)
java.lang.String getProject()
Stringvoid setProject(java.lang.String value)
value - allowed object is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||