Uses of Class
eu.europa.data.europass.model.credentials_.AddressType
-
Packages that use AddressType Package Description eu.europa.data.europass.model.credentials_ -
-
Uses of AddressType in eu.europa.data.europass.model.credentials_
Methods in eu.europa.data.europass.model.credentials_ that return AddressType Modifier and Type Method Description AddressTypeAddressType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2AddressTypeObjectFactory. createAddressType()Create an instance ofAddressTypeAddressTypeContactPointType. getAddressAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionAddressTypeLocationType. getHasAddressAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionAddressTypeSpatialCodeLocationType. getHasAddressAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in eu.europa.data.europass.model.credentials_ that return types with arguments of type AddressType Modifier and Type Method Description List<AddressType>ContactPointType. getAddress()Gets the value of the address property.List<AddressType>LocationType. getHasAddress()Gets the value of the hasAddress property.List<AddressType>SpatialCodeLocationType. getHasAddress()Gets the value of the hasAddress property.Methods in eu.europa.data.europass.model.credentials_ with parameters of type AddressType Modifier and Type Method Description voidContactPointType. addAddress(AddressType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidLocationType. addHasAddress(AddressType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidSpatialCodeLocationType. addHasAddress(AddressType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAddressType. cloneTo(AddressType ret)This method clones all values fromthisto the passed object.Method parameters in eu.europa.data.europass.model.credentials_ with type arguments of type AddressType Modifier and Type Method Description voidContactPointType. setAddress(List<AddressType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidLocationType. setHasAddress(List<AddressType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidSpatialCodeLocationType. setHasAddress(List<AddressType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-