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