Uses of Class
tr.gov.efatura.useraccount.FamilyNameType
-
Packages that use FamilyNameType Package Description tr.gov.efatura.useraccount -
-
Uses of FamilyNameType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return FamilyNameType Modifier and Type Method Description FamilyNameTypeFamilyNameType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2FamilyNameTypeObjectFactory. createFamilyNameType()Create an instance ofFamilyNameTypeFamilyNameTypePersonNameBaseType. getFamilyNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionFamilyNameTypePersonNameBaseType. getFormerFamilyName()Gets the value of the formerFamilyName property.FamilyNameTypePersonNameBaseType. setFormerFamilyName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderMethods in tr.gov.efatura.useraccount that return types with arguments of type FamilyNameType Modifier and Type Method Description JAXBElement<FamilyNameType>ObjectFactory. createFamilyName(FamilyNameType value)JAXBElement<FamilyNameType>ObjectFactory. createFormerFamilyName(FamilyNameType value)List<FamilyNameType>PersonNameBaseType. getFamilyName()Gets the value of the familyName property.Methods in tr.gov.efatura.useraccount with parameters of type FamilyNameType Modifier and Type Method Description voidPersonNameBaseType. addFamilyName(FamilyNameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidFamilyNameType. cloneTo(FamilyNameType ret)This method clones all values fromthisto the passed object.JAXBElement<FamilyNameType>ObjectFactory. createFamilyName(FamilyNameType value)JAXBElement<FamilyNameType>ObjectFactory. createFormerFamilyName(FamilyNameType value)voidPersonNameBaseType. setFormerFamilyName(FamilyNameType value)Sets the value of the formerFamilyName property.Method parameters in tr.gov.efatura.useraccount with type arguments of type FamilyNameType Modifier and Type Method Description voidPersonNameBaseType. setFamilyName(List<FamilyNameType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-