public class CxWsResponseSystemSettings extends CxWSBasicRepsonse
Java class for CxWsResponseSystemSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWsResponseSystemSettings">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="SysSettings" type="{http://Checkmarx.com}SystemSettings" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SystemSettings |
sysSettings |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWsResponseSystemSettings() |
| Modifier and Type | Method and Description |
|---|---|
SystemSettings |
getSysSettings()
Gets the value of the sysSettings property.
|
void |
setSysSettings(SystemSettings value)
Sets the value of the sysSettings property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected SystemSettings sysSettings
public SystemSettings getSysSettings()
SystemSettingspublic void setSysSettings(SystemSettings value)
value - allowed object is
SystemSettingsCopyright © 2020. All rights reserved.