Class MappingType

java.lang.Object
org.dspace.workflow.MappingType

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public class MappingType extends Object

Java class for mapping-type complex type.

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

 <complexType name="mapping-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="collection-handle" use="required" type="{https://dspace.org/workflow-curation}collection-handle-type" />
       <attribute name="taskset" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • collectionHandle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") protected String collectionHandle
    • taskset

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

    • MappingType

      public MappingType()
  • Method Details

    • getCollectionHandle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public String getCollectionHandle()
      Gets the value of the collectionHandle property.
      Returns:
      possible object is String
    • setCollectionHandle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public void setCollectionHandle(String value)
      Sets the value of the collectionHandle property.
      Parameters:
      value - allowed object is String
    • getTaskset

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public TasksetType getTaskset()
      Gets the value of the taskset property.
      Returns:
      possible object is Object
    • setTaskset

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public void setTaskset(TasksetType value)
      Sets the value of the taskset property.
      Parameters:
      value - allowed object is Object