public class Role extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
descr |
protected String |
f |
protected String |
n |
protected String |
source |
protected List<Vnrole> |
vnrole |
| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescr()
Recupera il valore della proprietà descr.
|
String |
getF()
Recupera il valore della proprietà f.
|
String |
getN()
Recupera il valore della proprietà n.
|
String |
getSource()
Recupera il valore della proprietà source.
|
List<Vnrole> |
getVnrole()
Gets the value of the vnrole property.
|
void |
setDescr(String value)
Imposta il valore della proprietà descr.
|
void |
setF(String value)
Imposta il valore della proprietà f.
|
void |
setN(String value)
Imposta il valore della proprietà n.
|
void |
setSource(String value)
Imposta il valore della proprietà source.
|
protected String n
protected String f
protected String descr
protected String source
public void setN(String value)
value - allowed object is
Stringpublic void setF(String value)
value - allowed object is
Stringpublic String getDescr()
Stringpublic void setDescr(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic List<Vnrole> getVnrole()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vnrole property.
For example, to add a new item, do as follows:
getVnrole().add(newItem);
Objects of the following type(s) are allowed in the list
Vnrole
Copyright © 2016–2020 FBK. All rights reserved.