public class GetQueryCollectionResponse 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="GetQueryCollectionResult" type="{http://Checkmarx.com}CxQueryCollectionResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxQueryCollectionResponse |
getQueryCollectionResult |
| Constructor and Description |
|---|
GetQueryCollectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxQueryCollectionResponse |
getGetQueryCollectionResult()
Gets the value of the getQueryCollectionResult property.
|
void |
setGetQueryCollectionResult(CxQueryCollectionResponse value)
Sets the value of the getQueryCollectionResult property.
|
protected CxQueryCollectionResponse getQueryCollectionResult
public CxQueryCollectionResponse getGetQueryCollectionResult()
CxQueryCollectionResponsepublic void setGetQueryCollectionResult(CxQueryCollectionResponse value)
value - allowed object is
CxQueryCollectionResponseCopyright © 2020. All rights reserved.