Uses of Class
eu.europa.data.europass.model.credentials_.TextType
-
Packages that use TextType Package Description eu.de4a.iem.jaxb.t41.uc1.v2021_02_11 eu.europa.data.europass.model.credentials_ -
-
Uses of TextType in eu.de4a.iem.jaxb.t41.uc1.v2021_02_11
Methods in eu.de4a.iem.jaxb.t41.uc1.v2021_02_11 that return TextType Modifier and Type Method Description TextTypeHigherEducationEvidenceType. getDegreeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionTextTypeHigherEducationEvidenceType. getInstitutionNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionTextTypeHigherEducationEvidenceType. getPlaceOfIssueAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionTextTypeHigherEducationEvidenceType. getStudyProgrammeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in eu.de4a.iem.jaxb.t41.uc1.v2021_02_11 that return types with arguments of type TextType Modifier and Type Method Description List<TextType>HigherEducationEvidenceType. getDegree()Gets the value of the degree property.List<TextType>HigherEducationEvidenceType. getInstitutionName()Gets the value of the institutionName property.List<TextType>HigherEducationEvidenceType. getPlaceOfIssue()Gets the value of the placeOfIssue property.List<TextType>HigherEducationEvidenceType. getStudyProgramme()Gets the value of the studyProgramme property.Methods in eu.de4a.iem.jaxb.t41.uc1.v2021_02_11 with parameters of type TextType Modifier and Type Method Description voidHigherEducationEvidenceType. addDegree(TextType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidHigherEducationEvidenceType. addInstitutionName(TextType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidHigherEducationEvidenceType. addPlaceOfIssue(TextType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidHigherEducationEvidenceType. addStudyProgramme(TextType elem)Created by ph-jaxb22-plugin -Xph-list-extensionMethod parameters in eu.de4a.iem.jaxb.t41.uc1.v2021_02_11 with type arguments of type TextType Modifier and Type Method Description voidHigherEducationEvidenceType. setDegree(List<TextType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidHigherEducationEvidenceType. setInstitutionName(List<TextType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidHigherEducationEvidenceType. setPlaceOfIssue(List<TextType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidHigherEducationEvidenceType. setStudyProgramme(List<TextType> aList)Created by ph-jaxb22-plugin -Xph-list-extension -
Uses of TextType in eu.europa.data.europass.model.credentials_
Methods in eu.europa.data.europass.model.credentials_ that return TextType Modifier and Type Method Description TextTypeTextType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2TextTypeObjectFactory. createTextType()Create an instance ofTextTypeTextTypeLanguageStringType. getText()Gets the value of the text property.TextTypeNoteType. getText()Gets the value of the text property.TextTypeLanguageStringType. setText(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextTypeNoteType. setText(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderMethods in eu.europa.data.europass.model.credentials_ with parameters of type TextType Modifier and Type Method Description voidTextType. cloneTo(TextType ret)This method clones all values fromthisto the passed object.voidLanguageStringType. setText(TextType value)Sets the value of the text property.voidNoteType. setText(TextType value)Sets the value of the text property.
-