public class AuthorizationDescription extends DynamicData
Java class for AuthorizationDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizationDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="privilege" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="privilegeGroup" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ElementDescription> |
privilege |
protected List<ElementDescription> |
privilegeGroup |
| Constructor and Description |
|---|
AuthorizationDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<ElementDescription> |
getPrivilege()
Gets the value of the privilege property.
|
List<ElementDescription> |
getPrivilegeGroup()
Gets the value of the privilegeGroup property.
|
protected List<ElementDescription> privilege
protected List<ElementDescription> privilegeGroup
public List<ElementDescription> getPrivilege()
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 privilege property.
For example, to add a new item, do as follows:
getPrivilege().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getPrivilegeGroup()
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 privilegeGroup property.
For example, to add a new item, do as follows:
getPrivilegeGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
Copyright © 2018. All rights reserved.