public class LicenseStateDataObj extends Object
Java class for licenseStateDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="licenseStateDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="desktopAnalysisEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
desktopAnalysisEnabled |
| Constructor and Description |
|---|
LicenseStateDataObj() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDesktopAnalysisEnabled()
Gets the value of the desktopAnalysisEnabled property.
|
void |
setDesktopAnalysisEnabled(boolean value)
Sets the value of the desktopAnalysisEnabled property.
|
Copyright © 2004-2013 Hudson. All Rights Reserved.