aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/GradingSchemeAndGradeDistributionGuidanceType.java
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/GradingSchemeAndGradeDistributionGuidanceType.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/GradingSchemeAndGradeDistributionGuidanceType.java103
1 files changed, 47 insertions, 56 deletions
diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/GradingSchemeAndGradeDistributionGuidanceType.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/GradingSchemeAndGradeDistributionGuidanceType.java
index ab896f7f4..a853aec65 100644
--- a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/GradingSchemeAndGradeDistributionGuidanceType.java
+++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/GradingSchemeAndGradeDistributionGuidanceType.java
@@ -5,7 +5,6 @@
// Generated on: 2014.04.12 at 12:22:50 PM GMT
//
-
package eu.stork.peps.complex.attributes.crue.academic.xsd.language.diplomasupplement;
import javax.xml.bind.annotation.XmlAccessType;
@@ -13,13 +12,14 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
/**
* Grading scheme and grade distribution guidance
*
- * <p>Java class for GradingSchemeAndGradeDistributionGuidanceType complex type.
+ * <p>
+ * Java class for GradingSchemeAndGradeDistributionGuidanceType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="GradingSchemeAndGradeDistributionGuidanceType">
@@ -37,63 +37,54 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "GradingSchemeAndGradeDistributionGuidanceType", propOrder = {
- "gradingScheme",
- "gradeDistributionGuidance"
-})
+@XmlType(name = "GradingSchemeAndGradeDistributionGuidanceType", propOrder = { "gradingScheme", "gradeDistributionGuidance" })
public class GradingSchemeAndGradeDistributionGuidanceType {
- @XmlElement(name = "GradingScheme", required = true)
- protected RichTextTagType gradingScheme;
- @XmlElement(name = "GradeDistributionGuidance")
- protected RichTextTagType gradeDistributionGuidance;
+ @XmlElement(name = "GradingScheme", required = true)
+ protected RichTextTagType gradingScheme;
+ @XmlElement(name = "GradeDistributionGuidance")
+ protected RichTextTagType gradeDistributionGuidance;
- /**
- * Gets the value of the gradingScheme property.
- *
- * @return
- * possible object is
- * {@link RichTextTagType }
- *
- */
- public RichTextTagType getGradingScheme() {
- return gradingScheme;
- }
+ /**
+ * Gets the value of the gradingScheme property.
+ *
+ * @return possible object is {@link RichTextTagType }
+ *
+ */
+ public RichTextTagType getGradingScheme() {
+ return gradingScheme;
+ }
- /**
- * Sets the value of the gradingScheme property.
- *
- * @param value
- * allowed object is
- * {@link RichTextTagType }
- *
- */
- public void setGradingScheme(RichTextTagType value) {
- this.gradingScheme = value;
- }
+ /**
+ * Sets the value of the gradingScheme property.
+ *
+ * @param value
+ * allowed object is {@link RichTextTagType }
+ *
+ */
+ public void setGradingScheme(RichTextTagType value) {
+ this.gradingScheme = value;
+ }
- /**
- * Gets the value of the gradeDistributionGuidance property.
- *
- * @return
- * possible object is
- * {@link RichTextTagType }
- *
- */
- public RichTextTagType getGradeDistributionGuidance() {
- return gradeDistributionGuidance;
- }
+ /**
+ * Gets the value of the gradeDistributionGuidance property.
+ *
+ * @return possible object is {@link RichTextTagType }
+ *
+ */
+ public RichTextTagType getGradeDistributionGuidance() {
+ return gradeDistributionGuidance;
+ }
- /**
- * Sets the value of the gradeDistributionGuidance property.
- *
- * @param value
- * allowed object is
- * {@link RichTextTagType }
- *
- */
- public void setGradeDistributionGuidance(RichTextTagType value) {
- this.gradeDistributionGuidance = value;
- }
+ /**
+ * Sets the value of the gradeDistributionGuidance property.
+ *
+ * @param value
+ * allowed object is {@link RichTextTagType }
+ *
+ */
+ public void setGradeDistributionGuidance(RichTextTagType value) {
+ this.gradeDistributionGuidance = value;
+ }
}