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/DiplomaSupplementType.java | 622 ++++++++++----------- 1 file changed, 289 insertions(+), 333 deletions(-) (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/DiplomaSupplementType.java') diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/DiplomaSupplementType.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/DiplomaSupplementType.java index b08a4fb72..57e9a4dfb 100644 --- a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/DiplomaSupplementType.java +++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/DiplomaSupplementType.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.util.ArrayList; @@ -17,13 +16,14 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import eu.stork.peps.complex.attributes.org.w3._2000._09.xmldsig.SignatureType; - /** * Diploma Supplement * - *

Java class for DiplomaSupplementType complex type. + *

+ * Java class for DiplomaSupplementType 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="DiplomaSupplementType">
@@ -52,360 +52,316 @@ import eu.stork.peps.complex.attributes.org.w3._2000._09.xmldsig.SignatureType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "DiplomaSupplementType", propOrder = {
-    "informationIdentifyingTheHolderOfTheQualification",
-    "informationIdentifyingTheQualification",
-    "informationOnTheLevelOfTheQualification",
-    "informationOnTheContentsAndResultsGained",
-    "informationOnTheFunctionOfTheQualification",
-    "additionalInformation",
-    "certificationOfTheSupplement",
-    "informationOnTheNationalHigherEducationSystem",
-    "attachments",
-    "extensionContent",
-    "signature"
-})
+@XmlType(name = "DiplomaSupplementType", propOrder = { "informationIdentifyingTheHolderOfTheQualification", "informationIdentifyingTheQualification", "informationOnTheLevelOfTheQualification",
+		"informationOnTheContentsAndResultsGained", "informationOnTheFunctionOfTheQualification", "additionalInformation", "certificationOfTheSupplement",
+		"informationOnTheNationalHigherEducationSystem", "attachments", "extensionContent", "signature" })
 public class DiplomaSupplementType {
 
-    @XmlElement(name = "InformationIdentifyingTheHolderOfTheQualification", required = true)
-    protected InformationIdentifyingTheHolderOfTheQualificationType informationIdentifyingTheHolderOfTheQualification;
-    @XmlElement(name = "InformationIdentifyingTheQualification", required = true)
-    protected InformationIdentifyingTheQualificationType informationIdentifyingTheQualification;
-    @XmlElement(name = "InformationOnTheLevelOfTheQualification", required = true)
-    protected InformationOnTheLevelOfTheQualificationType informationOnTheLevelOfTheQualification;
-    @XmlElement(name = "InformationOnTheContentsAndResultsGained", required = true)
-    protected InformationOnTheContentsAndResultsGainedType informationOnTheContentsAndResultsGained;
-    @XmlElement(name = "InformationOnTheFunctionOfTheQualification", required = true)
-    protected InformationOnTheFunctionOfTheQualificationType informationOnTheFunctionOfTheQualification;
-    @XmlElement(name = "AdditionalInformation", required = true)
-    protected AdditionalInformationType additionalInformation;
-    @XmlElement(name = "CertificationOfTheSupplement", required = true)
-    protected CertificationOfTheSupplementType certificationOfTheSupplement;
-    @XmlElement(name = "InformationOnTheNationalHigherEducationSystem", required = true)
-    protected RichTextTagType informationOnTheNationalHigherEducationSystem;
-    @XmlElement(name = "Attachments")
-    protected AttachmentsType attachments;
-    @XmlElement(name = "ExtensionContent")
-    protected List extensionContent;
-    @XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#")
-    protected List signature;
-    @XmlAttribute(name = "language", required = true)
-    protected LanguageType language;
-    @XmlAttribute(name = "isTheOriginalLanguage", required = true)
-    protected boolean isTheOriginalLanguage;
+	@XmlElement(name = "InformationIdentifyingTheHolderOfTheQualification", required = true)
+	protected InformationIdentifyingTheHolderOfTheQualificationType informationIdentifyingTheHolderOfTheQualification;
+	@XmlElement(name = "InformationIdentifyingTheQualification", required = true)
+	protected InformationIdentifyingTheQualificationType informationIdentifyingTheQualification;
+	@XmlElement(name = "InformationOnTheLevelOfTheQualification", required = true)
+	protected InformationOnTheLevelOfTheQualificationType informationOnTheLevelOfTheQualification;
+	@XmlElement(name = "InformationOnTheContentsAndResultsGained", required = true)
+	protected InformationOnTheContentsAndResultsGainedType informationOnTheContentsAndResultsGained;
+	@XmlElement(name = "InformationOnTheFunctionOfTheQualification", required = true)
+	protected InformationOnTheFunctionOfTheQualificationType informationOnTheFunctionOfTheQualification;
+	@XmlElement(name = "AdditionalInformation", required = true)
+	protected AdditionalInformationType additionalInformation;
+	@XmlElement(name = "CertificationOfTheSupplement", required = true)
+	protected CertificationOfTheSupplementType certificationOfTheSupplement;
+	@XmlElement(name = "InformationOnTheNationalHigherEducationSystem", required = true)
+	protected RichTextTagType informationOnTheNationalHigherEducationSystem;
+	@XmlElement(name = "Attachments")
+	protected AttachmentsType attachments;
+	@XmlElement(name = "ExtensionContent")
+	protected List extensionContent;
+	@XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#")
+	protected List signature;
+	@XmlAttribute(name = "language", required = true)
+	protected LanguageType language;
+	@XmlAttribute(name = "isTheOriginalLanguage", required = true)
+	protected boolean isTheOriginalLanguage;
 
-    /**
-     * Gets the value of the informationIdentifyingTheHolderOfTheQualification property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link InformationIdentifyingTheHolderOfTheQualificationType }
-     *     
-     */
-    public InformationIdentifyingTheHolderOfTheQualificationType getInformationIdentifyingTheHolderOfTheQualification() {
-        return informationIdentifyingTheHolderOfTheQualification;
-    }
+	/**
+	 * Gets the value of the informationIdentifyingTheHolderOfTheQualification property.
+	 * 
+	 * @return possible object is {@link InformationIdentifyingTheHolderOfTheQualificationType }
+	 * 
+	 */
+	public InformationIdentifyingTheHolderOfTheQualificationType getInformationIdentifyingTheHolderOfTheQualification() {
+		return informationIdentifyingTheHolderOfTheQualification;
+	}
 
-    /**
-     * Sets the value of the informationIdentifyingTheHolderOfTheQualification property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link InformationIdentifyingTheHolderOfTheQualificationType }
-     *     
-     */
-    public void setInformationIdentifyingTheHolderOfTheQualification(InformationIdentifyingTheHolderOfTheQualificationType value) {
-        this.informationIdentifyingTheHolderOfTheQualification = value;
-    }
+	/**
+	 * Sets the value of the informationIdentifyingTheHolderOfTheQualification property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link InformationIdentifyingTheHolderOfTheQualificationType }
+	 * 
+	 */
+	public void setInformationIdentifyingTheHolderOfTheQualification(InformationIdentifyingTheHolderOfTheQualificationType value) {
+		this.informationIdentifyingTheHolderOfTheQualification = value;
+	}
 
-    /**
-     * Gets the value of the informationIdentifyingTheQualification property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link InformationIdentifyingTheQualificationType }
-     *     
-     */
-    public InformationIdentifyingTheQualificationType getInformationIdentifyingTheQualification() {
-        return informationIdentifyingTheQualification;
-    }
+	/**
+	 * Gets the value of the informationIdentifyingTheQualification property.
+	 * 
+	 * @return possible object is {@link InformationIdentifyingTheQualificationType }
+	 * 
+	 */
+	public InformationIdentifyingTheQualificationType getInformationIdentifyingTheQualification() {
+		return informationIdentifyingTheQualification;
+	}
 
-    /**
-     * Sets the value of the informationIdentifyingTheQualification property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link InformationIdentifyingTheQualificationType }
-     *     
-     */
-    public void setInformationIdentifyingTheQualification(InformationIdentifyingTheQualificationType value) {
-        this.informationIdentifyingTheQualification = value;
-    }
+	/**
+	 * Sets the value of the informationIdentifyingTheQualification property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link InformationIdentifyingTheQualificationType }
+	 * 
+	 */
+	public void setInformationIdentifyingTheQualification(InformationIdentifyingTheQualificationType value) {
+		this.informationIdentifyingTheQualification = value;
+	}
 
-    /**
-     * Gets the value of the informationOnTheLevelOfTheQualification property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link InformationOnTheLevelOfTheQualificationType }
-     *     
-     */
-    public InformationOnTheLevelOfTheQualificationType getInformationOnTheLevelOfTheQualification() {
-        return informationOnTheLevelOfTheQualification;
-    }
+	/**
+	 * Gets the value of the informationOnTheLevelOfTheQualification property.
+	 * 
+	 * @return possible object is {@link InformationOnTheLevelOfTheQualificationType }
+	 * 
+	 */
+	public InformationOnTheLevelOfTheQualificationType getInformationOnTheLevelOfTheQualification() {
+		return informationOnTheLevelOfTheQualification;
+	}
 
-    /**
-     * Sets the value of the informationOnTheLevelOfTheQualification property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link InformationOnTheLevelOfTheQualificationType }
-     *     
-     */
-    public void setInformationOnTheLevelOfTheQualification(InformationOnTheLevelOfTheQualificationType value) {
-        this.informationOnTheLevelOfTheQualification = value;
-    }
+	/**
+	 * Sets the value of the informationOnTheLevelOfTheQualification property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link InformationOnTheLevelOfTheQualificationType }
+	 * 
+	 */
+	public void setInformationOnTheLevelOfTheQualification(InformationOnTheLevelOfTheQualificationType value) {
+		this.informationOnTheLevelOfTheQualification = value;
+	}
 
-    /**
-     * Gets the value of the informationOnTheContentsAndResultsGained property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link InformationOnTheContentsAndResultsGainedType }
-     *     
-     */
-    public InformationOnTheContentsAndResultsGainedType getInformationOnTheContentsAndResultsGained() {
-        return informationOnTheContentsAndResultsGained;
-    }
+	/**
+	 * Gets the value of the informationOnTheContentsAndResultsGained property.
+	 * 
+	 * @return possible object is {@link InformationOnTheContentsAndResultsGainedType }
+	 * 
+	 */
+	public InformationOnTheContentsAndResultsGainedType getInformationOnTheContentsAndResultsGained() {
+		return informationOnTheContentsAndResultsGained;
+	}
 
-    /**
-     * Sets the value of the informationOnTheContentsAndResultsGained property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link InformationOnTheContentsAndResultsGainedType }
-     *     
-     */
-    public void setInformationOnTheContentsAndResultsGained(InformationOnTheContentsAndResultsGainedType value) {
-        this.informationOnTheContentsAndResultsGained = value;
-    }
+	/**
+	 * Sets the value of the informationOnTheContentsAndResultsGained property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link InformationOnTheContentsAndResultsGainedType }
+	 * 
+	 */
+	public void setInformationOnTheContentsAndResultsGained(InformationOnTheContentsAndResultsGainedType value) {
+		this.informationOnTheContentsAndResultsGained = value;
+	}
 
-    /**
-     * Gets the value of the informationOnTheFunctionOfTheQualification property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link InformationOnTheFunctionOfTheQualificationType }
-     *     
-     */
-    public InformationOnTheFunctionOfTheQualificationType getInformationOnTheFunctionOfTheQualification() {
-        return informationOnTheFunctionOfTheQualification;
-    }
+	/**
+	 * Gets the value of the informationOnTheFunctionOfTheQualification property.
+	 * 
+	 * @return possible object is {@link InformationOnTheFunctionOfTheQualificationType }
+	 * 
+	 */
+	public InformationOnTheFunctionOfTheQualificationType getInformationOnTheFunctionOfTheQualification() {
+		return informationOnTheFunctionOfTheQualification;
+	}
 
-    /**
-     * Sets the value of the informationOnTheFunctionOfTheQualification property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link InformationOnTheFunctionOfTheQualificationType }
-     *     
-     */
-    public void setInformationOnTheFunctionOfTheQualification(InformationOnTheFunctionOfTheQualificationType value) {
-        this.informationOnTheFunctionOfTheQualification = value;
-    }
+	/**
+	 * Sets the value of the informationOnTheFunctionOfTheQualification property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link InformationOnTheFunctionOfTheQualificationType }
+	 * 
+	 */
+	public void setInformationOnTheFunctionOfTheQualification(InformationOnTheFunctionOfTheQualificationType value) {
+		this.informationOnTheFunctionOfTheQualification = value;
+	}
 
-    /**
-     * Gets the value of the additionalInformation property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link AdditionalInformationType }
-     *     
-     */
-    public AdditionalInformationType getAdditionalInformation() {
-        return additionalInformation;
-    }
+	/**
+	 * Gets the value of the additionalInformation property.
+	 * 
+	 * @return possible object is {@link AdditionalInformationType }
+	 * 
+	 */
+	public AdditionalInformationType getAdditionalInformation() {
+		return additionalInformation;
+	}
 
-    /**
-     * Sets the value of the additionalInformation property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link AdditionalInformationType }
-     *     
-     */
-    public void setAdditionalInformation(AdditionalInformationType value) {
-        this.additionalInformation = value;
-    }
+	/**
+	 * Sets the value of the additionalInformation property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link AdditionalInformationType }
+	 * 
+	 */
+	public void setAdditionalInformation(AdditionalInformationType value) {
+		this.additionalInformation = value;
+	}
 
-    /**
-     * Gets the value of the certificationOfTheSupplement property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link CertificationOfTheSupplementType }
-     *     
-     */
-    public CertificationOfTheSupplementType getCertificationOfTheSupplement() {
-        return certificationOfTheSupplement;
-    }
+	/**
+	 * Gets the value of the certificationOfTheSupplement property.
+	 * 
+	 * @return possible object is {@link CertificationOfTheSupplementType }
+	 * 
+	 */
+	public CertificationOfTheSupplementType getCertificationOfTheSupplement() {
+		return certificationOfTheSupplement;
+	}
 
-    /**
-     * Sets the value of the certificationOfTheSupplement property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link CertificationOfTheSupplementType }
-     *     
-     */
-    public void setCertificationOfTheSupplement(CertificationOfTheSupplementType value) {
-        this.certificationOfTheSupplement = value;
-    }
+	/**
+	 * Sets the value of the certificationOfTheSupplement property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link CertificationOfTheSupplementType }
+	 * 
+	 */
+	public void setCertificationOfTheSupplement(CertificationOfTheSupplementType value) {
+		this.certificationOfTheSupplement = value;
+	}
 
-    /**
-     * Gets the value of the informationOnTheNationalHigherEducationSystem property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link RichTextTagType }
-     *     
-     */
-    public RichTextTagType getInformationOnTheNationalHigherEducationSystem() {
-        return informationOnTheNationalHigherEducationSystem;
-    }
+	/**
+	 * Gets the value of the informationOnTheNationalHigherEducationSystem property.
+	 * 
+	 * @return possible object is {@link RichTextTagType }
+	 * 
+	 */
+	public RichTextTagType getInformationOnTheNationalHigherEducationSystem() {
+		return informationOnTheNationalHigherEducationSystem;
+	}
 
-    /**
-     * Sets the value of the informationOnTheNationalHigherEducationSystem property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link RichTextTagType }
-     *     
-     */
-    public void setInformationOnTheNationalHigherEducationSystem(RichTextTagType value) {
-        this.informationOnTheNationalHigherEducationSystem = value;
-    }
+	/**
+	 * Sets the value of the informationOnTheNationalHigherEducationSystem property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link RichTextTagType }
+	 * 
+	 */
+	public void setInformationOnTheNationalHigherEducationSystem(RichTextTagType value) {
+		this.informationOnTheNationalHigherEducationSystem = value;
+	}
 
-    /**
-     * Gets the value of the attachments property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link AttachmentsType }
-     *     
-     */
-    public AttachmentsType getAttachments() {
-        return attachments;
-    }
+	/**
+	 * Gets the value of the attachments property.
+	 * 
+	 * @return possible object is {@link AttachmentsType }
+	 * 
+	 */
+	public AttachmentsType getAttachments() {
+		return attachments;
+	}
 
-    /**
-     * Sets the value of the attachments property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link AttachmentsType }
-     *     
-     */
-    public void setAttachments(AttachmentsType value) {
-        this.attachments = value;
-    }
+	/**
+	 * Sets the value of the attachments property.
+	 * 
+	 * @param value
+	 *            allowed object is {@link AttachmentsType }
+	 * 
+	 */
+	public void setAttachments(AttachmentsType value) {
+		this.attachments = value;
+	}
 
-    /**
-     * Gets the value of the extensionContent property.
-     * 
-     * 

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the extensionContent property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getExtensionContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ExtensionContentType } - * - * - */ - public List getExtensionContent() { - if (extensionContent == null) { - extensionContent = new ArrayList(); - } - return this.extensionContent; - } + /** + * Gets the value of the extensionContent property. + * + *

+ * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is + * not a set method for the extensionContent property. + * + *

+ * For example, to add a new item, do as follows: + * + *

+	 * getExtensionContent().add(newItem);
+	 * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list {@link ExtensionContentType } + * + * + */ + public List getExtensionContent() { + if (extensionContent == null) { + extensionContent = new ArrayList(); + } + return this.extensionContent; + } - /** - * Digital signature Gets the value of the signature property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the signature property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSignature().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SignatureType } - * - * - */ - public List getSignature() { - if (signature == null) { - signature = new ArrayList(); - } - return this.signature; - } + /** + * Digital signature Gets the value of the signature property. + * + *

+ * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is + * not a set method for the signature property. + * + *

+ * For example, to add a new item, do as follows: + * + *

+	 * getSignature().add(newItem);
+	 * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list {@link SignatureType } + * + * + */ + public List getSignature() { + if (signature == null) { + signature = new ArrayList(); + } + return this.signature; + } - /** - * Gets the value of the language property. - * - * @return - * possible object is - * {@link LanguageType } - * - */ - public LanguageType getLanguage() { - return language; - } + /** + * Gets the value of the language property. + * + * @return possible object is {@link LanguageType } + * + */ + public LanguageType getLanguage() { + return language; + } - /** - * Sets the value of the language property. - * - * @param value - * allowed object is - * {@link LanguageType } - * - */ - public void setLanguage(LanguageType value) { - this.language = value; - } + /** + * Sets the value of the language property. + * + * @param value + * allowed object is {@link LanguageType } + * + */ + public void setLanguage(LanguageType value) { + this.language = value; + } - /** - * Gets the value of the isTheOriginalLanguage property. - * - */ - public boolean isIsTheOriginalLanguage() { - return isTheOriginalLanguage; - } + /** + * Gets the value of the isTheOriginalLanguage property. + * + */ + public boolean isIsTheOriginalLanguage() { + return isTheOriginalLanguage; + } - /** - * Sets the value of the isTheOriginalLanguage property. - * - */ - public void setIsTheOriginalLanguage(boolean value) { - this.isTheOriginalLanguage = value; - } + /** + * Sets the value of the isTheOriginalLanguage property. + * + */ + public void setIsTheOriginalLanguage(boolean value) { + this.isTheOriginalLanguage = value; + } } -- cgit v1.2.3