public class AttributiAutorizzativi
extends java.lang.Object
Classe Java per attributiAutorizzativi complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="attributiAutorizzativi">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificativoServizio">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="identificativoUtente">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="16"/>
</restriction>
</simpleType>
</element>
<element name="ruoloIstituzionale">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
identificativoServizio |
protected java.lang.String |
identificativoUtente |
protected java.lang.String |
ruoloIstituzionale |
| Constructor and Description |
|---|
AttributiAutorizzativi() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentificativoServizio()
Recupera il valore della proprietà identificativoServizio.
|
java.lang.String |
getIdentificativoUtente()
Recupera il valore della proprietà identificativoUtente.
|
java.lang.String |
getRuoloIstituzionale()
Recupera il valore della proprietà ruoloIstituzionale.
|
void |
setIdentificativoServizio(java.lang.String value)
Imposta il valore della proprietà identificativoServizio.
|
void |
setIdentificativoUtente(java.lang.String value)
Imposta il valore della proprietà identificativoUtente.
|
void |
setRuoloIstituzionale(java.lang.String value)
Imposta il valore della proprietà ruoloIstituzionale.
|
protected java.lang.String identificativoServizio
protected java.lang.String identificativoUtente
protected java.lang.String ruoloIstituzionale
public java.lang.String getIdentificativoServizio()
Stringpublic void setIdentificativoServizio(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentificativoUtente()
Stringpublic void setIdentificativoUtente(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRuoloIstituzionale()
Stringpublic void setRuoloIstituzionale(java.lang.String value)
value - allowed object is
String