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