Class CredentialSubjectType

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

    @CodingStyleguideUnaware
    public class CredentialSubjectType
    extends PersonType

    Java class for CredentialSubjectType complex type.

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

     <complexType name="CredentialSubjectType">
       <complexContent>
         <extension base="{http://data.europa.eu/europass/model/credentials#}PersonType">
           <sequence>
             <element name="achievements" type="{http://data.europa.eu/europass/model/credentials#}AchievementsType" minOccurs="0"/>
             <element name="activities" type="{http://data.europa.eu/europass/model/credentials#}ActivitiesType" minOccurs="0"/>
             <element name="entitlements" type="{http://data.europa.eu/europass/model/credentials#}EntitlementsType" 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

      • CredentialSubjectType

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

      • getAchievements

        @Nullable
        public AchievementsType getAchievements()
        Gets the value of the achievements property.
        Returns:
        possible object is AchievementsType
      • setAchievements

        public void setAchievements​(@Nullable
                                    AchievementsType value)
        Sets the value of the achievements property.
        Parameters:
        value - allowed object is AchievementsType
      • getActivities

        @Nullable
        public ActivitiesType getActivities()
        Gets the value of the activities property.
        Returns:
        possible object is ActivitiesType
      • setActivities

        public void setActivities​(@Nullable
                                  ActivitiesType value)
        Sets the value of the activities property.
        Parameters:
        value - allowed object is ActivitiesType
      • getEntitlements

        @Nullable
        public EntitlementsType getEntitlements()
        Gets the value of the entitlements property.
        Returns:
        possible object is EntitlementsType
      • setEntitlements

        public void setEntitlements​(@Nullable
                                    EntitlementsType value)
        Sets the value of the entitlements property.
        Parameters:
        value - allowed object is EntitlementsType
      • equals

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

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

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class PersonType
      • cloneTo

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