public abstract class CxWSIssueTrackingSystem extends Object
Java class for CxWSIssueTrackingSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingSystem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SystemType" type="{http://Checkmarx.com}CxWSIssueTrackingType"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ServerURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected String |
name |
protected String |
password |
protected String |
serverURL |
protected CxWSIssueTrackingType |
systemType |
protected String |
username |
| Constructor and Description |
|---|
CxWSIssueTrackingSystem() |
| Modifier and Type | Method and Description |
|---|---|
long |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getServerURL()
Gets the value of the serverURL property.
|
CxWSIssueTrackingType |
getSystemType()
Gets the value of the systemType property.
|
String |
getUsername()
Gets the value of the username property.
|
void |
setID(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setServerURL(String value)
Sets the value of the serverURL property.
|
void |
setSystemType(CxWSIssueTrackingType value)
Sets the value of the systemType property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected CxWSIssueTrackingType systemType
protected long id
protected String name
protected String serverURL
protected String username
protected String password
public CxWSIssueTrackingType getSystemType()
CxWSIssueTrackingTypepublic void setSystemType(CxWSIssueTrackingType value)
value - allowed object is
CxWSIssueTrackingTypepublic long getID()
public void setID(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getServerURL()
Stringpublic void setServerURL(String value)
value - allowed object is
Stringpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
StringCopyright © 2020. All rights reserved.