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