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