Uses of Class
tr.gov.efatura.useraccount.FormattedNameType
-
Packages that use FormattedNameType Package Description tr.gov.efatura.useraccount -
-
Uses of FormattedNameType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return FormattedNameType Modifier and Type Method Description FormattedNameTypeFormattedNameType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2FormattedNameTypeObjectFactory. createFormattedNameType()Create an instance ofFormattedNameTypeFormattedNameTypePersonNameBaseType. getFormattedName()Gets the value of the formattedName property.FormattedNameTypePersonNameBaseType. getLegalName()Gets the value of the legalName property.FormattedNameTypePersonNameBaseType. setFormattedName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderFormattedNameTypePersonNameBaseType. setLegalName(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 FormattedNameType Modifier and Type Method Description JAXBElement<FormattedNameType>ObjectFactory. createFormattedName(FormattedNameType value)JAXBElement<FormattedNameType>ObjectFactory. createLegalName(FormattedNameType value)Methods in tr.gov.efatura.useraccount with parameters of type FormattedNameType Modifier and Type Method Description voidFormattedNameType. cloneTo(FormattedNameType ret)This method clones all values fromthisto the passed object.JAXBElement<FormattedNameType>ObjectFactory. createFormattedName(FormattedNameType value)JAXBElement<FormattedNameType>ObjectFactory. createLegalName(FormattedNameType value)voidPersonNameBaseType. setFormattedName(FormattedNameType value)Sets the value of the formattedName property.voidPersonNameBaseType. setLegalName(FormattedNameType value)Sets the value of the legalName property.
-