public class CxTeamPathsResponseResponse extends CxWSBasicRepsonse
Java class for CxTeamPathsResponseResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxTeamPathsResponseResponse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="sourceTeamFullPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="destinationTeamFullPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationTeamFullPath |
protected String |
sourceTeamFullPath |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxTeamPathsResponseResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationTeamFullPath()
Gets the value of the destinationTeamFullPath property.
|
String |
getSourceTeamFullPath()
Gets the value of the sourceTeamFullPath property.
|
void |
setDestinationTeamFullPath(String value)
Sets the value of the destinationTeamFullPath property.
|
void |
setSourceTeamFullPath(String value)
Sets the value of the sourceTeamFullPath property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected String sourceTeamFullPath
protected String destinationTeamFullPath
public String getSourceTeamFullPath()
Stringpublic void setSourceTeamFullPath(String value)
value - allowed object is
Stringpublic String getDestinationTeamFullPath()
StringCopyright © 2020. All rights reserved.