Class QualificationAwardType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Cloneable

    @CodingStyleguideUnaware
    public class QualificationAwardType
    extends AchievementType
    An awarded qualification. A formal outcome of an assessment and validation process which is obtained when a competent authority determines that an individual has achieved learning outcomes to given standards. The QualificationAwardType is a more specialized type of the LearningAwardType.

    Java class for QualificationAwardType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="QualificationAwardType">
       <complexContent>
         <extension base="{http://data.europa.eu/europass/model/credentials#}AchievementType">
           <sequence>
             <element name="specifiedBy" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType"/>
             <element name="associatedLearningOpportunity" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

    This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb22-plugin -Xph-tostring

    This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb22-plugin -Xph-value-extender

    • Constructor Detail

      • QualificationAwardType

        public QualificationAwardType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • getSpecifiedBy

        @Nullable
        public IdReferenceType getSpecifiedBy()
        Gets the value of the specifiedBy property.
        Returns:
        possible object is IdReferenceType
      • setSpecifiedBy

        public void setSpecifiedBy​(@Nullable
                                   IdReferenceType value)
        Sets the value of the specifiedBy property.
        Parameters:
        value - allowed object is IdReferenceType
      • getAssociatedLearningOpportunity

        @Nullable
        public IdReferenceType getAssociatedLearningOpportunity()
        Gets the value of the associatedLearningOpportunity property.
        Returns:
        possible object is IdReferenceType
      • setAssociatedLearningOpportunity

        public void setAssociatedLearningOpportunity​(@Nullable
                                                     IdReferenceType value)
        Sets the value of the associatedLearningOpportunity property.
        Parameters:
        value - allowed object is IdReferenceType
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class AchievementType
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class AchievementType
      • cloneTo

        public void cloneTo​(@Nonnull
                            QualificationAwardType ret)
        This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2
        Parameters:
        ret - The target object to clone to. May not be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public QualificationAwardType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class AchievementType
        Returns:
        The cloned object. Never null.