public class Roleset extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
framnet |
protected String |
id |
protected String |
name |
protected List<Object> |
noteOrRolesOrExample |
protected String |
source |
protected String |
vncls |
| Constructor and Description |
|---|
Roleset() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFramnet()
Recupera il valore della proprietà framnet.
|
String |
getId()
Recupera il valore della proprietà id.
|
String |
getName()
Recupera il valore della proprietà name.
|
List<Object> |
getNoteOrRolesOrExample()
Gets the value of the noteOrRolesOrExample property.
|
String |
getSource()
Recupera il valore della proprietà source.
|
String |
getVncls()
Recupera il valore della proprietà vncls.
|
void |
setFramnet(String value)
Imposta il valore della proprietà framnet.
|
void |
setId(String value)
Imposta il valore della proprietà id.
|
void |
setName(String value)
Imposta il valore della proprietà name.
|
void |
setSource(String value)
Imposta il valore della proprietà source.
|
void |
setVncls(String value)
Imposta il valore della proprietà vncls.
|
protected String id
protected String name
protected String vncls
protected String framnet
protected String source
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVncls()
Stringpublic void setVncls(String value)
value - allowed object is
Stringpublic String getFramnet()
Stringpublic void setFramnet(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic List<Object> getNoteOrRolesOrExample()
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 noteOrRolesOrExample property.
For example, to add a new item, do as follows:
getNoteOrRolesOrExample().add(newItem);
Objects of the following type(s) are allowed in the list
Note
Roles
Example
Copyright © 2016–2020 FBK. All rights reserved.