net.sourceforge.doyen.jaxb.impl
Class TimeLogTypeImpl.TimeLogEntryTypeImpl

java.lang.Object
  extended bynet.sourceforge.doyen.jaxb.impl.TimeLogTypeImpl.TimeLogEntryTypeImpl
All Implemented Interfaces:
TimeLogType.TimeLogEntryType, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable
Direct Known Subclasses:
TimeLogTypeImpl.TimeLogEntryImpl
Enclosing class:
TimeLogTypeImpl

public static class TimeLogTypeImpl.TimeLogEntryTypeImpl
extends Object
implements TimeLogType.TimeLogEntryType, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class TimeLogTypeImpl.TimeLogEntryTypeImpl.Unmarshaller
           
 
Field Summary
protected  Calendar _End
           
protected  Calendar _Start
           
private static com.sun.msv.grammar.Grammar schemaFragment
           
 
Constructor Summary
TimeLogTypeImpl.TimeLogEntryTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 Calendar getEnd()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 Calendar getStart()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
private static Class PRIMARY_INTERFACE_CLASS()
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setEnd(Calendar value)
           
 void setStart(Calendar value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Start

protected Calendar _Start

_End

protected Calendar _End

schemaFragment

private static final com.sun.msv.grammar.Grammar schemaFragment
Constructor Detail

TimeLogTypeImpl.TimeLogEntryTypeImpl

public TimeLogTypeImpl.TimeLogEntryTypeImpl()
Method Detail

PRIMARY_INTERFACE_CLASS

private static final Class PRIMARY_INTERFACE_CLASS()

getStart

public Calendar getStart()
Specified by:
getStart in interface TimeLogType.TimeLogEntryType

setStart

public void setStart(Calendar value)
Specified by:
setStart in interface TimeLogType.TimeLogEntryType

getEnd

public Calendar getEnd()
Specified by:
getEnd in interface TimeLogType.TimeLogEntryType

setEnd

public void setEnd(Calendar value)
Specified by:
setEnd in interface TimeLogType.TimeLogEntryType

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject