public class GetExistingQueriesResponse 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="GetExistingQueriesResult" type="{http://Checkmarx.com}CxWSResponseTransportedQueries" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseTransportedQueries |
getExistingQueriesResult |
| Constructor and Description |
|---|
GetExistingQueriesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseTransportedQueries |
getGetExistingQueriesResult()
Gets the value of the getExistingQueriesResult property.
|
void |
setGetExistingQueriesResult(CxWSResponseTransportedQueries value)
Sets the value of the getExistingQueriesResult property.
|
protected CxWSResponseTransportedQueries getExistingQueriesResult
public CxWSResponseTransportedQueries getGetExistingQueriesResult()
CxWSResponseTransportedQueriespublic void setGetExistingQueriesResult(CxWSResponseTransportedQueries value)
value - allowed object is
CxWSResponseTransportedQueriesCopyright © 2020. All rights reserved.