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