public class CxWSIssueTrackingSystemSaveResponse extends CxWSIssueTrackingSystemResponse
Java class for CxWSIssueTrackingSystemSaveResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingSystemSaveResponse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSIssueTrackingSystemResponse">
<sequence>
<element name="TrackingSystem" type="{http://Checkmarx.com}CxWSIssueTrackingSystem" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSIssueTrackingSystem |
trackingSystem |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSIssueTrackingSystemSaveResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSIssueTrackingSystem |
getTrackingSystem()
Gets the value of the trackingSystem property.
|
void |
setTrackingSystem(CxWSIssueTrackingSystem value)
Sets the value of the trackingSystem property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxWSIssueTrackingSystem trackingSystem
public CxWSIssueTrackingSystem getTrackingSystem()
CxWSIssueTrackingSystempublic void setTrackingSystem(CxWSIssueTrackingSystem value)
value - allowed object is
CxWSIssueTrackingSystemCopyright © 2020. All rights reserved.