Uses of Class
eu.europa.data.europass.model.credentials_.ActivityType
-
Packages that use ActivityType Package Description eu.europa.data.europass.model.credentials_ -
-
Uses of ActivityType in eu.europa.data.europass.model.credentials_
Methods in eu.europa.data.europass.model.credentials_ that return ActivityType Modifier and Type Method Description ActivityTypeActivityType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2ActivityTypeObjectFactory. createActivityType()Create an instance ofActivityTypeActivityTypeActivitiesType. getActivityAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionActivityTypeActivityType. getHasPartAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionActivityTypeAchievementType. getWasInfluencedByAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in eu.europa.data.europass.model.credentials_ that return types with arguments of type ActivityType Modifier and Type Method Description List<ActivityType>ActivitiesType. getActivity()Gets the value of the activity property.List<ActivityType>ActivityType. getHasPart()Gets the value of the hasPart property.List<ActivityType>AchievementType. getWasInfluencedBy()Gets the value of the wasInfluencedBy property.Methods in eu.europa.data.europass.model.credentials_ with parameters of type ActivityType Modifier and Type Method Description voidActivitiesType. addActivity(ActivityType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidActivityType. addHasPart(ActivityType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAchievementType. addWasInfluencedBy(ActivityType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidActivityType. cloneTo(ActivityType ret)This method clones all values fromthisto the passed object.Method parameters in eu.europa.data.europass.model.credentials_ with type arguments of type ActivityType Modifier and Type Method Description voidActivitiesType. setActivity(List<ActivityType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidActivityType. setHasPart(List<ActivityType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAchievementType. setWasInfluencedBy(List<ActivityType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-