Uses of Class
eu.europa.data.europass.model.credentials_.LegalIdentifierType
-
Packages that use LegalIdentifierType Package Description eu.europa.data.europass.model.credentials_ -
-
Uses of LegalIdentifierType in eu.europa.data.europass.model.credentials_
Methods in eu.europa.data.europass.model.credentials_ that return LegalIdentifierType Modifier and Type Method Description LegalIdentifierTypeLegalIdentifierType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2LegalIdentifierTypeObjectFactory. createLegalIdentifierType()Create an instance ofLegalIdentifierTypeLegalIdentifierTypePersonType. getNationalId()Gets the value of the nationalId property.LegalIdentifierTypeOrganizationType. getTaxIdentifierAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionLegalIdentifierTypeOrganizationType. getVatIdentifierAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionLegalIdentifierTypePersonType. setNationalId(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_ that return types with arguments of type LegalIdentifierType Modifier and Type Method Description List<LegalIdentifierType>OrganizationType. getTaxIdentifier()Gets the value of the taxIdentifier property.List<LegalIdentifierType>OrganizationType. getVatIdentifier()Gets the value of the vatIdentifier property.Methods in eu.europa.data.europass.model.credentials_ with parameters of type LegalIdentifierType Modifier and Type Method Description voidOrganizationType. addTaxIdentifier(LegalIdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidOrganizationType. addVatIdentifier(LegalIdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidLegalIdentifierType. cloneTo(LegalIdentifierType ret)This method clones all values fromthisto the passed object.voidPersonType. setNationalId(LegalIdentifierType value)Sets the value of the nationalId property.Method parameters in eu.europa.data.europass.model.credentials_ with type arguments of type LegalIdentifierType Modifier and Type Method Description voidOrganizationType. setTaxIdentifier(List<LegalIdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidOrganizationType. setVatIdentifier(List<LegalIdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-