public class AuthorizationPrivilege extends DynamicData
Java class for AuthorizationPrivilege complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizationPrivilege">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="privId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="onParent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="privGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected boolean |
onParent |
protected String |
privGroupName |
protected String |
privId |
| Constructor and Description |
|---|
AuthorizationPrivilege() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPrivGroupName()
Gets the value of the privGroupName property.
|
String |
getPrivId()
Gets the value of the privId property.
|
boolean |
isOnParent()
Gets the value of the onParent property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnParent(boolean value)
Sets the value of the onParent property.
|
void |
setPrivGroupName(String value)
Sets the value of the privGroupName property.
|
void |
setPrivId(String value)
Sets the value of the privId property.
|
protected String privId
protected boolean onParent
protected String name
protected String privGroupName
public String getPrivId()
Stringpublic void setPrivId(String value)
value - allowed object is
Stringpublic boolean isOnParent()
public void setOnParent(boolean value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPrivGroupName()
StringCopyright © 2018. All rights reserved.