public class CxWSIssueTrackingSystemCreateIssueRequest extends CxWSIssueTrackingSystemRequest
Java class for CxWSIssueTrackingSystemCreateIssueRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingSystemCreateIssueRequest">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSIssueTrackingSystemRequest">
<sequence>
<element name="TrackingSystemID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ScanID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ResultIDs" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
<element name="Params" type="{http://Checkmarx.com}ArrayOfCxWSIssueTrackingParam" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSIssueTrackingParam |
params |
protected ArrayOfLong |
resultIDs |
protected long |
scanID |
protected long |
trackingSystemID |
sessionID| Constructor and Description |
|---|
CxWSIssueTrackingSystemCreateIssueRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSIssueTrackingParam |
getParams()
Gets the value of the params property.
|
ArrayOfLong |
getResultIDs()
Gets the value of the resultIDs property.
|
long |
getScanID()
Gets the value of the scanID property.
|
long |
getTrackingSystemID()
Gets the value of the trackingSystemID property.
|
void |
setParams(ArrayOfCxWSIssueTrackingParam value)
Sets the value of the params property.
|
void |
setResultIDs(ArrayOfLong value)
Sets the value of the resultIDs property.
|
void |
setScanID(long value)
Sets the value of the scanID property.
|
void |
setTrackingSystemID(long value)
Sets the value of the trackingSystemID property.
|
getSessionID, setSessionIDprotected long trackingSystemID
protected long scanID
protected ArrayOfLong resultIDs
protected ArrayOfCxWSIssueTrackingParam params
public CxWSIssueTrackingSystemCreateIssueRequest()
public long getTrackingSystemID()
public void setTrackingSystemID(long value)
public long getScanID()
public void setScanID(long value)
public ArrayOfLong getResultIDs()
ArrayOfLongpublic void setResultIDs(ArrayOfLong value)
value - allowed object is
ArrayOfLongpublic ArrayOfCxWSIssueTrackingParam getParams()
ArrayOfCxWSIssueTrackingParampublic void setParams(ArrayOfCxWSIssueTrackingParam value)
value - allowed object is
ArrayOfCxWSIssueTrackingParamCopyright © 2020. All rights reserved.