Class QualificationType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.QualificationType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class QualificationType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
The details of a qualification that can or has been awarded such as the (expected) learning outcomes. This can be a copy or a specialization of an existing qualification standard. A qualification can be part of a national qualification framework (NQF Qualification) which can be specified by the NQF level.Java class for QualificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://data.europa.eu/europass/model/credentials#}LearningSpecificationElements"/> <element name="isPartialQualification" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="eqfLevel" 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#}EQFLevelEnumType" /> <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="nqfLevel" 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://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#}QualificationFrameworkEnumType" /> <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="hasAccreditation" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="qualificationCode" 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://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="hasPart" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="specializationOf" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" minOccurs="0"/> </sequence> <attribute name="id" use="required" 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 classQualificationType.AwardingOpportunitiesJava class for anonymous complex type.static classQualificationType.EqfLevelJava class for anonymous complex type.static classQualificationType.HasEducationLevelJava class for anonymous complex type.static classQualificationType.HasEducationSubjectJava class for anonymous complex type.static classQualificationType.HasISCEDFCodeJava class for anonymous complex type.static classQualificationType.LanguageJava class for anonymous complex type.static classQualificationType.LearningOutcomesJava class for anonymous complex type.static classQualificationType.LearningSettingTypeJava class for anonymous complex type.static classQualificationType.ModeJava class for anonymous complex type.static classQualificationType.NqfLevelJava class for anonymous complex type.static classQualificationType.QualificationCodeJava class for anonymous complex type.static classQualificationType.TargetGroupJava class for anonymous complex type.static classQualificationType.TypeJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description QualificationType()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 voidaddAdditionalNote(NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddAltLabel(LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddDefinition(NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddDescription(NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddEntitlementSpecification(IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddEntryRequirementsNote(NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasAccreditation(IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasCreditPoints(CreditPointsType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasEducationLevel(QualificationType.HasEducationLevel elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasEducationSubject(QualificationType.HasEducationSubject elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasISCEDFCode(QualificationType.HasISCEDFCode elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasPart(IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHomepage(DocumentType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddIdentifier(IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddLanguage(QualificationType.Language elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddMode(QualificationType.Mode elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddNqfLevel(QualificationType.NqfLevel elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddQualificationCode(QualificationType.QualificationCode elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddSupplementaryDoc(DocumentType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddTargetGroup(QualificationType.TargetGroup elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddTitle(LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddType(QualificationType.Type elem)Created by ph-jaxb22-plugin -Xph-list-extensionQualificationTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(QualificationType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeList<NoteType>getAdditionalNote()Gets the value of the additionalNote property.NoteTypegetAdditionalNoteAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetAdditionalNoteCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<LanguageStringType>getAltLabel()Gets the value of the altLabel property.LanguageStringTypegetAltLabelAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetAltLabelCount()Created by ph-jaxb22-plugin -Xph-list-extensionIdReferenceTypegetAssessmentSpecification()Gets the value of the assessmentSpecification property.QualificationType.AwardingOpportunitiesgetAwardingOpportunities()Gets the value of the awardingOpportunities property.List<NoteType>getDefinition()Gets the value of the definition property.NoteTypegetDefinitionAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetDefinitionCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<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-extensionDurationgetDuration()Gets the value of the duration property.List<IdReferenceType>getEntitlementSpecification()Gets the value of the entitlementSpecification property.IdReferenceTypegetEntitlementSpecificationAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetEntitlementSpecificationCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<NoteType>getEntryRequirementsNote()Gets the value of the entryRequirementsNote property.NoteTypegetEntryRequirementsNoteAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetEntryRequirementsNoteCount()Created by ph-jaxb22-plugin -Xph-list-extensionQualificationType.EqfLevelgetEqfLevel()Gets the value of the eqfLevel property.List<IdReferenceType>getHasAccreditation()Gets the value of the hasAccreditation property.IdReferenceTypegetHasAccreditationAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasAccreditationCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<CreditPointsType>getHasCreditPoints()Gets the value of the hasCreditPoints property.CreditPointsTypegetHasCreditPointsAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasCreditPointsCount()Created by ph-jaxb22-plugin -Xph-list-extensionECTSCreditPointsTypegetHasECTSCreditPoints()Gets the value of the hasECTSCreditPoints property.BigDecimalgetHasECTSCreditPointsValue()Get the value of the contained ECTSCreditPointsType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderList<QualificationType.HasEducationLevel>getHasEducationLevel()Gets the value of the hasEducationLevel property.QualificationType.HasEducationLevelgetHasEducationLevelAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasEducationLevelCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<QualificationType.HasEducationSubject>getHasEducationSubject()Gets the value of the hasEducationSubject property.QualificationType.HasEducationSubjectgetHasEducationSubjectAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasEducationSubjectCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<QualificationType.HasISCEDFCode>getHasISCEDFCode()Gets the value of the hasISCEDFCode property.QualificationType.HasISCEDFCodegetHasISCEDFCodeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasISCEDFCodeCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<IdReferenceType>getHasPart()Gets the value of the hasPart property.IdReferenceTypegetHasPartAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasPartCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<DocumentType>getHomepage()Gets the value of the homepage property.DocumentTypegetHomepageAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHomepageCount()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-extensionList<QualificationType.Language>getLanguage()Gets the value of the language property.QualificationType.LanguagegetLanguageAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetLanguageCount()Created by ph-jaxb22-plugin -Xph-list-extensionIdReferenceTypegetLearningActivitySpecification()Gets the value of the learningActivitySpecification property.QualificationType.LearningOutcomesgetLearningOutcomes()Gets the value of the learningOutcomes property.QualificationType.LearningSettingTypegetLearningSettingType()Gets the value of the learningSettingType property.List<QualificationType.Mode>getMode()Gets the value of the mode property.QualificationType.ModegetModeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetModeCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<QualificationType.NqfLevel>getNqfLevel()Gets the value of the nqfLevel property.QualificationType.NqfLevelgetNqfLevelAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetNqfLevelCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<QualificationType.QualificationCode>getQualificationCode()Gets the value of the qualificationCode property.QualificationType.QualificationCodegetQualificationCodeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetQualificationCodeCount()Created by ph-jaxb22-plugin -Xph-list-extensionIdReferenceTypegetSpecializationOf()Gets the value of the specializationOf property.List<DocumentType>getSupplementaryDoc()Gets the value of the supplementaryDoc property.DocumentTypegetSupplementaryDocAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetSupplementaryDocCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<QualificationType.TargetGroup>getTargetGroup()Gets the value of the targetGroup property.QualificationType.TargetGroupgetTargetGroupAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetTargetGroupCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<LanguageStringType>getTitle()Gets the value of the title property.LanguageStringTypegetTitleAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetTitleCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<QualificationType.Type>getType()Gets the value of the type property.QualificationType.TypegetTypeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetTypeCount()Created by ph-jaxb22-plugin -Xph-list-extensionDurationgetVolumeOfLearning()Gets the value of the volumeOfLearning property.booleanhasAdditionalNoteEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasAltLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasDefinitionEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasDescriptionEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasEntitlementSpecificationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasEntryRequirementsNoteEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasAccreditationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasCreditPointsEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasEducationLevelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasEducationSubjectEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasISCEDFCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasPartEntries()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasHomepageEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasLanguageEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasModeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoAdditionalNoteEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoAltLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoDefinitionEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoDescriptionEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoEntitlementSpecificationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoEntryRequirementsNoteEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasAccreditationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasCreditPointsEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasEducationLevelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasEducationSubjectEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasISCEDFCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasPartEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHomepageEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoLanguageEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoModeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoNqfLevelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoQualificationCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoSupplementaryDocEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoTargetGroupEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoTitleEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoTypeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNqfLevelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasQualificationCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasSupplementaryDocEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasTargetGroupEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasTitleEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasTypeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionBooleanisIsPartialQualification()Gets the value of the isPartialQualification property.voidsetAdditionalNote(List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetAltLabel(List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetAssessmentSpecification(IdReferenceType value)Sets the value of the assessmentSpecification property.voidsetAwardingOpportunities(QualificationType.AwardingOpportunities value)Sets the value of the awardingOpportunities property.voidsetDefinition(List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetDescription(List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetDuration(Duration value)Sets the value of the duration property.voidsetEntitlementSpecification(List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetEntryRequirementsNote(List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetEqfLevel(QualificationType.EqfLevel value)Sets the value of the eqfLevel property.voidsetHasAccreditation(List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasCreditPoints(List<CreditPointsType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasECTSCreditPoints(ECTSCreditPointsType value)Sets the value of the hasECTSCreditPoints property.ECTSCreditPointsTypesetHasECTSCreditPoints(BigDecimal valueParam)Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetHasEducationLevel(List<QualificationType.HasEducationLevel> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasEducationSubject(List<QualificationType.HasEducationSubject> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasISCEDFCode(List<QualificationType.HasISCEDFCode> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasPart(List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHomepage(List<DocumentType> 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-extensionvoidsetIsPartialQualification(Boolean value)Sets the value of the isPartialQualification property.voidsetLanguage(List<QualificationType.Language> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetLearningActivitySpecification(IdReferenceType value)Sets the value of the learningActivitySpecification property.voidsetLearningOutcomes(QualificationType.LearningOutcomes value)Sets the value of the learningOutcomes property.voidsetLearningSettingType(QualificationType.LearningSettingType value)Sets the value of the learningSettingType property.voidsetMode(List<QualificationType.Mode> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetNqfLevel(List<QualificationType.NqfLevel> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetQualificationCode(List<QualificationType.QualificationCode> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetSpecializationOf(IdReferenceType value)Sets the value of the specializationOf property.voidsetSupplementaryDoc(List<DocumentType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetTargetGroup(List<QualificationType.TargetGroup> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetTitle(List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetType(List<QualificationType.Type> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetVolumeOfLearning(Duration value)Sets the value of the volumeOfLearning 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
-
getType
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.Type> getType()Gets the value of the type 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 type property.For example, to add a new item, do as follows:
getType().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.Type
-
getTitle
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LanguageStringType> getTitle()Gets the value of the title 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 title property.For example, to add a new item, do as follows:
getTitle().add(newItem);Objects of the following type(s) are allowed in the list
LanguageStringType
-
getAltLabel
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LanguageStringType> getAltLabel()Gets the value of the altLabel 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 altLabel property.For example, to add a new item, do as follows:
getAltLabel().add(newItem);Objects of the following type(s) are allowed in the list
LanguageStringType
-
getDefinition
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NoteType> getDefinition()Gets the value of the definition 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 definition property.For example, to add a new item, do as follows:
getDefinition().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
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
-
getAdditionalNote
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NoteType> getAdditionalNote()Gets the value of the additionalNote 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 additionalNote property.For example, to add a new item, do as follows:
getAdditionalNote().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getHomepage
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<DocumentType> getHomepage()Gets the value of the homepage 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 homepage property.For example, to add a new item, do as follows:
getHomepage().add(newItem);Objects of the following type(s) are allowed in the list
DocumentType
-
getSupplementaryDoc
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<DocumentType> getSupplementaryDoc()Gets the value of the supplementaryDoc 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 supplementaryDoc property.For example, to add a new item, do as follows:
getSupplementaryDoc().add(newItem);Objects of the following type(s) are allowed in the list
DocumentType
-
getHasISCEDFCode
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.HasISCEDFCode> getHasISCEDFCode()Gets the value of the hasISCEDFCode 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 hasISCEDFCode property.For example, to add a new item, do as follows:
getHasISCEDFCode().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.HasISCEDFCode
-
getHasEducationSubject
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.HasEducationSubject> getHasEducationSubject()Gets the value of the hasEducationSubject 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 hasEducationSubject property.For example, to add a new item, do as follows:
getHasEducationSubject().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.HasEducationSubject
-
getVolumeOfLearning
@Nullable public Duration getVolumeOfLearning()
Gets the value of the volumeOfLearning property.- Returns:
- possible object is
String
-
setVolumeOfLearning
public void setVolumeOfLearning(@Nullable Duration value)Sets the value of the volumeOfLearning property.- Parameters:
value- allowed object isString
-
getHasECTSCreditPoints
@Nullable public ECTSCreditPointsType getHasECTSCreditPoints()
Gets the value of the hasECTSCreditPoints property.- Returns:
- possible object is
ECTSCreditPointsType
-
setHasECTSCreditPoints
public void setHasECTSCreditPoints(@Nullable ECTSCreditPointsType value)Sets the value of the hasECTSCreditPoints property.- Parameters:
value- allowed object isECTSCreditPointsType
-
getHasCreditPoints
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<CreditPointsType> getHasCreditPoints()Gets the value of the hasCreditPoints 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 hasCreditPoints property.For example, to add a new item, do as follows:
getHasCreditPoints().add(newItem);Objects of the following type(s) are allowed in the list
CreditPointsType
-
getHasEducationLevel
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.HasEducationLevel> getHasEducationLevel()Gets the value of the hasEducationLevel 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 hasEducationLevel property.For example, to add a new item, do as follows:
getHasEducationLevel().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.HasEducationLevel
-
getLanguage
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.Language> getLanguage()Gets the value of the language 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 language property.For example, to add a new item, do as follows:
getLanguage().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.Language
-
getMode
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.Mode> getMode()Gets the value of the mode 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 mode property.For example, to add a new item, do as follows:
getMode().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.Mode
-
getLearningSettingType
@Nullable public QualificationType.LearningSettingType getLearningSettingType()
Gets the value of the learningSettingType property.- Returns:
- possible object is
QualificationType.LearningSettingType
-
setLearningSettingType
public void setLearningSettingType(@Nullable QualificationType.LearningSettingType value)Sets the value of the learningSettingType property.- Parameters:
value- allowed object isQualificationType.LearningSettingType
-
getDuration
@Nullable public Duration getDuration()
Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
public void setDuration(@Nullable Duration value)Sets the value of the duration property.- Parameters:
value- allowed object isString
-
getTargetGroup
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.TargetGroup> getTargetGroup()Gets the value of the targetGroup 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 targetGroup property.For example, to add a new item, do as follows:
getTargetGroup().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.TargetGroup
-
getEntryRequirementsNote
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NoteType> getEntryRequirementsNote()Gets the value of the entryRequirementsNote 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 entryRequirementsNote property.For example, to add a new item, do as follows:
getEntryRequirementsNote().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getLearningOutcomes
@Nullable public QualificationType.LearningOutcomes getLearningOutcomes()
Gets the value of the learningOutcomes property.- Returns:
- possible object is
QualificationType.LearningOutcomes
-
setLearningOutcomes
public void setLearningOutcomes(@Nullable QualificationType.LearningOutcomes value)Sets the value of the learningOutcomes property.- Parameters:
value- allowed object isQualificationType.LearningOutcomes
-
getLearningActivitySpecification
@Nullable public IdReferenceType getLearningActivitySpecification()
Gets the value of the learningActivitySpecification property.- Returns:
- possible object is
IdReferenceType
-
setLearningActivitySpecification
public void setLearningActivitySpecification(@Nullable IdReferenceType value)Sets the value of the learningActivitySpecification property.- Parameters:
value- allowed object isIdReferenceType
-
getAssessmentSpecification
@Nullable public IdReferenceType getAssessmentSpecification()
Gets the value of the assessmentSpecification property.- Returns:
- possible object is
IdReferenceType
-
setAssessmentSpecification
public void setAssessmentSpecification(@Nullable IdReferenceType value)Sets the value of the assessmentSpecification property.- Parameters:
value- allowed object isIdReferenceType
-
getEntitlementSpecification
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdReferenceType> getEntitlementSpecification()Gets the value of the entitlementSpecification 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 entitlementSpecification property.For example, to add a new item, do as follows:
getEntitlementSpecification().add(newItem);Objects of the following type(s) are allowed in the list
IdReferenceType
-
getAwardingOpportunities
@Nullable public QualificationType.AwardingOpportunities getAwardingOpportunities()
Gets the value of the awardingOpportunities property.- Returns:
- possible object is
QualificationType.AwardingOpportunities
-
setAwardingOpportunities
public void setAwardingOpportunities(@Nullable QualificationType.AwardingOpportunities value)Sets the value of the awardingOpportunities property.- Parameters:
value- allowed object isQualificationType.AwardingOpportunities
-
isIsPartialQualification
public Boolean isIsPartialQualification()
Gets the value of the isPartialQualification property.- Returns:
- possible object is
Boolean
-
setIsPartialQualification
public void setIsPartialQualification(@Nullable Boolean value)Sets the value of the isPartialQualification property.- Parameters:
value- allowed object isBoolean
-
getEqfLevel
@Nullable public QualificationType.EqfLevel getEqfLevel()
Gets the value of the eqfLevel property.- Returns:
- possible object is
QualificationType.EqfLevel
-
setEqfLevel
public void setEqfLevel(@Nullable QualificationType.EqfLevel value)Sets the value of the eqfLevel property.- Parameters:
value- allowed object isQualificationType.EqfLevel
-
getNqfLevel
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.NqfLevel> getNqfLevel()Gets the value of the nqfLevel 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 nqfLevel property.For example, to add a new item, do as follows:
getNqfLevel().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.NqfLevel
-
getHasAccreditation
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdReferenceType> getHasAccreditation()Gets the value of the hasAccreditation 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 hasAccreditation property.For example, to add a new item, do as follows:
getHasAccreditation().add(newItem);Objects of the following type(s) are allowed in the list
IdReferenceType
-
getQualificationCode
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<QualificationType.QualificationCode> getQualificationCode()Gets the value of the qualificationCode 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 qualificationCode property.For example, to add a new item, do as follows:
getQualificationCode().add(newItem);Objects of the following type(s) are allowed in the list
QualificationType.QualificationCode
-
getHasPart
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdReferenceType> getHasPart()Gets the value of the hasPart 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 hasPart property.For example, to add a new item, do as follows:
getHasPart().add(newItem);Objects of the following type(s) are allowed in the list
IdReferenceType
-
getSpecializationOf
@Nullable public IdReferenceType getSpecializationOf()
Gets the value of the specializationOf property.- Returns:
- possible object is
IdReferenceType
-
setSpecializationOf
public void setSpecializationOf(@Nullable IdReferenceType value)Sets the value of the specializationOf property.- Parameters:
value- allowed object isIdReferenceType
-
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.
-
setType
public void setType(@Nullable List<QualificationType.Type> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setTitle
public void setTitle(@Nullable List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setAltLabel
public void setAltLabel(@Nullable List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setDefinition
public void setDefinition(@Nullable List<NoteType> 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.
-
setAdditionalNote
public void setAdditionalNote(@Nullable List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHomepage
public void setHomepage(@Nullable List<DocumentType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setSupplementaryDoc
public void setSupplementaryDoc(@Nullable List<DocumentType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasISCEDFCode
public void setHasISCEDFCode(@Nullable List<QualificationType.HasISCEDFCode> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasEducationSubject
public void setHasEducationSubject(@Nullable List<QualificationType.HasEducationSubject> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasCreditPoints
public void setHasCreditPoints(@Nullable List<CreditPointsType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasEducationLevel
public void setHasEducationLevel(@Nullable List<QualificationType.HasEducationLevel> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setLanguage
public void setLanguage(@Nullable List<QualificationType.Language> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setMode
public void setMode(@Nullable List<QualificationType.Mode> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setTargetGroup
public void setTargetGroup(@Nullable List<QualificationType.TargetGroup> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setEntryRequirementsNote
public void setEntryRequirementsNote(@Nullable List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setEntitlementSpecification
public void setEntitlementSpecification(@Nullable List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setNqfLevel
public void setNqfLevel(@Nullable List<QualificationType.NqfLevel> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasAccreditation
public void setHasAccreditation(@Nullable List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setQualificationCode
public void setQualificationCode(@Nullable List<QualificationType.QualificationCode> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasPart
public void setHasPart(@Nullable List<IdReferenceType> 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.
-
hasTypeEntries
public boolean hasTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoTypeEntries
public boolean hasNoTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getTypeCount
@Nonnegative public int getTypeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getTypeAtIndex
@Nullable public QualificationType.Type getTypeAtIndex(@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!
-
addType
public void addType(@Nonnull QualificationType.Type elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasTitleEntries
public boolean hasTitleEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoTitleEntries
public boolean hasNoTitleEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getTitleCount
@Nonnegative public int getTitleCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getTitleAtIndex
@Nullable public LanguageStringType getTitleAtIndex(@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!
-
addTitle
public void addTitle(@Nonnull LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasAltLabelEntries
public boolean hasAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoAltLabelEntries
public boolean hasNoAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getAltLabelCount
@Nonnegative public int getAltLabelCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getAltLabelAtIndex
@Nullable public LanguageStringType getAltLabelAtIndex(@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!
-
addAltLabel
public void addAltLabel(@Nonnull LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasDefinitionEntries
public boolean hasDefinitionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoDefinitionEntries
public boolean hasNoDefinitionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getDefinitionCount
@Nonnegative public int getDefinitionCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getDefinitionAtIndex
@Nullable public NoteType getDefinitionAtIndex(@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!
-
addDefinition
public void addDefinition(@Nonnull NoteType 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.
-
hasAdditionalNoteEntries
public boolean hasAdditionalNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoAdditionalNoteEntries
public boolean hasNoAdditionalNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getAdditionalNoteCount
@Nonnegative public int getAdditionalNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getAdditionalNoteAtIndex
@Nullable public NoteType getAdditionalNoteAtIndex(@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!
-
addAdditionalNote
public void addAdditionalNote(@Nonnull NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHomepageEntries
public boolean hasHomepageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHomepageEntries
public boolean hasNoHomepageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHomepageCount
@Nonnegative public int getHomepageCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHomepageAtIndex
@Nullable public DocumentType getHomepageAtIndex(@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!
-
addHomepage
public void addHomepage(@Nonnull DocumentType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasSupplementaryDocEntries
public boolean hasSupplementaryDocEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoSupplementaryDocEntries
public boolean hasNoSupplementaryDocEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getSupplementaryDocCount
@Nonnegative public int getSupplementaryDocCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getSupplementaryDocAtIndex
@Nullable public DocumentType getSupplementaryDocAtIndex(@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!
-
addSupplementaryDoc
public void addSupplementaryDoc(@Nonnull DocumentType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasISCEDFCodeEntries
public boolean hasHasISCEDFCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasISCEDFCodeEntries
public boolean hasNoHasISCEDFCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasISCEDFCodeCount
@Nonnegative public int getHasISCEDFCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasISCEDFCodeAtIndex
@Nullable public QualificationType.HasISCEDFCode getHasISCEDFCodeAtIndex(@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!
-
addHasISCEDFCode
public void addHasISCEDFCode(@Nonnull QualificationType.HasISCEDFCode elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasEducationSubjectEntries
public boolean hasHasEducationSubjectEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasEducationSubjectEntries
public boolean hasNoHasEducationSubjectEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasEducationSubjectCount
@Nonnegative public int getHasEducationSubjectCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasEducationSubjectAtIndex
@Nullable public QualificationType.HasEducationSubject getHasEducationSubjectAtIndex(@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!
-
addHasEducationSubject
public void addHasEducationSubject(@Nonnull QualificationType.HasEducationSubject elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasCreditPointsEntries
public boolean hasHasCreditPointsEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasCreditPointsEntries
public boolean hasNoHasCreditPointsEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasCreditPointsCount
@Nonnegative public int getHasCreditPointsCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasCreditPointsAtIndex
@Nullable public CreditPointsType getHasCreditPointsAtIndex(@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!
-
addHasCreditPoints
public void addHasCreditPoints(@Nonnull CreditPointsType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasEducationLevelEntries
public boolean hasHasEducationLevelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasEducationLevelEntries
public boolean hasNoHasEducationLevelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasEducationLevelCount
@Nonnegative public int getHasEducationLevelCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasEducationLevelAtIndex
@Nullable public QualificationType.HasEducationLevel getHasEducationLevelAtIndex(@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!
-
addHasEducationLevel
public void addHasEducationLevel(@Nonnull QualificationType.HasEducationLevel elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasLanguageEntries
public boolean hasLanguageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoLanguageEntries
public boolean hasNoLanguageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getLanguageCount
@Nonnegative public int getLanguageCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getLanguageAtIndex
@Nullable public QualificationType.Language getLanguageAtIndex(@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!
-
addLanguage
public void addLanguage(@Nonnull QualificationType.Language elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasModeEntries
public boolean hasModeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoModeEntries
public boolean hasNoModeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getModeCount
@Nonnegative public int getModeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getModeAtIndex
@Nullable public QualificationType.Mode getModeAtIndex(@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!
-
addMode
public void addMode(@Nonnull QualificationType.Mode elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasTargetGroupEntries
public boolean hasTargetGroupEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoTargetGroupEntries
public boolean hasNoTargetGroupEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getTargetGroupCount
@Nonnegative public int getTargetGroupCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getTargetGroupAtIndex
@Nullable public QualificationType.TargetGroup getTargetGroupAtIndex(@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!
-
addTargetGroup
public void addTargetGroup(@Nonnull QualificationType.TargetGroup elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasEntryRequirementsNoteEntries
public boolean hasEntryRequirementsNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoEntryRequirementsNoteEntries
public boolean hasNoEntryRequirementsNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getEntryRequirementsNoteCount
@Nonnegative public int getEntryRequirementsNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getEntryRequirementsNoteAtIndex
@Nullable public NoteType getEntryRequirementsNoteAtIndex(@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!
-
addEntryRequirementsNote
public void addEntryRequirementsNote(@Nonnull NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasEntitlementSpecificationEntries
public boolean hasEntitlementSpecificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoEntitlementSpecificationEntries
public boolean hasNoEntitlementSpecificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getEntitlementSpecificationCount
@Nonnegative public int getEntitlementSpecificationCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getEntitlementSpecificationAtIndex
@Nullable public IdReferenceType getEntitlementSpecificationAtIndex(@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!
-
addEntitlementSpecification
public void addEntitlementSpecification(@Nonnull IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasNqfLevelEntries
public boolean hasNqfLevelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoNqfLevelEntries
public boolean hasNoNqfLevelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getNqfLevelCount
@Nonnegative public int getNqfLevelCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getNqfLevelAtIndex
@Nullable public QualificationType.NqfLevel getNqfLevelAtIndex(@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!
-
addNqfLevel
public void addNqfLevel(@Nonnull QualificationType.NqfLevel elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasAccreditationEntries
public boolean hasHasAccreditationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasAccreditationEntries
public boolean hasNoHasAccreditationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasAccreditationCount
@Nonnegative public int getHasAccreditationCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasAccreditationAtIndex
@Nullable public IdReferenceType getHasAccreditationAtIndex(@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!
-
addHasAccreditation
public void addHasAccreditation(@Nonnull IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasQualificationCodeEntries
public boolean hasQualificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoQualificationCodeEntries
public boolean hasNoQualificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getQualificationCodeCount
@Nonnegative public int getQualificationCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getQualificationCodeAtIndex
@Nullable public QualificationType.QualificationCode getQualificationCodeAtIndex(@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!
-
addQualificationCode
public void addQualificationCode(@Nonnull QualificationType.QualificationCode elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasPartEntries
public boolean hasHasPartEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasPartEntries
public boolean hasNoHasPartEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasPartCount
@Nonnegative public int getHasPartCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasPartAtIndex
@Nullable public IdReferenceType getHasPartAtIndex(@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!
-
addHasPart
public void addHasPart(@Nonnull IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull QualificationType 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 QualificationType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
setHasECTSCreditPoints
@Nonnull public ECTSCreditPointsType setHasECTSCreditPoints(@Nullable BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type ECTSCreditPointsType and never
null
-
getHasECTSCreditPointsValue
@Nullable public BigDecimal getHasECTSCreditPointsValue()
Get the value of the contained ECTSCreditPointsType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained ECTSCreditPointsType object or
null
-
-