public class GetTeamFullPathsResponse 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="GetTeamFullPathsResult" type="{http://Checkmarx.com}CxTeamPathsResponseResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxTeamPathsResponseResponse |
getTeamFullPathsResult |
| Constructor and Description |
|---|
GetTeamFullPathsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxTeamPathsResponseResponse |
getGetTeamFullPathsResult()
Gets the value of the getTeamFullPathsResult property.
|
void |
setGetTeamFullPathsResult(CxTeamPathsResponseResponse value)
Sets the value of the getTeamFullPathsResult property.
|
protected CxTeamPathsResponseResponse getTeamFullPathsResult
public CxTeamPathsResponseResponse getGetTeamFullPathsResult()
CxTeamPathsResponseResponsepublic void setGetTeamFullPathsResult(CxTeamPathsResponseResponse value)
value - allowed object is
CxTeamPathsResponseResponseCopyright © 2020. All rights reserved.