public class GetInstallationSettingsResponse 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="GetInstallationSettingsResult" type="{http://Checkmarx.com}CxWSResponseInstallationSettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseInstallationSettings |
getInstallationSettingsResult |
| Constructor and Description |
|---|
GetInstallationSettingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseInstallationSettings |
getGetInstallationSettingsResult()
Gets the value of the getInstallationSettingsResult property.
|
void |
setGetInstallationSettingsResult(CxWSResponseInstallationSettings value)
Sets the value of the getInstallationSettingsResult property.
|
protected CxWSResponseInstallationSettings getInstallationSettingsResult
public CxWSResponseInstallationSettings getGetInstallationSettingsResult()
CxWSResponseInstallationSettingspublic void setGetInstallationSettingsResult(CxWSResponseInstallationSettings value)
value - allowed object is
CxWSResponseInstallationSettingsCopyright © 2020. All rights reserved.