public class GetProjectPropertiesResponse 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="GetProjectPropertiesResult" type="{http://Checkmarx.com}CxWSResponsProjectProperties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponsProjectProperties |
getProjectPropertiesResult |
| Constructor and Description |
|---|
GetProjectPropertiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponsProjectProperties |
getGetProjectPropertiesResult()
Gets the value of the getProjectPropertiesResult property.
|
void |
setGetProjectPropertiesResult(CxWSResponsProjectProperties value)
Sets the value of the getProjectPropertiesResult property.
|
protected CxWSResponsProjectProperties getProjectPropertiesResult
public CxWSResponsProjectProperties getGetProjectPropertiesResult()
CxWSResponsProjectPropertiespublic void setGetProjectPropertiesResult(CxWSResponsProjectProperties value)
value - allowed object is
CxWSResponsProjectPropertiesCopyright © 2020. All rights reserved.