public class CxWSIssueTrackingSystemRetrieveRequest extends CxWSIssueTrackingSystemRequest
Java class for CxWSIssueTrackingSystemRetrieveRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingSystemRetrieveRequest">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSIssueTrackingSystemRequest">
<sequence>
<element name="IDs" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfLong |
iDs |
sessionID| Constructor and Description |
|---|
CxWSIssueTrackingSystemRetrieveRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfLong |
getIDs()
Gets the value of the iDs property.
|
void |
setIDs(ArrayOfLong value)
Sets the value of the iDs property.
|
getSessionID, setSessionIDprotected ArrayOfLong iDs
public CxWSIssueTrackingSystemRetrieveRequest()
public ArrayOfLong getIDs()
ArrayOfLongpublic void setIDs(ArrayOfLong value)
value - allowed object is
ArrayOfLongCopyright © 2020. All rights reserved.