net.sourceforge.doyen.jaxb.impl
Class TaskImpl

java.lang.Object
  extended bynet.sourceforge.doyen.jaxb.impl.TaskTypeImpl
      extended bynet.sourceforge.doyen.jaxb.impl.TaskImpl
All Implemented Interfaces:
javax.xml.bind.Element, com.sun.xml.bind.RIElement, Task, TaskType, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable

public class TaskImpl
extends TaskTypeImpl
implements Task, com.sun.xml.bind.RIElement, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class TaskImpl.Unmarshaller
           
 
Nested classes inherited from class net.sourceforge.doyen.jaxb.impl.TaskTypeImpl
TaskTypeImpl.ScheduleTypeImpl
 
Nested classes inherited from class net.sourceforge.doyen.jaxb.TaskType
TaskType.ScheduleType
 
Field Summary
private static com.sun.msv.grammar.Grammar schemaFragment
           
 
Fields inherited from class net.sourceforge.doyen.jaxb.impl.TaskTypeImpl
_Completed, _Description, _Name, _Priority, _Schedule, _TimeLog, has_Completed, has_Priority
 
Constructor Summary
TaskImpl()
           
 
Method Summary
 String ____jaxb_ri____getLocalName()
           
 String ____jaxb_ri____getNamespaceURI()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 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)
           
 
Methods inherited from class net.sourceforge.doyen.jaxb.impl.TaskTypeImpl
getDescription, getName, getPriority, getSchedule, getTimeLog, isCompleted, setCompleted, setDescription, setName, setPriority, setSchedule, setTimeLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.doyen.jaxb.TaskType
getDescription, getName, getPriority, getSchedule, getTimeLog, isCompleted, setCompleted, setDescription, setName, setPriority, setSchedule, setTimeLog
 

Field Detail

schemaFragment

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

TaskImpl

public TaskImpl()
Method Detail

____jaxb_ri____getNamespaceURI

public String ____jaxb_ri____getNamespaceURI()
Specified by:
____jaxb_ri____getNamespaceURI in interface com.sun.xml.bind.RIElement

____jaxb_ri____getLocalName

public String ____jaxb_ri____getLocalName()
Specified by:
____jaxb_ri____getLocalName in interface com.sun.xml.bind.RIElement

PRIMARY_INTERFACE_CLASS

private static final Class PRIMARY_INTERFACE_CLASS()

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
Overrides:
getUnmarshaller in class TaskTypeImpl

getPrimaryInterfaceClass

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

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Overrides:
serializeElements in class TaskTypeImpl
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
Overrides:
serializeAttributes in class TaskTypeImpl
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
Overrides:
serializeAttributeBodies in class TaskTypeImpl
Throws:
SAXException

getPrimaryInterface

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

createRawValidator

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