public class InvalidEditionLicense extends NotEnoughLicenses
Java class for InvalidEditionLicense complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidEditionLicense">
<complexContent>
<extension base="{urn:vim25}NotEnoughLicenses">
<sequence>
<element name="feature" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
feature |
faultCause, faultMessage| Constructor and Description |
|---|
InvalidEditionLicense() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeature()
Gets the value of the feature property.
|
void |
setFeature(String value)
Sets the value of the feature property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String feature
Copyright © 2018. All rights reserved.