public class GetResultDescriptionResponse 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="GetResultDescriptionResult" type="{http://Checkmarx.com}CxWSResponseResultDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseResultDescription |
getResultDescriptionResult |
| Constructor and Description |
|---|
GetResultDescriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseResultDescription |
getGetResultDescriptionResult()
Gets the value of the getResultDescriptionResult property.
|
void |
setGetResultDescriptionResult(CxWSResponseResultDescription value)
Sets the value of the getResultDescriptionResult property.
|
protected CxWSResponseResultDescription getResultDescriptionResult
public CxWSResponseResultDescription getGetResultDescriptionResult()
CxWSResponseResultDescriptionpublic void setGetResultDescriptionResult(CxWSResponseResultDescription value)
value - allowed object is
CxWSResponseResultDescriptionCopyright © 2020. All rights reserved.