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