Package org.dspace.workflow
Class MappingType
- java.lang.Object
-
- org.dspace.workflow.MappingType
-
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") public class MappingType extends ObjectJava 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 Summary
Fields Modifier and Type Field Description protected StringcollectionHandleprotected TasksetTypetaskset
-
Constructor Summary
Constructors Constructor Description MappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollectionHandle()Gets the value of the collectionHandle property.TasksetTypegetTaskset()Gets the value of the taskset property.voidsetCollectionHandle(String value)Sets the value of the collectionHandle property.voidsetTaskset(TasksetType value)Sets the value of the taskset property.
-
-
-
Field Detail
-
collectionHandle
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") protected String collectionHandle
-
taskset
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") protected TasksetType taskset
-
-
Method Detail
-
getCollectionHandle
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-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="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") public void setCollectionHandle(String value)Sets the value of the collectionHandle property.- Parameters:
value- allowed object isString
-
getTaskset
@Generated(value="com.sun.tools.xjc.Driver", date="2023-11-15T02:20:30-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="2023-11-15T02:20:30-06:00", comments="JAXB RI v2.3.2") public void setTaskset(TasksetType value)Sets the value of the taskset property.- Parameters:
value- allowed object isObject
-
-