public class CxWSResponseResultStateUpdate extends CxWSBasicRepsonse
Java class for CxWSResponseResultStateUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseResultStateUpdate">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="PathInfluenceExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="UpdatedResultState" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="InfluencedPathsDetails" type="{http://Checkmarx.com}ArrayOfCxWSResultPathDisplayDetails" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSResultPathDisplayDetails |
influencedPathsDetails |
protected boolean |
pathInfluenceExists |
protected boolean |
updatedResultState |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseResultStateUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSResultPathDisplayDetails |
getInfluencedPathsDetails()
Gets the value of the influencedPathsDetails property.
|
boolean |
isPathInfluenceExists()
Gets the value of the pathInfluenceExists property.
|
boolean |
isUpdatedResultState()
Gets the value of the updatedResultState property.
|
void |
setInfluencedPathsDetails(ArrayOfCxWSResultPathDisplayDetails value)
Sets the value of the influencedPathsDetails property.
|
void |
setPathInfluenceExists(boolean value)
Sets the value of the pathInfluenceExists property.
|
void |
setUpdatedResultState(boolean value)
Sets the value of the updatedResultState property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected boolean pathInfluenceExists
protected boolean updatedResultState
protected ArrayOfCxWSResultPathDisplayDetails influencedPathsDetails
public boolean isPathInfluenceExists()
public void setPathInfluenceExists(boolean value)
public boolean isUpdatedResultState()
public void setUpdatedResultState(boolean value)
public ArrayOfCxWSResultPathDisplayDetails getInfluencedPathsDetails()
ArrayOfCxWSResultPathDisplayDetailspublic void setInfluencedPathsDetails(ArrayOfCxWSResultPathDisplayDetails value)
value - allowed object is
ArrayOfCxWSResultPathDisplayDetailsCopyright © 2020. All rights reserved.