public class CxProjectData extends Object
Java class for CxProjectData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxProjectData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProjectID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SourceType" type="{http://Checkmarx.com}CxProjectSourceType"/>
<element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
company |
protected String |
group |
protected String |
owner |
protected long |
projectID |
protected String |
projectName |
protected CxProjectSourceType |
sourceType |
| Constructor and Description |
|---|
CxProjectData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany()
Gets the value of the company property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getOwner()
Gets the value of the owner property.
|
long |
getProjectID()
Gets the value of the projectID property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
CxProjectSourceType |
getSourceType()
Gets the value of the sourceType property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setProjectID(long value)
Sets the value of the projectID property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setSourceType(CxProjectSourceType value)
Sets the value of the sourceType property.
|
protected long projectID
protected CxProjectSourceType sourceType
protected String company
protected String owner
protected String projectName
protected String group
public long getProjectID()
public void setProjectID(long value)
public CxProjectSourceType getSourceType()
CxProjectSourceTypepublic void setSourceType(CxProjectSourceType value)
value - allowed object is
CxProjectSourceTypepublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic String getGroup()
StringCopyright © 2020. All rights reserved.