Class MappingType


  • @Generated(value="com.sun.tools.xjc.Driver",
               date="2021-12-13T12:38:33-06:00",
               comments="JAXB RI v2.3.2")
    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 Detail

      • collectionHandle

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        protected String collectionHandle
      • taskset

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        protected TasksetType taskset
    • Constructor Detail

      • MappingType

        public MappingType()
    • Method Detail

      • getCollectionHandle

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        public String getCollectionHandle()
        Gets the value of the collectionHandle property.
        Returns:
        possible object is String
      • setCollectionHandle

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        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",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        public TasksetType getTaskset()
        Gets the value of the taskset property.
        Returns:
        possible object is Object
      • setTaskset

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2021-12-13T12:38:33-06:00",
                   comments="JAXB RI v2.3.2")
        public void setTaskset​(TasksetType value)
        Sets the value of the taskset property.
        Parameters:
        value - allowed object is Object