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 --- .../CourseUnitWorkPlacementType.java | 195 ++++++++++----------- 1 file changed, 89 insertions(+), 106 deletions(-) (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/CourseUnitWorkPlacementType.java') diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/CourseUnitWorkPlacementType.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/CourseUnitWorkPlacementType.java index eb930ec76..f2d424667 100644 --- a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/CourseUnitWorkPlacementType.java +++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/CourseUnitWorkPlacementType.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 java.math.BigDecimal; @@ -15,13 +14,14 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; - /** * Course unit work placement * - *

Java class for CourseUnitWorkPlacementType complex type. + *

+ * Java class for CourseUnitWorkPlacementType 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="CourseUnitWorkPlacementType">
@@ -41,117 +41,100 @@ import javax.xml.datatype.XMLGregorianCalendar;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CourseUnitWorkPlacementType", propOrder = {
-    "collaboratingInstitution",
-    "dateFrom",
-    "dateTo",
-    "trainingHours"
-})
+@XmlType(name = "CourseUnitWorkPlacementType", propOrder = { "collaboratingInstitution", "dateFrom", "dateTo", "trainingHours" })
 public class CourseUnitWorkPlacementType {
 
-    @XmlElement(name = "CollaboratingInstitution", required = true)
-    protected String collaboratingInstitution;
-    @XmlElement(name = "DateFrom")
-    protected XMLGregorianCalendar dateFrom;
-    @XmlElement(name = "DateTo")
-    protected XMLGregorianCalendar dateTo;
-    @XmlElement(name = "TrainingHours")
-    protected BigDecimal trainingHours;
+	@XmlElement(name = "CollaboratingInstitution", required = true)
+	protected String collaboratingInstitution;
+	@XmlElement(name = "DateFrom")
+	protected XMLGregorianCalendar dateFrom;
+	@XmlElement(name = "DateTo")
+	protected XMLGregorianCalendar dateTo;
+	@XmlElement(name = "TrainingHours")
+	protected BigDecimal trainingHours;
 
-    /**
-     * Gets the value of the collaboratingInstitution property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getCollaboratingInstitution() {
-        return collaboratingInstitution;
-    }
+	/**
+	 * Gets the value of the collaboratingInstitution property.
+	 * 
+	 * @return possible object is {@link String }
+	 * 
+	 */
+	public String getCollaboratingInstitution() {
+		return collaboratingInstitution;
+	}
 
-    /**
-     * Sets the value of the collaboratingInstitution property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setCollaboratingInstitution(String value) {
-        this.collaboratingInstitution = value;
-    }
+	/**
+	 * Sets the value of the collaboratingInstitution property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link String }
+	 * 
+	 */
+	public void setCollaboratingInstitution(String value) {
+		this.collaboratingInstitution = value;
+	}
 
-    /**
-     * Gets the value of the dateFrom property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getDateFrom() {
-        return dateFrom;
-    }
+	/**
+	 * Gets the value of the dateFrom property.
+	 * 
+	 * @return possible object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public XMLGregorianCalendar getDateFrom() {
+		return dateFrom;
+	}
 
-    /**
-     * 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 dateFrom property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public void setDateFrom(XMLGregorianCalendar value) {
+		this.dateFrom = value;
+	}
 
-    /**
-     * Gets the value of the dateTo property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getDateTo() {
-        return dateTo;
-    }
+	/**
+	 * Gets the value of the dateTo property.
+	 * 
+	 * @return possible object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public XMLGregorianCalendar getDateTo() {
+		return dateTo;
+	}
 
-    /**
-     * 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 dateTo property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link XMLGregorianCalendar }
+	 * 
+	 */
+	public void setDateTo(XMLGregorianCalendar value) {
+		this.dateTo = value;
+	}
 
-    /**
-     * Gets the value of the trainingHours property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link BigDecimal }
-     *     
-     */
-    public BigDecimal getTrainingHours() {
-        return trainingHours;
-    }
+	/**
+	 * Gets the value of the trainingHours property.
+	 * 
+	 * @return possible object is {@link BigDecimal }
+	 * 
+	 */
+	public BigDecimal getTrainingHours() {
+		return trainingHours;
+	}
 
-    /**
-     * Sets the value of the trainingHours property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link BigDecimal }
-     *     
-     */
-    public void setTrainingHours(BigDecimal value) {
-        this.trainingHours = value;
-    }
+	/**
+	 * Sets the value of the trainingHours property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link BigDecimal }
+	 * 
+	 */
+	public void setTrainingHours(BigDecimal value) {
+		this.trainingHours = value;
+	}
 
 }
-- 
cgit v1.2.3