public class GetPresetDetailsResponse 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="GetPresetDetailsResult" type="{http://Checkmarx.com}CxWSResponsePresetDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponsePresetDetails |
getPresetDetailsResult |
| Constructor and Description |
|---|
GetPresetDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponsePresetDetails |
getGetPresetDetailsResult()
Gets the value of the getPresetDetailsResult property.
|
void |
setGetPresetDetailsResult(CxWSResponsePresetDetails value)
Sets the value of the getPresetDetailsResult property.
|
protected CxWSResponsePresetDetails getPresetDetailsResult
public CxWSResponsePresetDetails getGetPresetDetailsResult()
CxWSResponsePresetDetailspublic void setGetPresetDetailsResult(CxWSResponsePresetDetails value)
value - allowed object is
CxWSResponsePresetDetailsCopyright © 2020. All rights reserved.