public class GetProjectsWithScansResponse 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="GetProjectsWithScansResult" type="{http://Checkmarx.com}CxWSResponseProjectsScansList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseProjectsScansList |
getProjectsWithScansResult |
| Constructor and Description |
|---|
GetProjectsWithScansResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseProjectsScansList |
getGetProjectsWithScansResult()
Gets the value of the getProjectsWithScansResult property.
|
void |
setGetProjectsWithScansResult(CxWSResponseProjectsScansList value)
Sets the value of the getProjectsWithScansResult property.
|
protected CxWSResponseProjectsScansList getProjectsWithScansResult
public CxWSResponseProjectsScansList getGetProjectsWithScansResult()
CxWSResponseProjectsScansListpublic void setGetProjectsWithScansResult(CxWSResponseProjectsScansList value)
value - allowed object is
CxWSResponseProjectsScansListCopyright © 2020. All rights reserved.