public class GetSystemSettingsResponse 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="GetSystemSettingsResult" type="{http://Checkmarx.com}CxWsResponseSystemSettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWsResponseSystemSettings |
getSystemSettingsResult |
| Constructor and Description |
|---|
GetSystemSettingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWsResponseSystemSettings |
getGetSystemSettingsResult()
Gets the value of the getSystemSettingsResult property.
|
void |
setGetSystemSettingsResult(CxWsResponseSystemSettings value)
Sets the value of the getSystemSettingsResult property.
|
protected CxWsResponseSystemSettings getSystemSettingsResult
public CxWsResponseSystemSettings getGetSystemSettingsResult()
CxWsResponseSystemSettingspublic void setGetSystemSettingsResult(CxWsResponseSystemSettings value)
value - allowed object is
CxWsResponseSystemSettingsCopyright © 2020. All rights reserved.