public class DeleteEngineServerResponse 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="DeleteEngineServerResult" type="{http://Checkmarx.com}CxWSResponseEngineServerId" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseEngineServerId |
deleteEngineServerResult |
| Constructor and Description |
|---|
DeleteEngineServerResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseEngineServerId |
getDeleteEngineServerResult()
Gets the value of the deleteEngineServerResult property.
|
void |
setDeleteEngineServerResult(CxWSResponseEngineServerId value)
Sets the value of the deleteEngineServerResult property.
|
protected CxWSResponseEngineServerId deleteEngineServerResult
public CxWSResponseEngineServerId getDeleteEngineServerResult()
CxWSResponseEngineServerIdpublic void setDeleteEngineServerResult(CxWSResponseEngineServerId value)
value - allowed object is
CxWSResponseEngineServerIdCopyright © 2020. All rights reserved.