public class GetCompanyPropertiesResponse 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="GetCompanyPropertiesResult" type="{http://Checkmarx.com}CxWsResponseCompanyProperties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWsResponseCompanyProperties |
getCompanyPropertiesResult |
| Constructor and Description |
|---|
GetCompanyPropertiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWsResponseCompanyProperties |
getGetCompanyPropertiesResult()
Gets the value of the getCompanyPropertiesResult property.
|
void |
setGetCompanyPropertiesResult(CxWsResponseCompanyProperties value)
Sets the value of the getCompanyPropertiesResult property.
|
protected CxWsResponseCompanyProperties getCompanyPropertiesResult
public CxWsResponseCompanyProperties getGetCompanyPropertiesResult()
CxWsResponseCompanyPropertiespublic void setGetCompanyPropertiesResult(CxWsResponseCompanyProperties value)
value - allowed object is
CxWsResponseCompanyPropertiesCopyright © 2020. All rights reserved.