it.svimservice.nsisr.web.condivisi.ws.vo
Class AttributiAutorizzativi
java.lang.Object
it.svimservice.nsisr.web.condivisi.ws.vo.AttributiAutorizzativi
public class AttributiAutorizzativi
- extends java.lang.Object
Contiene gli attributi di autorizzazione.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identificativoServizio
@Facets(minLength=1L,
maxLength=60L)
private java.lang.String identificativoServizio
- Identificativo del servizio.
identificativoUtente
@Facets(minLength=1L,
maxLength=16L)
private java.lang.String identificativoUtente
- Identificativo dell'utente.
ruoloIstituzionale
@Facets(minLength=1L,
maxLength=9L)
private java.lang.String ruoloIstituzionale
- Ruolo istituzionale dell'utente.
AttributiAutorizzativi
public AttributiAutorizzativi()
getIdentificativoServizio
public java.lang.String getIdentificativoServizio()
getIdentificativoUtente
public java.lang.String getIdentificativoUtente()
getRuoloIstituzionale
public java.lang.String getRuoloIstituzionale()
setIdentificativoServizio
public void setIdentificativoServizio(java.lang.String identificativoServizio)
setIdentificativoUtente
public void setIdentificativoUtente(java.lang.String identificativoUtente)
setRuoloIstituzionale
public void setRuoloIstituzionale(java.lang.String ruoloIstituzionale)