public class CxUserReportPreferences extends CxUserPreferences
Java class for CxUserReportPreferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxUserReportPreferences">
<complexContent>
<extension base="{http://Checkmarx.com}CxUserPreferences">
<sequence>
<element name="Link2OnlineResults" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Team" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CheckmarxVersion" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScanComments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScanType" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SourceOrigin" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScanDensity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TableOfContents" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ExecutiveSummary" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DisplayCategories" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DisplayLanguageHashNumber" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScannedQueries" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScannedFiles" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AssignedTo" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Link2Online" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ResultDescription" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OnlyExecutiveSummary" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ResultsPerQueryLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="VulnerabilityDescription" type="{http://Checkmarx.com}CxReportVulnerabilityDescription"/>
<element name="SnippetsMode" type="{http://Checkmarx.com}CxReportSnippetsMode"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
assignedTo |
protected boolean |
checkmarxVersion |
protected boolean |
comments |
protected boolean |
displayCategories |
protected boolean |
displayLanguageHashNumber |
protected boolean |
executiveSummary |
protected boolean |
link2Online |
protected boolean |
link2OnlineResults |
protected boolean |
onlyExecutiveSummary |
protected boolean |
resultDescription |
protected int |
resultsPerQueryLimit |
protected boolean |
scanComments |
protected boolean |
scanDensity |
protected boolean |
scannedFiles |
protected boolean |
scannedQueries |
protected boolean |
scanType |
protected CxReportSnippetsMode |
snippetsMode |
protected boolean |
sourceOrigin |
protected boolean |
tableOfContents |
protected boolean |
team |
protected CxReportVulnerabilityDescription |
vulnerabilityDescription |
| Constructor and Description |
|---|
CxUserReportPreferences() |
| Modifier and Type | Method and Description |
|---|---|
int |
getResultsPerQueryLimit()
Gets the value of the resultsPerQueryLimit property.
|
CxReportSnippetsMode |
getSnippetsMode()
Gets the value of the snippetsMode property.
|
CxReportVulnerabilityDescription |
getVulnerabilityDescription()
Gets the value of the vulnerabilityDescription property.
|
boolean |
isAssignedTo()
Gets the value of the assignedTo property.
|
boolean |
isCheckmarxVersion()
Gets the value of the checkmarxVersion property.
|
boolean |
isComments()
Gets the value of the comments property.
|
boolean |
isDisplayCategories()
Gets the value of the displayCategories property.
|
boolean |
isDisplayLanguageHashNumber()
Gets the value of the displayLanguageHashNumber property.
|
boolean |
isExecutiveSummary()
Gets the value of the executiveSummary property.
|
boolean |
isLink2Online()
Gets the value of the link2Online property.
|
boolean |
isLink2OnlineResults()
Gets the value of the link2OnlineResults property.
|
boolean |
isOnlyExecutiveSummary()
Gets the value of the onlyExecutiveSummary property.
|
boolean |
isResultDescription()
Gets the value of the resultDescription property.
|
boolean |
isScanComments()
Gets the value of the scanComments property.
|
boolean |
isScanDensity()
Gets the value of the scanDensity property.
|
boolean |
isScannedFiles()
Gets the value of the scannedFiles property.
|
boolean |
isScannedQueries()
Gets the value of the scannedQueries property.
|
boolean |
isScanType()
Gets the value of the scanType property.
|
boolean |
isSourceOrigin()
Gets the value of the sourceOrigin property.
|
boolean |
isTableOfContents()
Gets the value of the tableOfContents property.
|
boolean |
isTeam()
Gets the value of the team property.
|
void |
setAssignedTo(boolean value)
Sets the value of the assignedTo property.
|
void |
setCheckmarxVersion(boolean value)
Sets the value of the checkmarxVersion property.
|
void |
setComments(boolean value)
Sets the value of the comments property.
|
void |
setDisplayCategories(boolean value)
Sets the value of the displayCategories property.
|
void |
setDisplayLanguageHashNumber(boolean value)
Sets the value of the displayLanguageHashNumber property.
|
void |
setExecutiveSummary(boolean value)
Sets the value of the executiveSummary property.
|
void |
setLink2Online(boolean value)
Sets the value of the link2Online property.
|
void |
setLink2OnlineResults(boolean value)
Sets the value of the link2OnlineResults property.
|
void |
setOnlyExecutiveSummary(boolean value)
Sets the value of the onlyExecutiveSummary property.
|
void |
setResultDescription(boolean value)
Sets the value of the resultDescription property.
|
void |
setResultsPerQueryLimit(int value)
Sets the value of the resultsPerQueryLimit property.
|
void |
setScanComments(boolean value)
Sets the value of the scanComments property.
|
void |
setScanDensity(boolean value)
Sets the value of the scanDensity property.
|
void |
setScannedFiles(boolean value)
Sets the value of the scannedFiles property.
|
void |
setScannedQueries(boolean value)
Sets the value of the scannedQueries property.
|
void |
setScanType(boolean value)
Sets the value of the scanType property.
|
void |
setSnippetsMode(CxReportSnippetsMode value)
Sets the value of the snippetsMode property.
|
void |
setSourceOrigin(boolean value)
Sets the value of the sourceOrigin property.
|
void |
setTableOfContents(boolean value)
Sets the value of the tableOfContents property.
|
void |
setTeam(boolean value)
Sets the value of the team property.
|
void |
setVulnerabilityDescription(CxReportVulnerabilityDescription value)
Sets the value of the vulnerabilityDescription property.
|
protected boolean link2OnlineResults
protected boolean team
protected boolean checkmarxVersion
protected boolean scanComments
protected boolean scanType
protected boolean sourceOrigin
protected boolean scanDensity
protected boolean tableOfContents
protected boolean executiveSummary
protected boolean displayCategories
protected boolean displayLanguageHashNumber
protected boolean scannedQueries
protected boolean scannedFiles
protected boolean assignedTo
protected boolean comments
protected boolean link2Online
protected boolean resultDescription
protected boolean onlyExecutiveSummary
protected int resultsPerQueryLimit
protected CxReportVulnerabilityDescription vulnerabilityDescription
protected CxReportSnippetsMode snippetsMode
public boolean isLink2OnlineResults()
public void setLink2OnlineResults(boolean value)
public boolean isTeam()
public void setTeam(boolean value)
public boolean isCheckmarxVersion()
public void setCheckmarxVersion(boolean value)
public boolean isScanComments()
public void setScanComments(boolean value)
public boolean isScanType()
public void setScanType(boolean value)
public boolean isSourceOrigin()
public void setSourceOrigin(boolean value)
public boolean isScanDensity()
public void setScanDensity(boolean value)
public boolean isTableOfContents()
public void setTableOfContents(boolean value)
public boolean isExecutiveSummary()
public void setExecutiveSummary(boolean value)
public boolean isDisplayCategories()
public void setDisplayCategories(boolean value)
public boolean isDisplayLanguageHashNumber()
public void setDisplayLanguageHashNumber(boolean value)
public boolean isScannedQueries()
public void setScannedQueries(boolean value)
public boolean isScannedFiles()
public void setScannedFiles(boolean value)
public boolean isAssignedTo()
public void setAssignedTo(boolean value)
public boolean isComments()
public void setComments(boolean value)
public boolean isLink2Online()
public void setLink2Online(boolean value)
public boolean isResultDescription()
public void setResultDescription(boolean value)
public boolean isOnlyExecutiveSummary()
public void setOnlyExecutiveSummary(boolean value)
public int getResultsPerQueryLimit()
public void setResultsPerQueryLimit(int value)
public CxReportVulnerabilityDescription getVulnerabilityDescription()
CxReportVulnerabilityDescriptionpublic void setVulnerabilityDescription(CxReportVulnerabilityDescription value)
value - allowed object is
CxReportVulnerabilityDescriptionpublic CxReportSnippetsMode getSnippetsMode()
CxReportSnippetsModepublic void setSnippetsMode(CxReportSnippetsMode value)
value - allowed object is
CxReportSnippetsModeCopyright © 2020. All rights reserved.