Package org.dspace.workflow
Class WorkflowCuration
java.lang.Object
org.dspace.workflow.WorkflowCuration
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-07-14T16:00:20-05:00")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tasksetMap property.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 Details
-
tasksetMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") protected TasksetMapType tasksetMap -
tasksets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") protected TasksetsType tasksets
-
-
Constructor Details
-
WorkflowCuration
public WorkflowCuration()
-
-
Method Details
-
getTasksetMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public TasksetMapType getTasksetMap()Gets the value of the tasksetMap property.- Returns:
- possible object is
TasksetMapType
-
setTasksetMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") 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", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public TasksetsType getTasksets()Gets the value of the tasksets property.- Returns:
- possible object is
TasksetsType
-
setTasksets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public void setTasksets(TasksetsType value) Sets the value of the tasksets property.- Parameters:
value- allowed object isTasksetsType
-