public class CxWSResponseTransportedQueries extends CxWSBasicRepsonse
Java class for CxWSResponseTransportedQueries complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseTransportedQueries">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Queries" type="{http://Checkmarx.com}ArrayOfCxWSTransportedQuery" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSTransportedQuery |
queries |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseTransportedQueries() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSTransportedQuery |
getQueries()
Gets the value of the queries property.
|
void |
setQueries(ArrayOfCxWSTransportedQuery value)
Sets the value of the queries property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfCxWSTransportedQuery queries
public ArrayOfCxWSTransportedQuery getQueries()
ArrayOfCxWSTransportedQuerypublic void setQueries(ArrayOfCxWSTransportedQuery value)
value - allowed object is
ArrayOfCxWSTransportedQueryCopyright © 2020. All rights reserved.