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