de.nierbeck.timeTrack.model.impl
Class EntryTypeImpl

java.lang.Object
  extended by de.nierbeck.timeTrack.model.impl.EntryTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, EntryType, UnmarshallableObject, ValidatableObject, XMLSerializable

public class EntryTypeImpl
extends java.lang.Object
implements EntryType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class EntryTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Comment
           
protected  long _Duration
           
protected  java.lang.String _Project
           
protected  java.util.Calendar _StartTime
           
protected  java.lang.String _Task
           
protected  boolean has_Duration
           
static java.lang.Class version
           
 
Constructor Summary
EntryTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 java.lang.String getComment()
          Gets the value of the comment property.
 long getDuration()
          Gets the value of the duration property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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 serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Task

protected java.lang.String _Task

_StartTime

protected java.util.Calendar _StartTime

_Comment

protected java.lang.String _Comment

has_Duration

protected boolean has_Duration

_Duration

protected long _Duration

_Project

protected java.lang.String _Project

version

public static final java.lang.Class version
Constructor Detail

EntryTypeImpl

public EntryTypeImpl()
Method Detail

getTask

public java.lang.String getTask()
Description copied from interface: EntryType
Gets the value of the task property.

Specified by:
getTask in interface EntryType
Returns:
possible object is String

setTask

public void setTask(java.lang.String value)
Description copied from interface: EntryType
Sets the value of the task property.

Specified by:
setTask in interface EntryType
Parameters:
value - allowed object is String

getStartTime

public java.util.Calendar getStartTime()
Description copied from interface: EntryType
Gets the value of the startTime property.

Specified by:
getStartTime in interface EntryType
Returns:
possible object is Calendar

setStartTime

public void setStartTime(java.util.Calendar value)
Description copied from interface: EntryType
Sets the value of the startTime property.

Specified by:
setStartTime in interface EntryType
Parameters:
value - allowed object is Calendar

getComment

public java.lang.String getComment()
Description copied from interface: EntryType
Gets the value of the comment property.

Specified by:
getComment in interface EntryType
Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Description copied from interface: EntryType
Sets the value of the comment property.

Specified by:
setComment in interface EntryType
Parameters:
value - allowed object is String

getDuration

public long getDuration()
Description copied from interface: EntryType
Gets the value of the duration property.

Specified by:
getDuration in interface EntryType

setDuration

public void setDuration(long value)
Description copied from interface: EntryType
Sets the value of the duration property.

Specified by:
setDuration in interface EntryType

getProject

public java.lang.String getProject()
Description copied from interface: EntryType
Gets the value of the project property.

Specified by:
getProject in interface EntryType
Returns:
possible object is String

setProject

public void setProject(java.lang.String value)
Description copied from interface: EntryType
Sets the value of the project property.

Specified by:
setProject in interface EntryType
Parameters:
value - allowed object is String

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


Copyright © 2003-2006 Nierbeck. All Rights Reserved.