public class CxWSReportStatusResponse extends CxWSBasicRepsonse
Java class for CxWSReportStatusResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSReportStatusResponse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="IsReady" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsFailed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isFailed |
protected boolean |
isReady |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSReportStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIsFailed()
Gets the value of the isFailed property.
|
boolean |
isIsReady()
Gets the value of the isReady property.
|
void |
setIsFailed(boolean value)
Sets the value of the isFailed property.
|
void |
setIsReady(boolean value)
Sets the value of the isReady property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullpublic boolean isIsReady()
public void setIsReady(boolean value)
public boolean isIsFailed()
public void setIsFailed(boolean value)
Copyright © 2020. All rights reserved.