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