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