public class CxWSIssueTrackingSystemValidateConnectRequest extends CxWSIssueTrackingSystemRequest
Java class for CxWSIssueTrackingSystemValidateConnectRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingSystemValidateConnectRequest">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSIssueTrackingSystemRequest">
<sequence>
<element name="TrackingSystem" type="{http://Checkmarx.com}CxWSIssueTrackingSystem" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSIssueTrackingSystem |
trackingSystem |
sessionID| Constructor and Description |
|---|
CxWSIssueTrackingSystemValidateConnectRequest() |
| 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.
|
getSessionID, setSessionIDprotected CxWSIssueTrackingSystem trackingSystem
public CxWSIssueTrackingSystemValidateConnectRequest()
public CxWSIssueTrackingSystem getTrackingSystem()
CxWSIssueTrackingSystempublic void setTrackingSystem(CxWSIssueTrackingSystem value)
value - allowed object is
CxWSIssueTrackingSystemCopyright © 2020. All rights reserved.