public class UpdateSetOfResultStateInfluenceCheck extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resultsStates" type="{http://Checkmarx.com}ArrayOfResultStateData" minOccurs="0"/>
<element name="checkPathInfluence" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
checkPathInfluence |
protected ArrayOfResultStateData |
resultsStates |
protected String |
sessionID |
| Constructor and Description |
|---|
UpdateSetOfResultStateInfluenceCheck() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfResultStateData |
getResultsStates()
Gets the value of the resultsStates property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
boolean |
isCheckPathInfluence()
Gets the value of the checkPathInfluence property.
|
void |
setCheckPathInfluence(boolean value)
Sets the value of the checkPathInfluence property.
|
void |
setResultsStates(ArrayOfResultStateData value)
Sets the value of the resultsStates property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected ArrayOfResultStateData resultsStates
protected boolean checkPathInfluence
public UpdateSetOfResultStateInfluenceCheck()
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic ArrayOfResultStateData getResultsStates()
ArrayOfResultStateDatapublic void setResultsStates(ArrayOfResultStateData value)
value - allowed object is
ArrayOfResultStateDatapublic boolean isCheckPathInfluence()
public void setCheckPathInfluence(boolean value)
Copyright © 2020. All rights reserved.