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