public class CxWSResponseExistsingTransportedPresetQueries extends CxWSResponseTransportedQueries
Java class for CxWSResponseExistsingTransportedPresetQueries complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseExistsingTransportedPresetQueries">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSResponseTransportedQueries">
<sequence>
<element name="PresetNameExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PresetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
presetName |
protected boolean |
presetNameExists |
querieserrorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseExistsingTransportedPresetQueries() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPresetName()
Gets the value of the presetName property.
|
boolean |
isPresetNameExists()
Gets the value of the presetNameExists property.
|
void |
setPresetName(String value)
Sets the value of the presetName property.
|
void |
setPresetNameExists(boolean value)
Sets the value of the presetNameExists property.
|
getQueries, setQueriesgetErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected boolean presetNameExists
protected String presetName
public CxWSResponseExistsingTransportedPresetQueries()
public boolean isPresetNameExists()
public void setPresetNameExists(boolean value)
public String getPresetName()
StringCopyright © 2020. All rights reserved.