public class Argmap extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
pbRoleset |
protected List<Role> |
role |
protected String |
vnClass |
| Constructor and Description |
|---|
Argmap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPbRoleset()
Gets the value of the pbRoleset property.
|
List<Role> |
getRole()
Gets the value of the role property.
|
String |
getVnClass()
Gets the value of the vnClass property.
|
void |
setPbRoleset(String value)
Sets the value of the pbRoleset property.
|
void |
setVnClass(String value)
Sets the value of the vnClass property.
|
public String getPbRoleset()
Stringpublic void setPbRoleset(String value)
value - allowed object is
Stringpublic String getVnClass()
Stringpublic void setVnClass(String value)
value - allowed object is
Stringpublic List<Role> getRole()
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 role property.
For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
Role
Copyright © 2016–2020 FBK. All rights reserved.