public class GetServerLicenseDataResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GetServerLicenseDataResult" type="{http://Checkmarx.com}CxWSResponseServerLicenseData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseServerLicenseData |
getServerLicenseDataResult |
| Constructor and Description |
|---|
GetServerLicenseDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseServerLicenseData |
getGetServerLicenseDataResult()
Gets the value of the getServerLicenseDataResult property.
|
void |
setGetServerLicenseDataResult(CxWSResponseServerLicenseData value)
Sets the value of the getServerLicenseDataResult property.
|
protected CxWSResponseServerLicenseData getServerLicenseDataResult
public CxWSResponseServerLicenseData getGetServerLicenseDataResult()
CxWSResponseServerLicenseDatapublic void setGetServerLicenseDataResult(CxWSResponseServerLicenseData value)
value - allowed object is
CxWSResponseServerLicenseDataCopyright © 2020. All rights reserved.