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