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