public class GetProjectConfigurationResponse 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="GetProjectConfigurationResult" type="{http://Checkmarx.com}CxWSResponseProjectConfig" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseProjectConfig |
getProjectConfigurationResult |
| Constructor and Description |
|---|
GetProjectConfigurationResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseProjectConfig |
getGetProjectConfigurationResult()
Gets the value of the getProjectConfigurationResult property.
|
void |
setGetProjectConfigurationResult(CxWSResponseProjectConfig value)
Sets the value of the getProjectConfigurationResult property.
|
protected CxWSResponseProjectConfig getProjectConfigurationResult
public CxWSResponseProjectConfig getGetProjectConfigurationResult()
CxWSResponseProjectConfigpublic void setGetProjectConfigurationResult(CxWSResponseProjectConfig value)
value - allowed object is
CxWSResponseProjectConfigCopyright © 2020. All rights reserved.