public class LicenseDowngradeDisallowed extends NotEnoughLicenses
Java class for LicenseDowngradeDisallowed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseDowngradeDisallowed">
<complexContent>
<extension base="{urn:vim25}NotEnoughLicenses">
<sequence>
<element name="edition" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="features" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
edition |
protected String |
entityId |
protected List<KeyAnyValue> |
features |
faultCause, faultMessage| Constructor and Description |
|---|
LicenseDowngradeDisallowed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEdition()
Gets the value of the edition property.
|
String |
getEntityId()
Gets the value of the entityId property.
|
List<KeyAnyValue> |
getFeatures()
Gets the value of the features property.
|
void |
setEdition(String value)
Sets the value of the edition property.
|
void |
setEntityId(String value)
Sets the value of the entityId property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String edition
protected String entityId
protected List<KeyAnyValue> features
public String getEdition()
Stringpublic void setEdition(String value)
value - allowed object is
Stringpublic String getEntityId()
Stringpublic void setEntityId(String value)
value - allowed object is
Stringpublic List<KeyAnyValue> getFeatures()
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 features property.
For example, to add a new item, do as follows:
getFeatures().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
Copyright © 2018. All rights reserved.