aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-08-27 12:07:52 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-08-27 12:07:52 +0200
commit1051a42329a603821f415383343d253724d4cd65 (patch)
treef8a0b6e8445b7034dfe38d6ba3a61f1429a75a6e /id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java
parentbb1b12ac5b240629e16ea1c7a50891e99f4adc14 (diff)
parenteb0cf88708f3d689c2cb6bb0dbf83dd290bee887 (diff)
downloadmoa-id-spss-1051a42329a603821f415383343d253724d4cd65.tar.gz
moa-id-spss-1051a42329a603821f415383343d253724d4cd65.tar.bz2
moa-id-spss-1051a42329a603821f415383343d253724d4cd65.zip
Merge STORK-SAML-Engine 1.5.1 and STORK-Commons 1.5.1
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/CustomAttributeQueryValidator.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/MultipleAssertionResponseValidator.java
Diffstat (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java312
1 files changed, 144 insertions, 168 deletions
diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java
index 3820c55a3..31a38bbc4 100644
--- a/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.java
+++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/crue/academic/xsd/language/diplomasupplement/InformationIdentifyingTheQualificationType.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;
@@ -13,13 +12,14 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
/**
* Information identifying the qualification
*
- * <p>Java class for InformationIdentifyingTheQualificationType complex type.
+ * <p>
+ * Java class for InformationIdentifyingTheQualificationType 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="InformationIdentifyingTheQualificationType">
@@ -41,171 +41,147 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "InformationIdentifyingTheQualificationType", propOrder = {
- "qualification",
- "titleConferred",
- "mainFieldsOfStudy",
- "nameAndStatusOfAwardingInstitution",
- "nameAndStatusOfInstitutionAdministeringStudies",
- "languagesOfInstructionAndExamination"
-})
+@XmlType(name = "InformationIdentifyingTheQualificationType", propOrder = { "qualification", "titleConferred", "mainFieldsOfStudy", "nameAndStatusOfAwardingInstitution",
+ "nameAndStatusOfInstitutionAdministeringStudies", "languagesOfInstructionAndExamination" })
public class InformationIdentifyingTheQualificationType {
- @XmlElement(name = "Qualification", required = true)
- protected QualificationType qualification;
- @XmlElement(name = "TitleConferred")
- protected TitleConferredType titleConferred;
- @XmlElement(name = "MainFieldsOfStudy", required = true)
- protected RichTextTagType mainFieldsOfStudy;
- @XmlElement(name = "NameAndStatusOfAwardingInstitution", required = true)
- protected NameAndStatusOfAwardingInstitutionType nameAndStatusOfAwardingInstitution;
- @XmlElement(name = "NameAndStatusOfInstitutionAdministeringStudies", required = true)
- protected NameAndStatusOfInstitutionAdministeringStudiesType nameAndStatusOfInstitutionAdministeringStudies;
- @XmlElement(name = "LanguagesOfInstructionAndExamination", required = true)
- protected LanguagesOfInstructionAndExaminationType languagesOfInstructionAndExamination;
-
- /**
- * Gets the value of the qualification property.
- *
- * @return
- * possible object is
- * {@link QualificationType }
- *
- */
- public QualificationType getQualification() {
- return qualification;
- }
-
- /**
- * Sets the value of the qualification property.
- *
- * @param value
- * allowed object is
- * {@link QualificationType }
- *
- */
- public void setQualification(QualificationType value) {
- this.qualification = value;
- }
-
- /**
- * Gets the value of the titleConferred property.
- *
- * @return
- * possible object is
- * {@link TitleConferredType }
- *
- */
- public TitleConferredType getTitleConferred() {
- return titleConferred;
- }
-
- /**
- * Sets the value of the titleConferred property.
- *
- * @param value
- * allowed object is
- * {@link TitleConferredType }
- *
- */
- public void setTitleConferred(TitleConferredType value) {
- this.titleConferred = value;
- }
-
- /**
- * Gets the value of the mainFieldsOfStudy property.
- *
- * @return
- * possible object is
- * {@link RichTextTagType }
- *
- */
- public RichTextTagType getMainFieldsOfStudy() {
- return mainFieldsOfStudy;
- }
-
- /**
- * Sets the value of the mainFieldsOfStudy property.
- *
- * @param value
- * allowed object is
- * {@link RichTextTagType }
- *
- */
- public void setMainFieldsOfStudy(RichTextTagType value) {
- this.mainFieldsOfStudy = value;
- }
-
- /**
- * Gets the value of the nameAndStatusOfAwardingInstitution property.
- *
- * @return
- * possible object is
- * {@link NameAndStatusOfAwardingInstitutionType }
- *
- */
- public NameAndStatusOfAwardingInstitutionType getNameAndStatusOfAwardingInstitution() {
- return nameAndStatusOfAwardingInstitution;
- }
-
- /**
- * Sets the value of the nameAndStatusOfAwardingInstitution property.
- *
- * @param value
- * allowed object is
- * {@link NameAndStatusOfAwardingInstitutionType }
- *
- */
- public void setNameAndStatusOfAwardingInstitution(NameAndStatusOfAwardingInstitutionType value) {
- this.nameAndStatusOfAwardingInstitution = value;
- }
-
- /**
- * Gets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
- *
- * @return
- * possible object is
- * {@link NameAndStatusOfInstitutionAdministeringStudiesType }
- *
- */
- public NameAndStatusOfInstitutionAdministeringStudiesType getNameAndStatusOfInstitutionAdministeringStudies() {
- return nameAndStatusOfInstitutionAdministeringStudies;
- }
-
- /**
- * Sets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
- *
- * @param value
- * allowed object is
- * {@link NameAndStatusOfInstitutionAdministeringStudiesType }
- *
- */
- public void setNameAndStatusOfInstitutionAdministeringStudies(NameAndStatusOfInstitutionAdministeringStudiesType value) {
- this.nameAndStatusOfInstitutionAdministeringStudies = value;
- }
-
- /**
- * Gets the value of the languagesOfInstructionAndExamination property.
- *
- * @return
- * possible object is
- * {@link LanguagesOfInstructionAndExaminationType }
- *
- */
- public LanguagesOfInstructionAndExaminationType getLanguagesOfInstructionAndExamination() {
- return languagesOfInstructionAndExamination;
- }
-
- /**
- * Sets the value of the languagesOfInstructionAndExamination property.
- *
- * @param value
- * allowed object is
- * {@link LanguagesOfInstructionAndExaminationType }
- *
- */
- public void setLanguagesOfInstructionAndExamination(LanguagesOfInstructionAndExaminationType value) {
- this.languagesOfInstructionAndExamination = value;
- }
+ @XmlElement(name = "Qualification", required = true)
+ protected QualificationType qualification;
+ @XmlElement(name = "TitleConferred")
+ protected TitleConferredType titleConferred;
+ @XmlElement(name = "MainFieldsOfStudy", required = true)
+ protected RichTextTagType mainFieldsOfStudy;
+ @XmlElement(name = "NameAndStatusOfAwardingInstitution", required = true)
+ protected NameAndStatusOfAwardingInstitutionType nameAndStatusOfAwardingInstitution;
+ @XmlElement(name = "NameAndStatusOfInstitutionAdministeringStudies", required = true)
+ protected NameAndStatusOfInstitutionAdministeringStudiesType nameAndStatusOfInstitutionAdministeringStudies;
+ @XmlElement(name = "LanguagesOfInstructionAndExamination", required = true)
+ protected LanguagesOfInstructionAndExaminationType languagesOfInstructionAndExamination;
+
+ /**
+ * Gets the value of the qualification property.
+ *
+ * @return possible object is {@link QualificationType }
+ *
+ */
+ public QualificationType getQualification() {
+ return qualification;
+ }
+
+ /**
+ * Sets the value of the qualification property.
+ *
+ * @param value
+ * allowed object is {@link QualificationType }
+ *
+ */
+ public void setQualification(QualificationType value) {
+ this.qualification = value;
+ }
+
+ /**
+ * Gets the value of the titleConferred property.
+ *
+ * @return possible object is {@link TitleConferredType }
+ *
+ */
+ public TitleConferredType getTitleConferred() {
+ return titleConferred;
+ }
+
+ /**
+ * Sets the value of the titleConferred property.
+ *
+ * @param value
+ * allowed object is {@link TitleConferredType }
+ *
+ */
+ public void setTitleConferred(TitleConferredType value) {
+ this.titleConferred = value;
+ }
+
+ /**
+ * Gets the value of the mainFieldsOfStudy property.
+ *
+ * @return possible object is {@link RichTextTagType }
+ *
+ */
+ public RichTextTagType getMainFieldsOfStudy() {
+ return mainFieldsOfStudy;
+ }
+
+ /**
+ * Sets the value of the mainFieldsOfStudy property.
+ *
+ * @param value
+ * allowed object is {@link RichTextTagType }
+ *
+ */
+ public void setMainFieldsOfStudy(RichTextTagType value) {
+ this.mainFieldsOfStudy = value;
+ }
+
+ /**
+ * Gets the value of the nameAndStatusOfAwardingInstitution property.
+ *
+ * @return possible object is {@link NameAndStatusOfAwardingInstitutionType }
+ *
+ */
+ public NameAndStatusOfAwardingInstitutionType getNameAndStatusOfAwardingInstitution() {
+ return nameAndStatusOfAwardingInstitution;
+ }
+
+ /**
+ * Sets the value of the nameAndStatusOfAwardingInstitution property.
+ *
+ * @param value
+ * allowed object is {@link NameAndStatusOfAwardingInstitutionType }
+ *
+ */
+ public void setNameAndStatusOfAwardingInstitution(NameAndStatusOfAwardingInstitutionType value) {
+ this.nameAndStatusOfAwardingInstitution = value;
+ }
+
+ /**
+ * Gets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
+ *
+ * @return possible object is {@link NameAndStatusOfInstitutionAdministeringStudiesType }
+ *
+ */
+ public NameAndStatusOfInstitutionAdministeringStudiesType getNameAndStatusOfInstitutionAdministeringStudies() {
+ return nameAndStatusOfInstitutionAdministeringStudies;
+ }
+
+ /**
+ * Sets the value of the nameAndStatusOfInstitutionAdministeringStudies property.
+ *
+ * @param value
+ * allowed object is {@link NameAndStatusOfInstitutionAdministeringStudiesType }
+ *
+ */
+ public void setNameAndStatusOfInstitutionAdministeringStudies(NameAndStatusOfInstitutionAdministeringStudiesType value) {
+ this.nameAndStatusOfInstitutionAdministeringStudies = value;
+ }
+
+ /**
+ * Gets the value of the languagesOfInstructionAndExamination property.
+ *
+ * @return possible object is {@link LanguagesOfInstructionAndExaminationType }
+ *
+ */
+ public LanguagesOfInstructionAndExaminationType getLanguagesOfInstructionAndExamination() {
+ return languagesOfInstructionAndExamination;
+ }
+
+ /**
+ * Sets the value of the languagesOfInstructionAndExamination property.
+ *
+ * @param value
+ * allowed object is {@link LanguagesOfInstructionAndExaminationType }
+ *
+ */
+ public void setLanguagesOfInstructionAndExamination(LanguagesOfInstructionAndExaminationType value) {
+ this.languagesOfInstructionAndExamination = value;
+ }
}