Package org.dspace.workflow
Class WorkflowCuration
- java.lang.Object
-
- org.dspace.workflow.WorkflowCuration
-
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") public class WorkflowCuration extends ObjectJava 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 Summary
Fields Modifier and Type Field Description protected TasksetMapTypetasksetMapprotected TasksetsTypetasksets
-
Constructor Summary
Constructors Constructor Description WorkflowCuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TasksetMapTypegetTasksetMap()Gets the value of the tasksetMap property.TasksetsTypegetTasksets()Gets the value of the tasksets property.voidsetTasksetMap(TasksetMapType value)Sets the value of the tasksetMap property.voidsetTasksets(TasksetsType value)Sets the value of the tasksets property.
-
-
-
Field Detail
-
tasksetMap
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") protected TasksetMapType tasksetMap
-
tasksets
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") protected TasksetsType tasksets
-
-
Method Detail
-
getTasksetMap
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-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="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") public void setTasksetMap(TasksetMapType value)Sets the value of the tasksetMap property.- Parameters:
value- allowed object isTasksetMapType
-
getTasksets
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-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="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") public void setTasksets(TasksetsType value)Sets the value of the tasksets property.- Parameters:
value- allowed object isTasksetsType
-
-