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