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