public class IssueTrackingSystemsAPI 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="request" type="{http://Checkmarx.com}CxWSIssueTrackingSystemRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSIssueTrackingSystemRequest |
request |
| Constructor and Description |
|---|
IssueTrackingSystemsAPI() |
| Modifier and Type | Method and Description |
|---|---|
CxWSIssueTrackingSystemRequest |
getRequest()
Gets the value of the request property.
|
void |
setRequest(CxWSIssueTrackingSystemRequest value)
Sets the value of the request property.
|
protected CxWSIssueTrackingSystemRequest request
public CxWSIssueTrackingSystemRequest getRequest()
CxWSIssueTrackingSystemRequestpublic void setRequest(CxWSIssueTrackingSystemRequest value)
value - allowed object is
CxWSIssueTrackingSystemRequestCopyright © 2020. All rights reserved.