Class QualificationAwardType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.AchievementType
-
- eu.europa.data.europass.model.credentials_.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 Summary
Constructors Constructor Description QualificationAwardType()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 QualificationAwardTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(QualificationAwardType 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 QualificationAwardType 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 QualificationAwardType 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.
-
-