Package org.dspace.workflow
Class TasksetType
java.lang.Object
org.dspace.workflow.TasksetType
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-07-14T16:00:20-05:00")
public class TasksetType
extends Object
Java class for taskset-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taskset-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="flowstep" type="{https://dspace.org/workflow-curation}flowstep-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the flowstep property.getName()Gets the value of the name property.voidSets the value of the name property.
-
Field Details
-
flowstep
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") protected List<FlowstepType> flowstep -
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") protected String name
-
-
Constructor Details
-
TasksetType
public TasksetType()
-
-
Method Details
-
getFlowstep
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public List<FlowstepType> getFlowstep()Gets the value of the flowstep 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 Jakarta XML Binding object. This is why there is not a
setmethod for the flowstep property.For example, to add a new item, do as follows:
getFlowstep().add(newItem);Objects of the following type(s) are allowed in the list
FlowstepType -
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public void setName(String value) Sets the value of the name property.- Parameters:
value- allowed object isString
-