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 --- .../diplomasupplement/MobilityProgrammeType.java | 520 ++++++++++----------- 1 file changed, 240 insertions(+), 280 deletions(-) (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/MobilityProgrammeType.java') diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/MobilityProgrammeType.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/MobilityProgrammeType.java index 0c91a826c..02528aea2 100644 --- a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/MobilityProgrammeType.java +++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/MobilityProgrammeType.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; @@ -16,13 +15,14 @@ import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.XmlValue; import javax.xml.datatype.XMLGregorianCalendar; - /** * Mobility programme * - *

Java class for MobilityProgrammeType complex type. + *

+ * Java class for MobilityProgrammeType 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="MobilityProgrammeType">
@@ -54,306 +54,266 @@ import javax.xml.datatype.XMLGregorianCalendar;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "MobilityProgrammeType", propOrder = {
-    "type",
-    "fieldOfStudy",
-    "country",
-    "receivingInstitutionName",
-    "academicYear",
-    "dateFrom",
-    "dateTo",
-    "coursesUnits"
-})
+@XmlType(name = "MobilityProgrammeType", propOrder = { "type", "fieldOfStudy", "country", "receivingInstitutionName", "academicYear", "dateFrom", "dateTo", "coursesUnits" })
 public class MobilityProgrammeType {
 
-    @XmlElement(name = "Type", required = true)
-    protected String type;
-    @XmlElement(name = "FieldOfStudy")
-    protected String fieldOfStudy;
-    @XmlElement(name = "Country", required = true)
-    protected MobilityProgrammeType.Country country;
-    @XmlElement(name = "ReceivingInstitutionName", required = true)
-    protected String receivingInstitutionName;
-    @XmlElement(name = "AcademicYear", required = true)
-    protected String academicYear;
-    @XmlElement(name = "DateFrom")
-    protected XMLGregorianCalendar dateFrom;
-    @XmlElement(name = "DateTo")
-    protected XMLGregorianCalendar dateTo;
-    @XmlElement(name = "CoursesUnits", required = true)
-    protected MobilityProgrammeCoursesUnitsType coursesUnits;
-
-    /**
-     * Gets the value of the type property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getType() {
-        return type;
-    }
+	@XmlElement(name = "Type", required = true)
+	protected String type;
+	@XmlElement(name = "FieldOfStudy")
+	protected String fieldOfStudy;
+	@XmlElement(name = "Country", required = true)
+	protected MobilityProgrammeType.Country country;
+	@XmlElement(name = "ReceivingInstitutionName", required = true)
+	protected String receivingInstitutionName;
+	@XmlElement(name = "AcademicYear", required = true)
+	protected String academicYear;
+	@XmlElement(name = "DateFrom")
+	protected XMLGregorianCalendar dateFrom;
+	@XmlElement(name = "DateTo")
+	protected XMLGregorianCalendar dateTo;
+	@XmlElement(name = "CoursesUnits", required = true)
+	protected MobilityProgrammeCoursesUnitsType coursesUnits;
 
-    /**
-     * Sets the value of the type property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setType(String value) {
-        this.type = value;
-    }
+	/**
+	 * Gets the value of the type property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getType() {
+		return type;
+	}
 
-    /**
-     * Gets the value of the fieldOfStudy property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getFieldOfStudy() {
-        return fieldOfStudy;
-    }
+	/**
+	 * Sets the value of the type property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setType(String value) {
+		this.type = value;
+	}
 
-    /**
-     * Sets the value of the fieldOfStudy property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setFieldOfStudy(String value) {
-        this.fieldOfStudy = value;
-    }
+	/**
+	 * Gets the value of the fieldOfStudy property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getFieldOfStudy() {
+		return fieldOfStudy;
+	}
 
-    /**
-     * Gets the value of the country property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link MobilityProgrammeType.Country }
-     *     
-     */
-    public MobilityProgrammeType.Country getCountry() {
-        return country;
-    }
+	/**
+	 * Sets the value of the fieldOfStudy property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setFieldOfStudy(String value) {
+		this.fieldOfStudy = value;
+	}
 
-    /**
-     * Sets the value of the country property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link MobilityProgrammeType.Country }
-     *     
-     */
-    public void setCountry(MobilityProgrammeType.Country value) {
-        this.country = value;
-    }
+	/**
+	 * Gets the value of the country property.
+	 * 
+	 * @return possible object is {@link MobilityProgrammeType.Country }
+	 * 
+	 */
+	public MobilityProgrammeType.Country getCountry() {
+		return country;
+	}
 
-    /**
-     * Gets the value of the receivingInstitutionName property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getReceivingInstitutionName() {
-        return receivingInstitutionName;
-    }
+	/**
+	 * Sets the value of the country property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link MobilityProgrammeType.Country }
+	 * 
+	 */
+	public void setCountry(MobilityProgrammeType.Country value) {
+		this.country = value;
+	}
 
-    /**
-     * Sets the value of the receivingInstitutionName property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setReceivingInstitutionName(String value) {
-        this.receivingInstitutionName = value;
-    }
+	/**
+	 * Gets the value of the receivingInstitutionName property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getReceivingInstitutionName() {
+		return receivingInstitutionName;
+	}
 
-    /**
-     * Gets the value of the academicYear property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getAcademicYear() {
-        return academicYear;
-    }
+	/**
+	 * Sets the value of the receivingInstitutionName property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setReceivingInstitutionName(String value) {
+		this.receivingInstitutionName = value;
+	}
 
-    /**
-     * Sets the value of the academicYear property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setAcademicYear(String value) {
-        this.academicYear = value;
-    }
+	/**
+	 * Gets the value of the academicYear property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getAcademicYear() {
+		return academicYear;
+	}
 
-    /**
-     * Gets the value of the dateFrom property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getDateFrom() {
-        return dateFrom;
-    }
+	/**
+	 * Sets the value of the academicYear property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setAcademicYear(String value) {
+		this.academicYear = value;
+	}
 
-    /**
-     * Sets the value of the dateFrom property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public void setDateFrom(XMLGregorianCalendar value) {
-        this.dateFrom = value;
-    }
+	/**
+	 * Gets the value of the dateFrom property.
+	 * 
+	 * @return possible object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public XMLGregorianCalendar getDateFrom() {
+		return dateFrom;
+	}
 
-    /**
-     * Gets the value of the dateTo property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getDateTo() {
-        return dateTo;
-    }
+	/**
+	 * Sets the value of the dateFrom property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public void setDateFrom(XMLGregorianCalendar value) {
+		this.dateFrom = value;
+	}
 
-    /**
-     * Sets the value of the dateTo property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public void setDateTo(XMLGregorianCalendar value) {
-        this.dateTo = value;
-    }
+	/**
+	 * Gets the value of the dateTo property.
+	 * 
+	 * @return possible object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public XMLGregorianCalendar getDateTo() {
+		return dateTo;
+	}
 
-    /**
-     * Gets the value of the coursesUnits property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link MobilityProgrammeCoursesUnitsType }
-     *     
-     */
-    public MobilityProgrammeCoursesUnitsType getCoursesUnits() {
-        return coursesUnits;
-    }
+	/**
+	 * Sets the value of the dateTo property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public void setDateTo(XMLGregorianCalendar value) {
+		this.dateTo = value;
+	}
 
-    /**
-     * Sets the value of the coursesUnits property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link MobilityProgrammeCoursesUnitsType }
-     *     
-     */
-    public void setCoursesUnits(MobilityProgrammeCoursesUnitsType value) {
-        this.coursesUnits = value;
-    }
+	/**
+	 * Gets the value of the coursesUnits property.
+	 * 
+	 * @return possible object is {@link MobilityProgrammeCoursesUnitsType }
+	 * 
+	 */
+	public MobilityProgrammeCoursesUnitsType getCoursesUnits() {
+		return coursesUnits;
+	}
 
+	/**
+	 * Sets the value of the coursesUnits property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link MobilityProgrammeCoursesUnitsType }
+	 * 
+	 */
+	public void setCoursesUnits(MobilityProgrammeCoursesUnitsType value) {
+		this.coursesUnits = value;
+	}
 
-    /**
-     * 

Java class for anonymous complex type. - * - *

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

-     * <complexType>
-     *   <simpleContent>
-     *     <extension base="<urn:crue:academic:xsd:language:diplomasupplement>PlainTextType">
-     *       <attribute name="country" use="required" type="{urn:crue:academic:xsd:language:diplomasupplement}CountryType" />
-     *     </extension>
-     *   </simpleContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "value" - }) - public static class Country { + /** + *

+ * Java class for anonymous complex type. + * + *

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

+	 * <complexType>
+	 *   <simpleContent>
+	 *     <extension base="<urn:crue:academic:xsd:language:diplomasupplement>PlainTextType">
+	 *       <attribute name="country" use="required" type="{urn:crue:academic:xsd:language:diplomasupplement}CountryType" />
+	 *     </extension>
+	 *   </simpleContent>
+	 * </complexType>
+	 * 
+ * + * + */ + @XmlAccessorType(XmlAccessType.FIELD) + @XmlType(name = "", propOrder = { "value" }) + public static class Country { - @XmlValue - protected String value; - @XmlAttribute(name = "country", required = true) - protected CountryType country; + @XmlValue + protected String value; + @XmlAttribute(name = "country", required = true) + protected CountryType country; - /** - * Plain text constraint - * - * Non empty text - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } + /** + * Plain text constraint + * + * Non empty text + * + * @return possible object is {@link String } + * + */ + public String getValue() { + return value; + } - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } + /** + * Sets the value of the value property. + * + * @param value + * allowed object is {@link String } + * + */ + public void setValue(String value) { + this.value = value; + } - /** - * Gets the value of the country property. - * - * @return - * possible object is - * {@link CountryType } - * - */ - public CountryType getCountry() { - return country; - } + /** + * Gets the value of the country property. + * + * @return possible object is {@link CountryType } + * + */ + public CountryType getCountry() { + return country; + } - /** - * Sets the value of the country property. - * - * @param value - * allowed object is - * {@link CountryType } - * - */ - public void setCountry(CountryType value) { - this.country = value; - } + /** + * Sets the value of the country property. + * + * @param value + * allowed object is {@link CountryType } + * + */ + public void setCountry(CountryType value) { + this.country = value; + } - } + } } -- cgit v1.2.3