public class GetCompanyTeamsResponse 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="GetCompanyTeamsResult" type="{http://Checkmarx.com}CxWSResponseTeamData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseTeamData |
getCompanyTeamsResult |
| Constructor and Description |
|---|
GetCompanyTeamsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseTeamData |
getGetCompanyTeamsResult()
Gets the value of the getCompanyTeamsResult property.
|
void |
setGetCompanyTeamsResult(CxWSResponseTeamData value)
Sets the value of the getCompanyTeamsResult property.
|
protected CxWSResponseTeamData getCompanyTeamsResult
public CxWSResponseTeamData getGetCompanyTeamsResult()
CxWSResponseTeamDatapublic void setGetCompanyTeamsResult(CxWSResponseTeamData value)
value - allowed object is
CxWSResponseTeamDataCopyright © 2020. All rights reserved.