Class LearningOutcomeType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.LearningOutcomeType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class LearningOutcomeType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
A learning outcome (i.e. knowledge, skill, autonomy-responsibility). The details, such as the description, of a learning outcome.Java class for LearningOutcomeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LearningOutcomeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://data.europa.eu/europass/model/credentials#}IdentifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="prefLabel" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="description" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="learningOutcomeType" type="{http://data.europa.eu/europass/model/credentials#}LearningOutcomeTypeCodeType" minOccurs="0"/> <element name="reusabilityLevel" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType"> <sequence> <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="{http://data.europa.eu/europass/model/credentials#}ReusabilityLevelEnumType" /> <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" /> <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </complexContent> </complexType> </element> <element name="relatedEscoSkill" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType"> <sequence> <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="type" type="{http://data.europa.eu/europass/model/credentials#}SkillAlignmentTypeEnumType" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" /> <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> </restriction> </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-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLearningOutcomeType.RelatedEscoSkillJava class for anonymous complex type.static classLearningOutcomeType.ReusabilityLevelJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description LearningOutcomeType()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 voidaddDescription(NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddIdentifier(IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddPrefLabel(LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddRelatedEscoSkill(LearningOutcomeType.RelatedEscoSkill elem)Created by ph-jaxb22-plugin -Xph-list-extensionLearningOutcomeTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(LearningOutcomeType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeList<NoteType>getDescription()Gets the value of the description property.NoteTypegetDescriptionAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetDescriptionCount()Created by ph-jaxb22-plugin -Xph-list-extensionStringgetId()Gets the value of the id property.List<IdentifierType>getIdentifier()Gets the value of the identifier property.IdentifierTypegetIdentifierAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetIdentifierCount()Created by ph-jaxb22-plugin -Xph-list-extensionLearningOutcomeTypeCodeTypegetLearningOutcomeTypeElement()Gets the value of the learningOutcomeTypeElement property.List<LanguageStringType>getPrefLabel()Gets the value of the prefLabel property.LanguageStringTypegetPrefLabelAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetPrefLabelCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<LearningOutcomeType.RelatedEscoSkill>getRelatedEscoSkill()Gets the value of the relatedEscoSkill property.LearningOutcomeType.RelatedEscoSkillgetRelatedEscoSkillAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetRelatedEscoSkillCount()Created by ph-jaxb22-plugin -Xph-list-extensionLearningOutcomeType.ReusabilityLevelgetReusabilityLevel()Gets the value of the reusabilityLevel property.booleanhasDescriptionEntries()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoDescriptionEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoPrefLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoRelatedEscoSkillEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasPrefLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasRelatedEscoSkillEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetDescription(List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetId(String value)Sets the value of the id property.voidsetIdentifier(List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetLearningOutcomeTypeElement(LearningOutcomeTypeCodeType value)Sets the value of the learningOutcomeTypeElement property.voidsetPrefLabel(List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetRelatedEscoSkill(List<LearningOutcomeType.RelatedEscoSkill> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetReusabilityLevel(LearningOutcomeType.ReusabilityLevel value)Sets the value of the reusabilityLevel property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getIdentifier
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdentifierType> getIdentifier()Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
IdentifierType
-
getPrefLabel
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LanguageStringType> getPrefLabel()Gets the value of the prefLabel property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the prefLabel property.For example, to add a new item, do as follows:
getPrefLabel().add(newItem);Objects of the following type(s) are allowed in the list
LanguageStringType
-
getDescription
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NoteType> getDescription()Gets the value of the description property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getLearningOutcomeTypeElement
@Nullable public LearningOutcomeTypeCodeType getLearningOutcomeTypeElement()
Gets the value of the learningOutcomeTypeElement property.- Returns:
- possible object is
LearningOutcomeTypeCodeType
-
setLearningOutcomeTypeElement
public void setLearningOutcomeTypeElement(@Nullable LearningOutcomeTypeCodeType value)Sets the value of the learningOutcomeTypeElement property.- Parameters:
value- allowed object isLearningOutcomeTypeCodeType
-
getReusabilityLevel
@Nullable public LearningOutcomeType.ReusabilityLevel getReusabilityLevel()
Gets the value of the reusabilityLevel property.- Returns:
- possible object is
LearningOutcomeType.ReusabilityLevel
-
setReusabilityLevel
public void setReusabilityLevel(@Nullable LearningOutcomeType.ReusabilityLevel value)Sets the value of the reusabilityLevel property.- Parameters:
value- allowed object isLearningOutcomeType.ReusabilityLevel
-
getRelatedEscoSkill
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LearningOutcomeType.RelatedEscoSkill> getRelatedEscoSkill()Gets the value of the relatedEscoSkill property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the relatedEscoSkill property.For example, to add a new item, do as follows:
getRelatedEscoSkill().add(newItem);Objects of the following type(s) are allowed in the list
LearningOutcomeType.RelatedEscoSkill
-
getId
@Nullable public String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(@Nullable String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
setIdentifier
public void setIdentifier(@Nullable List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setPrefLabel
public void setPrefLabel(@Nullable List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setDescription
public void setDescription(@Nullable List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setRelatedEscoSkill
public void setRelatedEscoSkill(@Nullable List<LearningOutcomeType.RelatedEscoSkill> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasIdentifierEntries
public boolean hasIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoIdentifierEntries
public boolean hasNoIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getIdentifierCount
@Nonnegative public int getIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getIdentifierAtIndex
@Nullable public IdentifierType getIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addIdentifier
public void addIdentifier(@Nonnull IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasPrefLabelEntries
public boolean hasPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoPrefLabelEntries
public boolean hasNoPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getPrefLabelCount
@Nonnegative public int getPrefLabelCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getPrefLabelAtIndex
@Nullable public LanguageStringType getPrefLabelAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addPrefLabel
public void addPrefLabel(@Nonnull LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasDescriptionEntries
public boolean hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoDescriptionEntries
public boolean hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getDescriptionCount
@Nonnegative public int getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getDescriptionAtIndex
@Nullable public NoteType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addDescription
public void addDescription(@Nonnull NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasRelatedEscoSkillEntries
public boolean hasRelatedEscoSkillEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoRelatedEscoSkillEntries
public boolean hasNoRelatedEscoSkillEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getRelatedEscoSkillCount
@Nonnegative public int getRelatedEscoSkillCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getRelatedEscoSkillAtIndex
@Nullable public LearningOutcomeType.RelatedEscoSkill getRelatedEscoSkillAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addRelatedEscoSkill
public void addRelatedEscoSkill(@Nonnull LearningOutcomeType.RelatedEscoSkill elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull LearningOutcomeType 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 LearningOutcomeType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-