aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/CourseUnitWorkPlacementType.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/CourseUnitWorkPlacementType.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/CourseUnitWorkPlacementType.java195
1 files changed, 89 insertions, 106 deletions
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
*
- * <p>Java class for CourseUnitWorkPlacementType complex type.
+ * <p>
+ * Java class for CourseUnitWorkPlacementType 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="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;
+ }
}