Class LearningAchievementType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.AchievementType
-
- eu.europa.data.europass.model.credentials_.LearningAchievementType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class LearningAchievementType extends AchievementType
The acquisition of knowledge, skills or responsibility and autonomy. A recognised and/or awarded set of learning outcomes of an individual.Java class for LearningAchievementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LearningAchievementType"> <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 Summary
Constructors Constructor Description LearningAchievementType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LearningAchievementTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(LearningAchievementType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeIdReferenceTypegetAssociatedLearningOpportunity()Gets the value of the associatedLearningOpportunity property.IdReferenceTypegetSpecifiedBy()Gets the value of the specifiedBy property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAssociatedLearningOpportunity(IdReferenceType value)Sets the value of the associatedLearningOpportunity property.voidsetSpecifiedBy(IdReferenceType value)Sets the value of the specifiedBy property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class eu.europa.data.europass.model.credentials_.AchievementType
addAdditionalNote, addDescription, addEntitlesTo, addHasPart, addIdentifier, addTitle, addWasDerivedFrom, addWasInfluencedBy, cloneTo, getAdditionalNote, getAdditionalNoteAtIndex, getAdditionalNoteCount, getDescription, getDescriptionAtIndex, getDescriptionCount, getEntitlesTo, getEntitlesToAtIndex, getEntitlesToCount, getHasPart, getHasPartAtIndex, getHasPartCount, getId, getIdentifier, getIdentifierAtIndex, getIdentifierCount, getTitle, getTitleAtIndex, getTitleCount, getWasAwardedBy, getWasDerivedFrom, getWasDerivedFromAtIndex, getWasDerivedFromCount, getWasInfluencedBy, getWasInfluencedByAtIndex, getWasInfluencedByCount, hasAdditionalNoteEntries, hasDescriptionEntries, hasEntitlesToEntries, hasHasPartEntries, hasIdentifierEntries, hasNoAdditionalNoteEntries, hasNoDescriptionEntries, hasNoEntitlesToEntries, hasNoHasPartEntries, hasNoIdentifierEntries, hasNoTitleEntries, hasNoWasDerivedFromEntries, hasNoWasInfluencedByEntries, hasTitleEntries, hasWasDerivedFromEntries, hasWasInfluencedByEntries, setAdditionalNote, setDescription, setEntitlesTo, setHasPart, setId, setIdentifier, setTitle, setWasAwardedBy, setWasDerivedFrom, setWasInfluencedBy
-
-
-
-
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 isIdReferenceType
-
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 isIdReferenceType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classAchievementType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classAchievementType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classAchievementType
-
cloneTo
public void cloneTo(@Nonnull LearningAchievementType ret)This method clones all values fromthisto 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 benull.
-
clone
@Nonnull @ReturnsMutableCopy public LearningAchievementType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classAchievementType- Returns:
- The cloned object. Never
null.
-
-