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