From f71531346c6be197957311712ba093e024545e37 Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Fri, 7 Aug 2015 13:24:09 +0200 Subject: preparing the old code for the merge --- ...InformationIdentifyingTheQualificationType.java | 312 ++++++++++----------- 1 file changed, 144 insertions(+), 168 deletions(-) (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java') diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java index 3820c55a3..31a38bbc4 100644 --- a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java +++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.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; - /** * Information identifying the qualification * - *

Java class for InformationIdentifyingTheQualificationType complex type. + *

+ * Java class for InformationIdentifyingTheQualificationType complex type. * - *

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

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

  * <complexType name="InformationIdentifyingTheQualificationType">
@@ -41,171 +41,147 @@ import javax.xml.bind.annotation.XmlType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "InformationIdentifyingTheQualificationType", propOrder = {
-    "qualification",
-    "titleConferred",
-    "mainFieldsOfStudy",
-    "nameAndStatusOfAwardingInstitution",
-    "nameAndStatusOfInstitutionAdministeringStudies",
-    "languagesOfInstructionAndExamination"
-})
+@XmlType(name = "InformationIdentifyingTheQualificationType", propOrder = { "qualification", "titleConferred", "mainFieldsOfStudy", "nameAndStatusOfAwardingInstitution",
+		"nameAndStatusOfInstitutionAdministeringStudies", "languagesOfInstructionAndExamination" })
 public class InformationIdentifyingTheQualificationType {
 
-    @XmlElement(name = "Qualification", required = true)
-    protected QualificationType qualification;
-    @XmlElement(name = "TitleConferred")
-    protected TitleConferredType titleConferred;
-    @XmlElement(name = "MainFieldsOfStudy", required = true)
-    protected RichTextTagType mainFieldsOfStudy;
-    @XmlElement(name = "NameAndStatusOfAwardingInstitution", required = true)
-    protected NameAndStatusOfAwardingInstitutionType nameAndStatusOfAwardingInstitution;
-    @XmlElement(name = "NameAndStatusOfInstitutionAdministeringStudies", required = true)
-    protected NameAndStatusOfInstitutionAdministeringStudiesType nameAndStatusOfInstitutionAdministeringStudies;
-    @XmlElement(name = "LanguagesOfInstructionAndExamination", required = true)
-    protected LanguagesOfInstructionAndExaminationType languagesOfInstructionAndExamination;
-
-    /**
-     * Gets the value of the qualification property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link QualificationType }
-     *     
-     */
-    public QualificationType getQualification() {
-        return qualification;
-    }
-
-    /**
-     * Sets the value of the qualification property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link QualificationType }
-     *     
-     */
-    public void setQualification(QualificationType value) {
-        this.qualification = value;
-    }
-
-    /**
-     * Gets the value of the titleConferred property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link TitleConferredType }
-     *     
-     */
-    public TitleConferredType getTitleConferred() {
-        return titleConferred;
-    }
-
-    /**
-     * Sets the value of the titleConferred property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link TitleConferredType }
-     *     
-     */
-    public void setTitleConferred(TitleConferredType value) {
-        this.titleConferred = value;
-    }
-
-    /**
-     * Gets the value of the mainFieldsOfStudy property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link RichTextTagType }
-     *     
-     */
-    public RichTextTagType getMainFieldsOfStudy() {
-        return mainFieldsOfStudy;
-    }
-
-    /**
-     * Sets the value of the mainFieldsOfStudy property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link RichTextTagType }
-     *     
-     */
-    public void setMainFieldsOfStudy(RichTextTagType value) {
-        this.mainFieldsOfStudy = value;
-    }
-
-    /**
-     * Gets the value of the nameAndStatusOfAwardingInstitution property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link NameAndStatusOfAwardingInstitutionType }
-     *     
-     */
-    public NameAndStatusOfAwardingInstitutionType getNameAndStatusOfAwardingInstitution() {
-        return nameAndStatusOfAwardingInstitution;
-    }
-
-    /**
-     * Sets the value of the nameAndStatusOfAwardingInstitution property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link NameAndStatusOfAwardingInstitutionType }
-     *     
-     */
-    public void setNameAndStatusOfAwardingInstitution(NameAndStatusOfAwardingInstitutionType value) {
-        this.nameAndStatusOfAwardingInstitution = value;
-    }
-
-    /**
-     * Gets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link NameAndStatusOfInstitutionAdministeringStudiesType }
-     *     
-     */
-    public NameAndStatusOfInstitutionAdministeringStudiesType getNameAndStatusOfInstitutionAdministeringStudies() {
-        return nameAndStatusOfInstitutionAdministeringStudies;
-    }
-
-    /**
-     * Sets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link NameAndStatusOfInstitutionAdministeringStudiesType }
-     *     
-     */
-    public void setNameAndStatusOfInstitutionAdministeringStudies(NameAndStatusOfInstitutionAdministeringStudiesType value) {
-        this.nameAndStatusOfInstitutionAdministeringStudies = value;
-    }
-
-    /**
-     * Gets the value of the languagesOfInstructionAndExamination property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link LanguagesOfInstructionAndExaminationType }
-     *     
-     */
-    public LanguagesOfInstructionAndExaminationType getLanguagesOfInstructionAndExamination() {
-        return languagesOfInstructionAndExamination;
-    }
-
-    /**
-     * Sets the value of the languagesOfInstructionAndExamination property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link LanguagesOfInstructionAndExaminationType }
-     *     
-     */
-    public void setLanguagesOfInstructionAndExamination(LanguagesOfInstructionAndExaminationType value) {
-        this.languagesOfInstructionAndExamination = value;
-    }
+	@XmlElement(name = "Qualification", required = true)
+	protected QualificationType qualification;
+	@XmlElement(name = "TitleConferred")
+	protected TitleConferredType titleConferred;
+	@XmlElement(name = "MainFieldsOfStudy", required = true)
+	protected RichTextTagType mainFieldsOfStudy;
+	@XmlElement(name = "NameAndStatusOfAwardingInstitution", required = true)
+	protected NameAndStatusOfAwardingInstitutionType nameAndStatusOfAwardingInstitution;
+	@XmlElement(name = "NameAndStatusOfInstitutionAdministeringStudies", required = true)
+	protected NameAndStatusOfInstitutionAdministeringStudiesType nameAndStatusOfInstitutionAdministeringStudies;
+	@XmlElement(name = "LanguagesOfInstructionAndExamination", required = true)
+	protected LanguagesOfInstructionAndExaminationType languagesOfInstructionAndExamination;
+
+	/**
+	 * Gets the value of the qualification property.
+	 * 
+	 * @return possible object is {@link QualificationType }
+	 * 
+	 */
+	public QualificationType getQualification() {
+		return qualification;
+	}
+
+	/**
+	 * Sets the value of the qualification property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link QualificationType }
+	 * 
+	 */
+	public void setQualification(QualificationType value) {
+		this.qualification = value;
+	}
+
+	/**
+	 * Gets the value of the titleConferred property.
+	 * 
+	 * @return possible object is {@link TitleConferredType }
+	 * 
+	 */
+	public TitleConferredType getTitleConferred() {
+		return titleConferred;
+	}
+
+	/**
+	 * Sets the value of the titleConferred property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link TitleConferredType }
+	 * 
+	 */
+	public void setTitleConferred(TitleConferredType value) {
+		this.titleConferred = value;
+	}
+
+	/**
+	 * Gets the value of the mainFieldsOfStudy property.
+	 * 
+	 * @return possible object is {@link RichTextTagType }
+	 * 
+	 */
+	public RichTextTagType getMainFieldsOfStudy() {
+		return mainFieldsOfStudy;
+	}
+
+	/**
+	 * Sets the value of the mainFieldsOfStudy property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link RichTextTagType }
+	 * 
+	 */
+	public void setMainFieldsOfStudy(RichTextTagType value) {
+		this.mainFieldsOfStudy = value;
+	}
+
+	/**
+	 * Gets the value of the nameAndStatusOfAwardingInstitution property.
+	 * 
+	 * @return possible object is {@link NameAndStatusOfAwardingInstitutionType }
+	 * 
+	 */
+	public NameAndStatusOfAwardingInstitutionType getNameAndStatusOfAwardingInstitution() {
+		return nameAndStatusOfAwardingInstitution;
+	}
+
+	/**
+	 * Sets the value of the nameAndStatusOfAwardingInstitution property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link NameAndStatusOfAwardingInstitutionType }
+	 * 
+	 */
+	public void setNameAndStatusOfAwardingInstitution(NameAndStatusOfAwardingInstitutionType value) {
+		this.nameAndStatusOfAwardingInstitution = value;
+	}
+
+	/**
+	 * Gets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
+	 * 
+	 * @return possible object is {@link NameAndStatusOfInstitutionAdministeringStudiesType }
+	 * 
+	 */
+	public NameAndStatusOfInstitutionAdministeringStudiesType getNameAndStatusOfInstitutionAdministeringStudies() {
+		return nameAndStatusOfInstitutionAdministeringStudies;
+	}
+
+	/**
+	 * Sets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link NameAndStatusOfInstitutionAdministeringStudiesType }
+	 * 
+	 */
+	public void setNameAndStatusOfInstitutionAdministeringStudies(NameAndStatusOfInstitutionAdministeringStudiesType value) {
+		this.nameAndStatusOfInstitutionAdministeringStudies = value;
+	}
+
+	/**
+	 * Gets the value of the languagesOfInstructionAndExamination property.
+	 * 
+	 * @return possible object is {@link LanguagesOfInstructionAndExaminationType }
+	 * 
+	 */
+	public LanguagesOfInstructionAndExaminationType getLanguagesOfInstructionAndExamination() {
+		return languagesOfInstructionAndExamination;
+	}
+
+	/**
+	 * Sets the value of the languagesOfInstructionAndExamination property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link LanguagesOfInstructionAndExaminationType }
+	 * 
+	 */
+	public void setLanguagesOfInstructionAndExamination(LanguagesOfInstructionAndExaminationType value) {
+		this.languagesOfInstructionAndExamination = value;
+	}
 
 }
-- 
cgit v1.2.3