Class RestrictedAchievementsType

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

    @CodingStyleguideUnaware
    public class RestrictedAchievementsType
    extends AchievementsType
    Achievements Type with choice cardinality as 1.

    Java class for RestrictedAchievementsType complex type.

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

     <complexType name="RestrictedAchievementsType">
       <complexContent>
         <restriction base="{http://data.europa.eu/europass/model/credentials#}AchievementsType">
           <choice>
             <element name="learningAchievement" type="{http://data.europa.eu/europass/model/credentials#}LearningAchievementType"/>
             <element name="qualificationAward" type="{http://data.europa.eu/europass/model/credentials#}QualificationAwardType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     

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

    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

      • RestrictedAchievementsType

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

      • equals

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

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

        public void cloneTo​(@Nonnull
                            RestrictedAchievementsType 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 RestrictedAchievementsType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class AchievementsType
        Returns:
        The cloned object. Never null.