public class GetSourceCodeForScanResponse 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="GetSourceCodeForScanResult" type="{http://Checkmarx.com}CxWSResponseSourceContainer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseSourceContainer |
getSourceCodeForScanResult |
| Constructor and Description |
|---|
GetSourceCodeForScanResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseSourceContainer |
getGetSourceCodeForScanResult()
Gets the value of the getSourceCodeForScanResult property.
|
void |
setGetSourceCodeForScanResult(CxWSResponseSourceContainer value)
Sets the value of the getSourceCodeForScanResult property.
|
protected CxWSResponseSourceContainer getSourceCodeForScanResult
public CxWSResponseSourceContainer getGetSourceCodeForScanResult()
CxWSResponseSourceContainerpublic void setGetSourceCodeForScanResult(CxWSResponseSourceContainer value)
value - allowed object is
CxWSResponseSourceContainerCopyright © 2020. All rights reserved.