Uses of Class
tr.gov.efatura.useraccount.WorkScopeType
-
Packages that use WorkScopeType Package Description tr.gov.efatura.useraccount -
-
Uses of WorkScopeType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return WorkScopeType Modifier and Type Method Description WorkScopeTypeWorkScopeType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2WorkScopeTypeObjectFactory. createWorkScopeType()Create an instance ofWorkScopeTypeWorkScopeTypeUserAccountType. getAuthorizedWorkScopeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionWorkScopeTypeUserAccountType. getProhibitedWorkScopeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in tr.gov.efatura.useraccount that return types with arguments of type WorkScopeType Modifier and Type Method Description JAXBElement<WorkScopeType>ObjectFactory. createAuthorizedWorkScope(WorkScopeType value)JAXBElement<WorkScopeType>ObjectFactory. createProhibitedWorkScope(WorkScopeType value)List<WorkScopeType>UserAccountType. getAuthorizedWorkScope()A user's authorized scope of work.Gets the value of the authorizedWorkScope property.List<WorkScopeType>UserAccountType. getProhibitedWorkScope()A prohibited scope of work for a user.Gets the value of the prohibitedWorkScope property.Methods in tr.gov.efatura.useraccount with parameters of type WorkScopeType Modifier and Type Method Description voidUserAccountType. addAuthorizedWorkScope(WorkScopeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidUserAccountType. addProhibitedWorkScope(WorkScopeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidWorkScopeType. cloneTo(WorkScopeType ret)This method clones all values fromthisto the passed object.JAXBElement<WorkScopeType>ObjectFactory. createAuthorizedWorkScope(WorkScopeType value)JAXBElement<WorkScopeType>ObjectFactory. createProhibitedWorkScope(WorkScopeType value)Method parameters in tr.gov.efatura.useraccount with type arguments of type WorkScopeType Modifier and Type Method Description voidUserAccountType. setAuthorizedWorkScope(List<WorkScopeType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidUserAccountType. setProhibitedWorkScope(List<WorkScopeType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-