public class CxWSGeneralDisplayOptions extends Object
Java class for CxWSGeneralDisplayOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSGeneralDisplayOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OnlyExecutiveSummary" 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="VulnerabilitiesDescription" type="{http://Checkmarx.com}CxWSVulnerabilitiesDisplayOptions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
displayCategories |
protected boolean |
displayLanguageHashNumber |
protected boolean |
executiveSummary |
protected boolean |
onlyExecutiveSummary |
protected boolean |
scannedFiles |
protected boolean |
scannedQueries |
protected boolean |
tableOfContents |
protected CxWSVulnerabilitiesDisplayOptions |
vulnerabilitiesDescription |
| Constructor and Description |
|---|
CxWSGeneralDisplayOptions() |
| Modifier and Type | Method and Description |
|---|---|
CxWSVulnerabilitiesDisplayOptions |
getVulnerabilitiesDescription()
Gets the value of the vulnerabilitiesDescription 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 |
isOnlyExecutiveSummary()
Gets the value of the onlyExecutiveSummary property.
|
boolean |
isScannedFiles()
Gets the value of the scannedFiles property.
|
boolean |
isScannedQueries()
Gets the value of the scannedQueries property.
|
boolean |
isTableOfContents()
Gets the value of the tableOfContents 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 |
setOnlyExecutiveSummary(boolean value)
Sets the value of the onlyExecutiveSummary property.
|
void |
setScannedFiles(boolean value)
Sets the value of the scannedFiles property.
|
void |
setScannedQueries(boolean value)
Sets the value of the scannedQueries property.
|
void |
setTableOfContents(boolean value)
Sets the value of the tableOfContents property.
|
void |
setVulnerabilitiesDescription(CxWSVulnerabilitiesDisplayOptions value)
Sets the value of the vulnerabilitiesDescription property.
|
protected boolean onlyExecutiveSummary
protected boolean tableOfContents
protected boolean executiveSummary
protected boolean displayCategories
protected boolean displayLanguageHashNumber
protected boolean scannedQueries
protected boolean scannedFiles
protected CxWSVulnerabilitiesDisplayOptions vulnerabilitiesDescription
public boolean isOnlyExecutiveSummary()
public void setOnlyExecutiveSummary(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 CxWSVulnerabilitiesDisplayOptions getVulnerabilitiesDescription()
CxWSVulnerabilitiesDisplayOptionspublic void setVulnerabilitiesDescription(CxWSVulnerabilitiesDisplayOptions value)
value - allowed object is
CxWSVulnerabilitiesDisplayOptionsCopyright © 2020. All rights reserved.