Class WorkflowCuration


  • @Generated(value="com.sun.tools.xjc.Driver",
               date="2021-12-13T12:38:33-06:00",
               comments="JAXB RI v2.3.2")
    public class WorkflowCuration
    extends Object

    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="taskset-map" type="{https://dspace.org/workflow-curation}taskset-map-type"/>
             <element name="tasksets" type="{https://dspace.org/workflow-curation}tasksets-type"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • tasksetMap

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        protected TasksetMapType tasksetMap
      • tasksets

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        protected TasksetsType tasksets
    • Constructor Detail

      • WorkflowCuration

        public WorkflowCuration()
    • Method Detail

      • getTasksetMap

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        public TasksetMapType getTasksetMap()
        Gets the value of the tasksetMap property.
        Returns:
        possible object is TasksetMapType
      • setTasksetMap

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        public void setTasksetMap​(TasksetMapType value)
        Sets the value of the tasksetMap property.
        Parameters:
        value - allowed object is TasksetMapType
      • getTasksets

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        public TasksetsType getTasksets()
        Gets the value of the tasksets property.
        Returns:
        possible object is TasksetsType
      • setTasksets

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        public void setTasksets​(TasksetsType value)
        Sets the value of the tasksets property.
        Parameters:
        value - allowed object is TasksetsType