Uses of Class
eu.europa.data.europass.model.credentials_.ContactPointType
-
Packages that use ContactPointType Package Description eu.europa.data.europass.model.credentials_ -
-
Uses of ContactPointType in eu.europa.data.europass.model.credentials_
Methods in eu.europa.data.europass.model.credentials_ that return ContactPointType Modifier and Type Method Description ContactPointTypeContactPointType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2ContactPointTypeObjectFactory. createContactPointType()Create an instance ofContactPointTypeContactPointTypeAgentType. getContactPointAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionContactPointTypeOrganizationType. getContactPointAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in eu.europa.data.europass.model.credentials_ that return types with arguments of type ContactPointType Modifier and Type Method Description List<ContactPointType>AgentType. getContactPoint()Gets the value of the contactPoint property.List<ContactPointType>OrganizationType. getContactPoint()Gets the value of the contactPoint property.Methods in eu.europa.data.europass.model.credentials_ with parameters of type ContactPointType Modifier and Type Method Description voidAgentType. addContactPoint(ContactPointType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidOrganizationType. addContactPoint(ContactPointType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidContactPointType. cloneTo(ContactPointType ret)This method clones all values fromthisto the passed object.Method parameters in eu.europa.data.europass.model.credentials_ with type arguments of type ContactPointType Modifier and Type Method Description voidAgentType. setContactPoint(List<ContactPointType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidOrganizationType. setContactPoint(List<ContactPointType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-