public class RoleEventArgument extends EventArgument
Java class for RoleEventArgument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleEventArgument">
<complexContent>
<extension base="{urn:vim25}EventArgument">
<sequence>
<element name="roleId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
roleId |
| Constructor and Description |
|---|
RoleEventArgument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
int |
getRoleId()
Gets the value of the roleId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRoleId(int value)
Sets the value of the roleId property.
|
protected int roleId
protected String name
Copyright © 2018. All rights reserved.