public class GetQueryDescriptionByQueryIdResponse 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="GetQueryDescriptionByQueryIdResult" type="{http://Checkmarx.com}CxWSResponseQueryDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseQueryDescription |
getQueryDescriptionByQueryIdResult |
| Constructor and Description |
|---|
GetQueryDescriptionByQueryIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseQueryDescription |
getGetQueryDescriptionByQueryIdResult()
Gets the value of the getQueryDescriptionByQueryIdResult property.
|
void |
setGetQueryDescriptionByQueryIdResult(CxWSResponseQueryDescription value)
Sets the value of the getQueryDescriptionByQueryIdResult property.
|
protected CxWSResponseQueryDescription getQueryDescriptionByQueryIdResult
public GetQueryDescriptionByQueryIdResponse()
public CxWSResponseQueryDescription getGetQueryDescriptionByQueryIdResult()
CxWSResponseQueryDescriptionpublic void setGetQueryDescriptionByQueryIdResult(CxWSResponseQueryDescription value)
value - allowed object is
CxWSResponseQueryDescriptionCopyright © 2020. All rights reserved.