Class TasksetMapType

java.lang.Object
org.dspace.workflow.TasksetMapType

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public class TasksetMapType extends Object
The taskset-map element maps collection handles to tasksets enumerated in the 'tasksets' element. The special collection-handle 'default' is matched when a collection is not otherwise mapped. The special taskset name 'none' indicates no taskset to perform.

Java class for taskset-map-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="taskset-map-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mapping" type="{https://dspace.org/workflow-curation}mapping-type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • mapping

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") protected List<MappingType> mapping
  • Constructor Details

    • TasksetMapType

      public TasksetMapType()
  • Method Details

    • getMapping

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public List<MappingType> getMapping()
      Gets the value of the mapping 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 set method for the mapping property.

      For example, to add a new item, do as follows:

          getMapping().add(newItem);
       

      Objects of the following type(s) are allowed in the list MappingType