public class CxWSIssueTrackingSystemRetrieveResponse extends CxWSIssueTrackingSystemResponse
Java class for CxWSIssueTrackingSystemRetrieveResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingSystemRetrieveResponse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSIssueTrackingSystemResponse">
<sequence>
<element name="TrackingSystems" type="{http://Checkmarx.com}ArrayOfCxWSIssueTrackingSystem" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSIssueTrackingSystem |
trackingSystems |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSIssueTrackingSystemRetrieveResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSIssueTrackingSystem |
getTrackingSystems()
Gets the value of the trackingSystems property.
|
void |
setTrackingSystems(ArrayOfCxWSIssueTrackingSystem value)
Sets the value of the trackingSystems property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfCxWSIssueTrackingSystem trackingSystems
public CxWSIssueTrackingSystemRetrieveResponse()
public ArrayOfCxWSIssueTrackingSystem getTrackingSystems()
ArrayOfCxWSIssueTrackingSystempublic void setTrackingSystems(ArrayOfCxWSIssueTrackingSystem value)
value - allowed object is
ArrayOfCxWSIssueTrackingSystemCopyright © 2020. All rights reserved.