aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/MobilityProgrammeType.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/MobilityProgrammeType.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/MobilityProgrammeType.java520
1 files changed, 240 insertions, 280 deletions
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
*
- * <p>Java class for MobilityProgrammeType complex type.
+ * <p>
+ * Java class for MobilityProgrammeType 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="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;
+ }
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType>
- * &lt;simpleContent>
- * &lt;extension base="&lt;urn:crue:academic:xsd:language:diplomasupplement>PlainTextType">
- * &lt;attribute name="country" use="required" type="{urn:crue:academic:xsd:language:diplomasupplement}CountryType" />
- * &lt;/extension>
- * &lt;/simpleContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "value"
- })
- public static class Country {
+ /**
+ * <p>
+ * Java class for anonymous complex type.
+ *
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType>
+ * &lt;simpleContent>
+ * &lt;extension base="&lt;urn:crue:academic:xsd:language:diplomasupplement>PlainTextType">
+ * &lt;attribute name="country" use="required" type="{urn:crue:academic:xsd:language:diplomasupplement}CountryType" />
+ * &lt;/extension>
+ * &lt;/simpleContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+ @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;
+ }
- }
+ }
}