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