Package org.proforma
Class SubmissionType
java.lang.Object
org.proforma.SubmissionType
Java class for submission-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="submission-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="external-task" type="{urn:proforma:v2.1}external-task-type"/> <element name="included-task-file" type="{urn:proforma:v2.1}included-task-file-type"/> <element name="task" type="{urn:proforma:v2.1}task-type"/> </choice> <element name="grading-hints" type="{urn:proforma:v2.1}grading-hints-type" minOccurs="0"/> <choice> <element name="external-submission" type="{urn:proforma:v2.1}external-submission-type"/> <element name="files" type="{urn:proforma:v2.1}submission-files-type"/> </choice> <element name="lms" type="{urn:proforma:v2.1}lms-type" minOccurs="0"/> <element name="result-spec" type="{urn:proforma:v2.1}result-spec-type"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GradingHints
protected String
protected LmsType
protected ResultSpecType
protected AbstractSubmissionSubmission
protected AbstractSubmissionTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der gradingHints-Eigenschaft ab.getId()
Gets the value of the id property.getLms()
Ruft den Wert der lms-Eigenschaft ab.Ruft den Wert der resultSpec-Eigenschaft ab.Ruft den Wert der submission-Eigenschaft ab.getTask()
Ruft den Wert der task-Eigenschaft ab.void
setGradingHints
(GradingHints value) Legt den Wert der gradingHints-Eigenschaft fest.void
Sets the value of the id property.void
Legt den Wert der lms-Eigenschaft fest.void
setResultSpec
(ResultSpecType value) Legt den Wert der resultSpec-Eigenschaft fest.void
Legt den Wert der submission-Eigenschaft fest.void
setTask
(AbstractSubmissionTask value) Legt den Wert der task-Eigenschaft fest.
-
Field Details
-
task
-
gradingHints
-
submission
-
lms
-
resultSpec
-
id
-
-
Constructor Details
-
SubmissionType
public SubmissionType()
-
-
Method Details
-
getTask
Ruft den Wert der task-Eigenschaft ab.- Returns:
- possible object is
ExternalTaskType
IncludedTaskFileType
TaskType
-
setTask
Legt den Wert der task-Eigenschaft fest.- Parameters:
value
- allowed object isExternalTaskType
IncludedTaskFileType
TaskType
-
getGradingHints
Ruft den Wert der gradingHints-Eigenschaft ab.- Returns:
- possible object is
GradingHintsType
-
setGradingHints
Legt den Wert der gradingHints-Eigenschaft fest.- Parameters:
value
- allowed object isGradingHintsType
-
getSubmission
Ruft den Wert der submission-Eigenschaft ab.- Returns:
- possible object is
ExternalSubmissionType
SubmissionFilesType
-
setSubmission
Legt den Wert der submission-Eigenschaft fest.- Parameters:
value
- allowed object isExternalSubmissionType
SubmissionFilesType
-
getLms
Ruft den Wert der lms-Eigenschaft ab.- Returns:
- possible object is
LmsType
-
setLms
Legt den Wert der lms-Eigenschaft fest.- Parameters:
value
- allowed object isLmsType
-
getResultSpec
Ruft den Wert der resultSpec-Eigenschaft ab.- Returns:
- possible object is
ResultSpecType
-
setResultSpec
Legt den Wert der resultSpec-Eigenschaft fest.- Parameters:
value
- allowed object isResultSpecType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-