public class LicenseAssignmentManagerLicenseAssignment extends DynamicData
Java class for LicenseAssignmentManagerLicenseAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseAssignmentManagerLicenseAssignment">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="scope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assignedLicense" type="{urn:vim25}LicenseManagerLicenseInfo"/>
<element name="properties" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LicenseManagerLicenseInfo |
assignedLicense |
protected String |
entityDisplayName |
protected String |
entityId |
protected List<KeyAnyValue> |
properties |
protected String |
scope |
| Constructor and Description |
|---|
LicenseAssignmentManagerLicenseAssignment() |
| Modifier and Type | Method and Description |
|---|---|
LicenseManagerLicenseInfo |
getAssignedLicense()
Gets the value of the assignedLicense property.
|
String |
getEntityDisplayName()
Gets the value of the entityDisplayName property.
|
String |
getEntityId()
Gets the value of the entityId property.
|
List<KeyAnyValue> |
getProperties()
Gets the value of the properties property.
|
String |
getScope()
Gets the value of the scope property.
|
void |
setAssignedLicense(LicenseManagerLicenseInfo value)
Sets the value of the assignedLicense property.
|
void |
setEntityDisplayName(String value)
Sets the value of the entityDisplayName property.
|
void |
setEntityId(String value)
Sets the value of the entityId property.
|
void |
setScope(String value)
Sets the value of the scope property.
|
protected String entityId
protected String scope
protected String entityDisplayName
protected LicenseManagerLicenseInfo assignedLicense
protected List<KeyAnyValue> properties
public LicenseAssignmentManagerLicenseAssignment()
public String getEntityId()
Stringpublic void setEntityId(String value)
value - allowed object is
Stringpublic String getScope()
Stringpublic void setScope(String value)
value - allowed object is
Stringpublic String getEntityDisplayName()
Stringpublic void setEntityDisplayName(String value)
value - allowed object is
Stringpublic LicenseManagerLicenseInfo getAssignedLicense()
LicenseManagerLicenseInfopublic void setAssignedLicense(LicenseManagerLicenseInfo value)
value - allowed object is
LicenseManagerLicenseInfopublic List<KeyAnyValue> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
Copyright © 2018. All rights reserved.