Class TasksetMapType


  • @Generated(value="com.sun.tools.xjc.Driver",
               date="2023-11-15T02:20:30-06:00",
               comments="JAXB RI v2.3.2")
    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 Detail

      • mapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2023-11-15T02:20:30-06:00",
                   comments="JAXB RI v2.3.2")
        protected List<MappingType> mapping
    • Constructor Detail

      • TasksetMapType

        public TasksetMapType()
    • Method Detail

      • getMapping

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2023-11-15T02:20:30-06:00",
                   comments="JAXB RI v2.3.2")
        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 JAXB 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