Uses of Class
tr.gov.efatura.useraccount.UserRoleType
-
Packages that use UserRoleType Package Description tr.gov.efatura.useraccount -
-
Uses of UserRoleType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return UserRoleType Modifier and Type Method Description UserRoleTypeUserRoleType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2UserRoleTypeObjectFactory. createUserRoleType()Create an instance ofUserRoleTypeUserRoleTypeUserAccountType. getUserRoleAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in tr.gov.efatura.useraccount that return types with arguments of type UserRoleType Modifier and Type Method Description JAXBElement<UserRoleType>ObjectFactory. createUserRole(UserRoleType value)List<UserRoleType>UserAccountType. getUserRole()The designated role(s) associated with the user with regard to the account.Methods in tr.gov.efatura.useraccount with parameters of type UserRoleType Modifier and Type Method Description voidUserAccountType. addUserRole(UserRoleType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidUserRoleType. cloneTo(UserRoleType ret)This method clones all values fromthisto the passed object.JAXBElement<UserRoleType>ObjectFactory. createUserRole(UserRoleType value)Method parameters in tr.gov.efatura.useraccount with type arguments of type UserRoleType Modifier and Type Method Description voidUserAccountType. setUserRole(List<UserRoleType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-