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