public class CreateNewPresetResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreateNewPresetResult" type="{http://Checkmarx.com}CxWSResponsePresetDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponsePresetDetails |
createNewPresetResult |
| Constructor and Description |
|---|
CreateNewPresetResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponsePresetDetails |
getCreateNewPresetResult()
Gets the value of the createNewPresetResult property.
|
void |
setCreateNewPresetResult(CxWSResponsePresetDetails value)
Sets the value of the createNewPresetResult property.
|
protected CxWSResponsePresetDetails createNewPresetResult
public CxWSResponsePresetDetails getCreateNewPresetResult()
CxWSResponsePresetDetailspublic void setCreateNewPresetResult(CxWSResponsePresetDetails value)
value - allowed object is
CxWSResponsePresetDetailsCopyright © 2020. All rights reserved.