public class GetQueryShortDescriptionResponse 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="GetQueryShortDescriptionResult" type="{http://Checkmarx.com}CxWSResponseShortQueryDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseShortQueryDescription |
getQueryShortDescriptionResult |
| Constructor and Description |
|---|
GetQueryShortDescriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseShortQueryDescription |
getGetQueryShortDescriptionResult()
Gets the value of the getQueryShortDescriptionResult property.
|
void |
setGetQueryShortDescriptionResult(CxWSResponseShortQueryDescription value)
Sets the value of the getQueryShortDescriptionResult property.
|
protected CxWSResponseShortQueryDescription getQueryShortDescriptionResult
public CxWSResponseShortQueryDescription getGetQueryShortDescriptionResult()
CxWSResponseShortQueryDescriptionpublic void setGetQueryShortDescriptionResult(CxWSResponseShortQueryDescription value)
value - allowed object is
CxWSResponseShortQueryDescriptionCopyright © 2020. All rights reserved.