net.sourceforge.doyen.jaxb.impl
Class TaskTypeImpl.ScheduleTypeImpl

java.lang.Object
  extended bynet.sourceforge.doyen.jaxb.impl.TaskTypeImpl.ScheduleTypeImpl
All Implemented Interfaces:
TaskType.ScheduleType, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable
Enclosing class:
TaskTypeImpl

public static class TaskTypeImpl.ScheduleTypeImpl
extends Object
implements TaskType.ScheduleType, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
static class TaskTypeImpl.ScheduleTypeImpl.RecurrenceTypeImpl
           
 class TaskTypeImpl.ScheduleTypeImpl.Unmarshaller
           
 
Nested classes inherited from class net.sourceforge.doyen.jaxb.TaskType.ScheduleType
TaskType.ScheduleType.RecurrenceType
 
Field Summary
protected  String _EarlyNotification
           
protected  String _EstimatedDuration
           
protected  Calendar _NextOccurrence
           
protected  TaskType.ScheduleType.RecurrenceType _Recurrence
           
private static com.sun.msv.grammar.Grammar schemaFragment
           
 
Constructor Summary
TaskTypeImpl.ScheduleTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 String getEarlyNotification()
           
 String getEstimatedDuration()
           
 Calendar getNextOccurrence()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 TaskType.ScheduleType.RecurrenceType getRecurrence()
           
 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 setEarlyNotification(String value)
           
 void setEstimatedDuration(String value)
           
 void setNextOccurrence(Calendar value)
           
 void setRecurrence(TaskType.ScheduleType.RecurrenceType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Recurrence

protected TaskType.ScheduleType.RecurrenceType _Recurrence

_NextOccurrence

protected Calendar _NextOccurrence

_EarlyNotification

protected String _EarlyNotification

_EstimatedDuration

protected String _EstimatedDuration

schemaFragment

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

TaskTypeImpl.ScheduleTypeImpl

public TaskTypeImpl.ScheduleTypeImpl()
Method Detail

PRIMARY_INTERFACE_CLASS

private static final Class PRIMARY_INTERFACE_CLASS()

getRecurrence

public TaskType.ScheduleType.RecurrenceType getRecurrence()
Specified by:
getRecurrence in interface TaskType.ScheduleType

setRecurrence

public void setRecurrence(TaskType.ScheduleType.RecurrenceType value)
Specified by:
setRecurrence in interface TaskType.ScheduleType

getNextOccurrence

public Calendar getNextOccurrence()
Specified by:
getNextOccurrence in interface TaskType.ScheduleType

setNextOccurrence

public void setNextOccurrence(Calendar value)
Specified by:
setNextOccurrence in interface TaskType.ScheduleType

getEarlyNotification

public String getEarlyNotification()
Specified by:
getEarlyNotification in interface TaskType.ScheduleType

setEarlyNotification

public void setEarlyNotification(String value)
Specified by:
setEarlyNotification in interface TaskType.ScheduleType

getEstimatedDuration

public String getEstimatedDuration()
Specified by:
getEstimatedDuration in interface TaskType.ScheduleType

setEstimatedDuration

public void setEstimatedDuration(String value)
Specified by:
setEstimatedDuration in interface TaskType.ScheduleType

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