com.khubla.olmreader.olm.generated.Tasks Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.10-b140310.1920
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.06.21 at 04:32:46 PM MDT
//
package com.khubla.olmreader.olm.generated;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="task" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="OPFTaskCopyCategoryList" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="category" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="OPFCategoryCopyBackgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="OPFCategoryCopyName" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyPrimaryCategory" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="OPFCategoryCopyBackgroundColor">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFCategoryCopyName">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyReminderTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyCompletedDateTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyModDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyName">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyNote" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyNotePlain" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskGetPriority" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyDueDateTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyStartDateTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyRecurrence" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="OPFRecurrenceCopyEndDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceCopyStartDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceGetOccurenceCount">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceHasEndDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceIsNoEnd">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceIsNumbered">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePattern" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="OPFRecurrencePatternDaysOfWeek" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="allDays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="friday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="monday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="tuesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="wednesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="thursday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="sunday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="saturday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekdays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekenddays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternInterval">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternType">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternDayOfMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* <attribute name="elementCount" type="{http://www.w3.org/2001/XMLSchema}byte" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"task"
})
@XmlRootElement(name = "tasks")
public class Tasks {
@XmlElement(required = true)
protected List task;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
@XmlAttribute(name = "elementCount")
protected Byte elementCount;
/**
* Gets the value of the task property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the task property.
*
*
* For example, to add a new item, do as follows:
*
* getTask().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Tasks.Task }
*
*
*/
public List getTask() {
if (task == null) {
task = new ArrayList();
}
return this.task;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Gets the value of the elementCount property.
*
* @return
* possible object is
* {@link Byte }
*
*/
public Byte getElementCount() {
return elementCount;
}
/**
* Sets the value of the elementCount property.
*
* @param value
* allowed object is
* {@link Byte }
*
*/
public void setElementCount(Byte value) {
this.elementCount = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="OPFTaskCopyCategoryList" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="category" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="OPFCategoryCopyBackgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="OPFCategoryCopyName" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyPrimaryCategory" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="OPFCategoryCopyBackgroundColor">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFCategoryCopyName">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyReminderTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyCompletedDateTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyModDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyName">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyNote" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyNotePlain" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskGetPriority" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyDueDateTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyStartDateTime" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFTaskCopyRecurrence" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="OPFRecurrenceCopyEndDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceCopyStartDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceGetOccurenceCount">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceHasEndDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceIsNoEnd">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceIsNumbered">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePattern" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="OPFRecurrencePatternDaysOfWeek" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="allDays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="friday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="monday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="tuesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="wednesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="thursday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="sunday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="saturday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekdays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekenddays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternInterval">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternType">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternDayOfMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
})
public static class Task {
@XmlElement(name = "OPFTaskCopyCategoryList")
protected Tasks.Task.OPFTaskCopyCategoryList opfTaskCopyCategoryList;
@XmlElement(name = "OPFTaskCopyPrimaryCategory")
protected Tasks.Task.OPFTaskCopyPrimaryCategory opfTaskCopyPrimaryCategory;
@XmlElement(name = "OPFTaskCopyReminderTime")
protected Tasks.Task.OPFTaskCopyReminderTime opfTaskCopyReminderTime;
@XmlElement(name = "OPFTaskCopyCompletedDateTime")
protected Tasks.Task.OPFTaskCopyCompletedDateTime opfTaskCopyCompletedDateTime;
@XmlElement(name = "OPFTaskCopyModDate", required = true)
protected Tasks.Task.OPFTaskCopyModDate opfTaskCopyModDate;
@XmlElement(name = "OPFTaskCopyName", required = true)
protected Tasks.Task.OPFTaskCopyName opfTaskCopyName;
@XmlElement(name = "OPFTaskCopyNote")
protected Tasks.Task.OPFTaskCopyNote opfTaskCopyNote;
@XmlElement(name = "OPFTaskCopyNotePlain")
protected Tasks.Task.OPFTaskCopyNotePlain opfTaskCopyNotePlain;
@XmlElement(name = "OPFTaskGetPriority")
protected Tasks.Task.OPFTaskGetPriority opfTaskGetPriority;
@XmlElement(name = "OPFTaskCopyDueDateTime")
protected Tasks.Task.OPFTaskCopyDueDateTime opfTaskCopyDueDateTime;
@XmlElement(name = "OPFTaskCopyStartDateTime")
protected Tasks.Task.OPFTaskCopyStartDateTime opfTaskCopyStartDateTime;
@XmlElement(name = "OPFTaskCopyRecurrence")
protected Tasks.Task.OPFTaskCopyRecurrence opfTaskCopyRecurrence;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the opfTaskCopyCategoryList property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyCategoryList }
*
*/
public Tasks.Task.OPFTaskCopyCategoryList getOPFTaskCopyCategoryList() {
return opfTaskCopyCategoryList;
}
/**
* Sets the value of the opfTaskCopyCategoryList property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyCategoryList }
*
*/
public void setOPFTaskCopyCategoryList(Tasks.Task.OPFTaskCopyCategoryList value) {
this.opfTaskCopyCategoryList = value;
}
/**
* Gets the value of the opfTaskCopyPrimaryCategory property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyPrimaryCategory }
*
*/
public Tasks.Task.OPFTaskCopyPrimaryCategory getOPFTaskCopyPrimaryCategory() {
return opfTaskCopyPrimaryCategory;
}
/**
* Sets the value of the opfTaskCopyPrimaryCategory property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyPrimaryCategory }
*
*/
public void setOPFTaskCopyPrimaryCategory(Tasks.Task.OPFTaskCopyPrimaryCategory value) {
this.opfTaskCopyPrimaryCategory = value;
}
/**
* Gets the value of the opfTaskCopyReminderTime property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyReminderTime }
*
*/
public Tasks.Task.OPFTaskCopyReminderTime getOPFTaskCopyReminderTime() {
return opfTaskCopyReminderTime;
}
/**
* Sets the value of the opfTaskCopyReminderTime property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyReminderTime }
*
*/
public void setOPFTaskCopyReminderTime(Tasks.Task.OPFTaskCopyReminderTime value) {
this.opfTaskCopyReminderTime = value;
}
/**
* Gets the value of the opfTaskCopyCompletedDateTime property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyCompletedDateTime }
*
*/
public Tasks.Task.OPFTaskCopyCompletedDateTime getOPFTaskCopyCompletedDateTime() {
return opfTaskCopyCompletedDateTime;
}
/**
* Sets the value of the opfTaskCopyCompletedDateTime property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyCompletedDateTime }
*
*/
public void setOPFTaskCopyCompletedDateTime(Tasks.Task.OPFTaskCopyCompletedDateTime value) {
this.opfTaskCopyCompletedDateTime = value;
}
/**
* Gets the value of the opfTaskCopyModDate property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyModDate }
*
*/
public Tasks.Task.OPFTaskCopyModDate getOPFTaskCopyModDate() {
return opfTaskCopyModDate;
}
/**
* Sets the value of the opfTaskCopyModDate property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyModDate }
*
*/
public void setOPFTaskCopyModDate(Tasks.Task.OPFTaskCopyModDate value) {
this.opfTaskCopyModDate = value;
}
/**
* Gets the value of the opfTaskCopyName property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyName }
*
*/
public Tasks.Task.OPFTaskCopyName getOPFTaskCopyName() {
return opfTaskCopyName;
}
/**
* Sets the value of the opfTaskCopyName property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyName }
*
*/
public void setOPFTaskCopyName(Tasks.Task.OPFTaskCopyName value) {
this.opfTaskCopyName = value;
}
/**
* Gets the value of the opfTaskCopyNote property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyNote }
*
*/
public Tasks.Task.OPFTaskCopyNote getOPFTaskCopyNote() {
return opfTaskCopyNote;
}
/**
* Sets the value of the opfTaskCopyNote property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyNote }
*
*/
public void setOPFTaskCopyNote(Tasks.Task.OPFTaskCopyNote value) {
this.opfTaskCopyNote = value;
}
/**
* Gets the value of the opfTaskCopyNotePlain property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyNotePlain }
*
*/
public Tasks.Task.OPFTaskCopyNotePlain getOPFTaskCopyNotePlain() {
return opfTaskCopyNotePlain;
}
/**
* Sets the value of the opfTaskCopyNotePlain property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyNotePlain }
*
*/
public void setOPFTaskCopyNotePlain(Tasks.Task.OPFTaskCopyNotePlain value) {
this.opfTaskCopyNotePlain = value;
}
/**
* Gets the value of the opfTaskGetPriority property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskGetPriority }
*
*/
public Tasks.Task.OPFTaskGetPriority getOPFTaskGetPriority() {
return opfTaskGetPriority;
}
/**
* Sets the value of the opfTaskGetPriority property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskGetPriority }
*
*/
public void setOPFTaskGetPriority(Tasks.Task.OPFTaskGetPriority value) {
this.opfTaskGetPriority = value;
}
/**
* Gets the value of the opfTaskCopyDueDateTime property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyDueDateTime }
*
*/
public Tasks.Task.OPFTaskCopyDueDateTime getOPFTaskCopyDueDateTime() {
return opfTaskCopyDueDateTime;
}
/**
* Sets the value of the opfTaskCopyDueDateTime property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyDueDateTime }
*
*/
public void setOPFTaskCopyDueDateTime(Tasks.Task.OPFTaskCopyDueDateTime value) {
this.opfTaskCopyDueDateTime = value;
}
/**
* Gets the value of the opfTaskCopyStartDateTime property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyStartDateTime }
*
*/
public Tasks.Task.OPFTaskCopyStartDateTime getOPFTaskCopyStartDateTime() {
return opfTaskCopyStartDateTime;
}
/**
* Sets the value of the opfTaskCopyStartDateTime property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyStartDateTime }
*
*/
public void setOPFTaskCopyStartDateTime(Tasks.Task.OPFTaskCopyStartDateTime value) {
this.opfTaskCopyStartDateTime = value;
}
/**
* Gets the value of the opfTaskCopyRecurrence property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence getOPFTaskCopyRecurrence() {
return opfTaskCopyRecurrence;
}
/**
* Sets the value of the opfTaskCopyRecurrence property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence }
*
*/
public void setOPFTaskCopyRecurrence(Tasks.Task.OPFTaskCopyRecurrence value) {
this.opfTaskCopyRecurrence = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="category" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="OPFCategoryCopyBackgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="OPFCategoryCopyName" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"category"
})
public static class OPFTaskCopyCategoryList {
@XmlElement(required = true)
protected List category;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the category property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the category property.
*
*
* For example, to add a new item, do as follows:
*
* getCategory().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Tasks.Task.OPFTaskCopyCategoryList.Category }
*
*
*/
public List getCategory() {
if (category == null) {
category = new ArrayList();
}
return this.category;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="OPFCategoryCopyBackgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="OPFCategoryCopyName" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class Category {
@XmlAttribute(name = "OPFCategoryCopyBackgroundColor")
protected String opfCategoryCopyBackgroundColor;
@XmlAttribute(name = "OPFCategoryCopyName")
protected String opfCategoryCopyName;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the opfCategoryCopyBackgroundColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOPFCategoryCopyBackgroundColor() {
return opfCategoryCopyBackgroundColor;
}
/**
* Sets the value of the opfCategoryCopyBackgroundColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOPFCategoryCopyBackgroundColor(String value) {
this.opfCategoryCopyBackgroundColor = value;
}
/**
* Gets the value of the opfCategoryCopyName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOPFCategoryCopyName() {
return opfCategoryCopyName;
}
/**
* Sets the value of the opfCategoryCopyName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOPFCategoryCopyName(String value) {
this.opfCategoryCopyName = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyCompletedDateTime {
@XmlValue
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setValue(XMLGregorianCalendar value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyDueDateTime {
@XmlValue
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setValue(XMLGregorianCalendar value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyModDate {
@XmlValue
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setValue(XMLGregorianCalendar value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyName {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyNote {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyNotePlain {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="OPFCategoryCopyBackgroundColor">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFCategoryCopyName">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"opfCategoryCopyBackgroundColor",
"opfCategoryCopyName"
})
public static class OPFTaskCopyPrimaryCategory {
@XmlElement(name = "OPFCategoryCopyBackgroundColor", required = true)
protected Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyBackgroundColor opfCategoryCopyBackgroundColor;
@XmlElement(name = "OPFCategoryCopyName", required = true)
protected Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyName opfCategoryCopyName;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the opfCategoryCopyBackgroundColor property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyBackgroundColor }
*
*/
public Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyBackgroundColor getOPFCategoryCopyBackgroundColor() {
return opfCategoryCopyBackgroundColor;
}
/**
* Sets the value of the opfCategoryCopyBackgroundColor property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyBackgroundColor }
*
*/
public void setOPFCategoryCopyBackgroundColor(Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyBackgroundColor value) {
this.opfCategoryCopyBackgroundColor = value;
}
/**
* Gets the value of the opfCategoryCopyName property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyName }
*
*/
public Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyName getOPFCategoryCopyName() {
return opfCategoryCopyName;
}
/**
* Sets the value of the opfCategoryCopyName property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyName }
*
*/
public void setOPFCategoryCopyName(Tasks.Task.OPFTaskCopyPrimaryCategory.OPFCategoryCopyName value) {
this.opfCategoryCopyName = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFCategoryCopyBackgroundColor {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFCategoryCopyName {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="OPFRecurrenceCopyEndDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceCopyStartDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceGetOccurenceCount">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceHasEndDate">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceIsNoEnd">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrenceIsNumbered">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePattern" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="OPFRecurrencePatternDaysOfWeek" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="allDays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="friday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="monday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="tuesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="wednesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="thursday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="sunday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="saturday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekdays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekenddays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternInterval">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternType">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternDayOfMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"opfRecurrenceCopyEndDate",
"opfRecurrenceCopyStartDate",
"opfRecurrenceGetOccurenceCount",
"opfRecurrenceHasEndDate",
"opfRecurrenceIsNoEnd",
"opfRecurrenceIsNumbered",
"opfRecurrencePattern"
})
public static class OPFTaskCopyRecurrence {
@XmlElement(name = "OPFRecurrenceCopyEndDate", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyEndDate opfRecurrenceCopyEndDate;
@XmlElement(name = "OPFRecurrenceCopyStartDate", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyStartDate opfRecurrenceCopyStartDate;
@XmlElement(name = "OPFRecurrenceGetOccurenceCount", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceGetOccurenceCount opfRecurrenceGetOccurenceCount;
@XmlElement(name = "OPFRecurrenceHasEndDate", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceHasEndDate opfRecurrenceHasEndDate;
@XmlElement(name = "OPFRecurrenceIsNoEnd", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNoEnd opfRecurrenceIsNoEnd;
@XmlElement(name = "OPFRecurrenceIsNumbered", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNumbered opfRecurrenceIsNumbered;
@XmlElement(name = "OPFRecurrencePattern")
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern opfRecurrencePattern;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the opfRecurrenceCopyEndDate property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyEndDate }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyEndDate getOPFRecurrenceCopyEndDate() {
return opfRecurrenceCopyEndDate;
}
/**
* Sets the value of the opfRecurrenceCopyEndDate property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyEndDate }
*
*/
public void setOPFRecurrenceCopyEndDate(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyEndDate value) {
this.opfRecurrenceCopyEndDate = value;
}
/**
* Gets the value of the opfRecurrenceCopyStartDate property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyStartDate }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyStartDate getOPFRecurrenceCopyStartDate() {
return opfRecurrenceCopyStartDate;
}
/**
* Sets the value of the opfRecurrenceCopyStartDate property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyStartDate }
*
*/
public void setOPFRecurrenceCopyStartDate(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceCopyStartDate value) {
this.opfRecurrenceCopyStartDate = value;
}
/**
* Gets the value of the opfRecurrenceGetOccurenceCount property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceGetOccurenceCount }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceGetOccurenceCount getOPFRecurrenceGetOccurenceCount() {
return opfRecurrenceGetOccurenceCount;
}
/**
* Sets the value of the opfRecurrenceGetOccurenceCount property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceGetOccurenceCount }
*
*/
public void setOPFRecurrenceGetOccurenceCount(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceGetOccurenceCount value) {
this.opfRecurrenceGetOccurenceCount = value;
}
/**
* Gets the value of the opfRecurrenceHasEndDate property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceHasEndDate }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceHasEndDate getOPFRecurrenceHasEndDate() {
return opfRecurrenceHasEndDate;
}
/**
* Sets the value of the opfRecurrenceHasEndDate property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceHasEndDate }
*
*/
public void setOPFRecurrenceHasEndDate(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceHasEndDate value) {
this.opfRecurrenceHasEndDate = value;
}
/**
* Gets the value of the opfRecurrenceIsNoEnd property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNoEnd }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNoEnd getOPFRecurrenceIsNoEnd() {
return opfRecurrenceIsNoEnd;
}
/**
* Sets the value of the opfRecurrenceIsNoEnd property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNoEnd }
*
*/
public void setOPFRecurrenceIsNoEnd(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNoEnd value) {
this.opfRecurrenceIsNoEnd = value;
}
/**
* Gets the value of the opfRecurrenceIsNumbered property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNumbered }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNumbered getOPFRecurrenceIsNumbered() {
return opfRecurrenceIsNumbered;
}
/**
* Sets the value of the opfRecurrenceIsNumbered property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNumbered }
*
*/
public void setOPFRecurrenceIsNumbered(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrenceIsNumbered value) {
this.opfRecurrenceIsNumbered = value;
}
/**
* Gets the value of the opfRecurrencePattern property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern getOPFRecurrencePattern() {
return opfRecurrencePattern;
}
/**
* Sets the value of the opfRecurrencePattern property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern }
*
*/
public void setOPFRecurrencePattern(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern value) {
this.opfRecurrencePattern = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrenceCopyEndDate {
@XmlValue
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setValue(XMLGregorianCalendar value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrenceCopyStartDate {
@XmlValue
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setValue(XMLGregorianCalendar value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrenceGetOccurenceCount {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrenceHasEndDate {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrenceIsNoEnd {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrenceIsNumbered {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="OPFRecurrencePatternDaysOfWeek" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="allDays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="friday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="monday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="tuesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="wednesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="thursday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="sunday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="saturday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekdays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekenddays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternInterval">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternType">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternDayOfMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="OPFRecurrencePatternMonth" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
})
public static class OPFRecurrencePattern {
@XmlElement(name = "OPFRecurrencePatternDaysOfWeek")
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek opfRecurrencePatternDaysOfWeek;
@XmlElement(name = "OPFRecurrencePatternInterval", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternInterval opfRecurrencePatternInterval;
@XmlElement(name = "OPFRecurrencePatternType", required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternType opfRecurrencePatternType;
@XmlElement(name = "OPFRecurrencePatternDayOfMonth")
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDayOfMonth opfRecurrencePatternDayOfMonth;
@XmlElement(name = "OPFRecurrencePatternMonth")
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternMonth opfRecurrencePatternMonth;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the opfRecurrencePatternDaysOfWeek property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek getOPFRecurrencePatternDaysOfWeek() {
return opfRecurrencePatternDaysOfWeek;
}
/**
* Sets the value of the opfRecurrencePatternDaysOfWeek property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek }
*
*/
public void setOPFRecurrencePatternDaysOfWeek(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek value) {
this.opfRecurrencePatternDaysOfWeek = value;
}
/**
* Gets the value of the opfRecurrencePatternInterval property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternInterval }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternInterval getOPFRecurrencePatternInterval() {
return opfRecurrencePatternInterval;
}
/**
* Sets the value of the opfRecurrencePatternInterval property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternInterval }
*
*/
public void setOPFRecurrencePatternInterval(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternInterval value) {
this.opfRecurrencePatternInterval = value;
}
/**
* Gets the value of the opfRecurrencePatternType property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternType }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternType getOPFRecurrencePatternType() {
return opfRecurrencePatternType;
}
/**
* Sets the value of the opfRecurrencePatternType property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternType }
*
*/
public void setOPFRecurrencePatternType(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternType value) {
this.opfRecurrencePatternType = value;
}
/**
* Gets the value of the opfRecurrencePatternDayOfMonth property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDayOfMonth }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDayOfMonth getOPFRecurrencePatternDayOfMonth() {
return opfRecurrencePatternDayOfMonth;
}
/**
* Sets the value of the opfRecurrencePatternDayOfMonth property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDayOfMonth }
*
*/
public void setOPFRecurrencePatternDayOfMonth(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDayOfMonth value) {
this.opfRecurrencePatternDayOfMonth = value;
}
/**
* Gets the value of the opfRecurrencePatternMonth property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternMonth }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternMonth getOPFRecurrencePatternMonth() {
return opfRecurrencePatternMonth;
}
/**
* Sets the value of the opfRecurrencePatternMonth property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternMonth }
*
*/
public void setOPFRecurrencePatternMonth(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternMonth value) {
this.opfRecurrencePatternMonth = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrencePatternDayOfMonth {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <all>
* <element name="allDays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="friday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="monday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="tuesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="wednesday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="thursday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="sunday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="saturday">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekdays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="weekenddays">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </all>
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
})
public static class OPFRecurrencePatternDaysOfWeek {
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.AllDays allDays;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Friday friday;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Monday monday;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Tuesday tuesday;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Wednesday wednesday;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Thursday thursday;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Sunday sunday;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Saturday saturday;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekdays weekdays;
@XmlElement(required = true)
protected Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekenddays weekenddays;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the allDays property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.AllDays }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.AllDays getAllDays() {
return allDays;
}
/**
* Sets the value of the allDays property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.AllDays }
*
*/
public void setAllDays(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.AllDays value) {
this.allDays = value;
}
/**
* Gets the value of the friday property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Friday }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Friday getFriday() {
return friday;
}
/**
* Sets the value of the friday property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Friday }
*
*/
public void setFriday(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Friday value) {
this.friday = value;
}
/**
* Gets the value of the monday property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Monday }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Monday getMonday() {
return monday;
}
/**
* Sets the value of the monday property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Monday }
*
*/
public void setMonday(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Monday value) {
this.monday = value;
}
/**
* Gets the value of the tuesday property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Tuesday }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Tuesday getTuesday() {
return tuesday;
}
/**
* Sets the value of the tuesday property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Tuesday }
*
*/
public void setTuesday(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Tuesday value) {
this.tuesday = value;
}
/**
* Gets the value of the wednesday property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Wednesday }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Wednesday getWednesday() {
return wednesday;
}
/**
* Sets the value of the wednesday property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Wednesday }
*
*/
public void setWednesday(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Wednesday value) {
this.wednesday = value;
}
/**
* Gets the value of the thursday property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Thursday }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Thursday getThursday() {
return thursday;
}
/**
* Sets the value of the thursday property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Thursday }
*
*/
public void setThursday(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Thursday value) {
this.thursday = value;
}
/**
* Gets the value of the sunday property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Sunday }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Sunday getSunday() {
return sunday;
}
/**
* Sets the value of the sunday property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Sunday }
*
*/
public void setSunday(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Sunday value) {
this.sunday = value;
}
/**
* Gets the value of the saturday property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Saturday }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Saturday getSaturday() {
return saturday;
}
/**
* Sets the value of the saturday property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Saturday }
*
*/
public void setSaturday(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Saturday value) {
this.saturday = value;
}
/**
* Gets the value of the weekdays property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekdays }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekdays getWeekdays() {
return weekdays;
}
/**
* Sets the value of the weekdays property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekdays }
*
*/
public void setWeekdays(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekdays value) {
this.weekdays = value;
}
/**
* Gets the value of the weekenddays property.
*
* @return
* possible object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekenddays }
*
*/
public Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekenddays getWeekenddays() {
return weekenddays;
}
/**
* Sets the value of the weekenddays property.
*
* @param value
* allowed object is
* {@link Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekenddays }
*
*/
public void setWeekenddays(Tasks.Task.OPFTaskCopyRecurrence.OPFRecurrencePattern.OPFRecurrencePatternDaysOfWeek.Weekenddays value) {
this.weekenddays = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class AllDays {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Friday {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Monday {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Saturday {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Sunday {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Thursday {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Tuesday {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Wednesday {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Weekdays {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class Weekenddays {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrencePatternInterval {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrencePatternMonth {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFRecurrencePatternType {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyReminderTime {
@XmlValue
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setValue(XMLGregorianCalendar value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskCopyStartDateTime {
@XmlValue
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setValue(XMLGregorianCalendar value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
* </extension>
* </simpleContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
public static class OPFTaskGetPriority {
@XmlValue
protected String value;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValue(String value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
}
}
}