public class ProjectDisplayData extends Object
Java class for ProjectDisplayData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectDisplayData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Permission" type="{http://Checkmarx.com}UserPermission" minOccurs="0"/>
<element name="projectID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ServiceProvider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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"/>
<element name="Preset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastScanDate" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="TotalScans" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="IsPublic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TotalOsaScans" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
company |
protected String |
group |
protected boolean |
isPublic |
protected CxDateTime |
lastScanDate |
protected String |
owner |
protected UserPermission |
permission |
protected String |
preset |
protected long |
projectID |
protected String |
projectName |
protected String |
serviceProvider |
protected int |
totalOsaScans |
protected int |
totalScans |
| Constructor and Description |
|---|
ProjectDisplayData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany()
Gets the value of the company property.
|
String |
getGroup()
Gets the value of the group property.
|
CxDateTime |
getLastScanDate()
Gets the value of the lastScanDate property.
|
String |
getOwner()
Gets the value of the owner property.
|
UserPermission |
getPermission()
Gets the value of the permission property.
|
String |
getPreset()
Gets the value of the preset property.
|
long |
getProjectID()
Gets the value of the projectID property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
String |
getServiceProvider()
Gets the value of the serviceProvider property.
|
int |
getTotalOsaScans()
Gets the value of the totalOsaScans property.
|
int |
getTotalScans()
Gets the value of the totalScans property.
|
boolean |
isIsPublic()
Gets the value of the isPublic property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setIsPublic(boolean value)
Sets the value of the isPublic property.
|
void |
setLastScanDate(CxDateTime value)
Sets the value of the lastScanDate property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPermission(UserPermission value)
Sets the value of the permission property.
|
void |
setPreset(String value)
Sets the value of the preset property.
|
void |
setProjectID(long value)
Sets the value of the projectID property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setServiceProvider(String value)
Sets the value of the serviceProvider property.
|
void |
setTotalOsaScans(int value)
Sets the value of the totalOsaScans property.
|
void |
setTotalScans(int value)
Sets the value of the totalScans property.
|
protected UserPermission permission
protected long projectID
protected String serviceProvider
protected String company
protected String owner
protected String projectName
protected String group
protected String preset
protected CxDateTime lastScanDate
protected int totalScans
protected boolean isPublic
protected int totalOsaScans
public UserPermission getPermission()
UserPermissionpublic void setPermission(UserPermission value)
value - allowed object is
UserPermissionpublic long getProjectID()
public void setProjectID(long value)
public String getServiceProvider()
Stringpublic void setServiceProvider(String value)
value - allowed object is
Stringpublic 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()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic String getPreset()
Stringpublic void setPreset(String value)
value - allowed object is
Stringpublic CxDateTime getLastScanDate()
CxDateTimepublic void setLastScanDate(CxDateTime value)
value - allowed object is
CxDateTimepublic int getTotalScans()
public void setTotalScans(int value)
public boolean isIsPublic()
public void setIsPublic(boolean value)
public int getTotalOsaScans()
public void setTotalOsaScans(int value)
Copyright © 2020. All rights reserved.