net.sourceforge.doyen.jaxb.impl
Class TaskTypeImpl
java.lang.Object
net.sourceforge.doyen.jaxb.impl.TaskTypeImpl
- All Implemented Interfaces:
- TaskType, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable
- Direct Known Subclasses:
- TaskImpl
- public class TaskTypeImpl
- extends Object
- implements TaskType, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Description
protected String _Description
_Schedule
protected TaskType.ScheduleType _Schedule
_TimeLog
protected TimeLogType _TimeLog
has_Completed
protected boolean has_Completed
_Completed
protected boolean _Completed
has_Priority
protected boolean has_Priority
_Priority
protected byte _Priority
_Name
protected String _Name
schemaFragment
private static final com.sun.msv.grammar.Grammar schemaFragment
TaskTypeImpl
public TaskTypeImpl()
PRIMARY_INTERFACE_CLASS
private static final Class PRIMARY_INTERFACE_CLASS()
getDescription
public String getDescription()
- Specified by:
getDescription
in interface TaskType
setDescription
public void setDescription(String value)
- Specified by:
setDescription
in interface TaskType
getSchedule
public TaskType.ScheduleType getSchedule()
- Specified by:
getSchedule
in interface TaskType
setSchedule
public void setSchedule(TaskType.ScheduleType value)
- Specified by:
setSchedule
in interface TaskType
getTimeLog
public TimeLogType getTimeLog()
- Specified by:
getTimeLog
in interface TaskType
setTimeLog
public void setTimeLog(TimeLogType value)
- Specified by:
setTimeLog
in interface TaskType
isCompleted
public boolean isCompleted()
- Specified by:
isCompleted
in interface TaskType
setCompleted
public void setCompleted(boolean value)
- Specified by:
setCompleted
in interface TaskType
getPriority
public byte getPriority()
- Specified by:
getPriority
in interface TaskType
setPriority
public void setPriority(byte value)
- Specified by:
setPriority
in interface TaskType
getName
public String getName()
- Specified by:
getName
in interface TaskType
setName
public void setName(String value)
- Specified by:
setName
in interface TaskType
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