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