public class CxWSReportDisplayData extends Object
Java class for CxWSReportDisplayData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSReportDisplayData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Queries" type="{http://Checkmarx.com}CxWSQueriesFilter" minOccurs="0"/>
<element name="ResultsSeverity" type="{http://Checkmarx.com}CxWSResultsSeverityFilter" minOccurs="0"/>
<element name="ResultsState" type="{http://Checkmarx.com}CxWSResultsStateFilter" minOccurs="0"/>
<element name="DisplayCategories" type="{http://Checkmarx.com}CxWSDisplayCategoriesFilter" minOccurs="0"/>
<element name="ResultsAssigedTo" type="{http://Checkmarx.com}CxWSResultsAssignedToFilter" minOccurs="0"/>
<element name="ResultsPerVulnerability" type="{http://Checkmarx.com}CxWSResultsPerVulnerabilityFilter" minOccurs="0"/>
<element name="HeaderOptions" type="{http://Checkmarx.com}CxWSHeaderDisplayOptions" minOccurs="0"/>
<element name="GeneralOption" type="{http://Checkmarx.com}CxWSGeneralDisplayOptions" minOccurs="0"/>
<element name="ResultsDisplayOption" type="{http://Checkmarx.com}CxWSResultDisplayOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSDisplayCategoriesFilter |
displayCategories |
protected CxWSGeneralDisplayOptions |
generalOption |
protected CxWSHeaderDisplayOptions |
headerOptions |
protected CxWSQueriesFilter |
queries |
protected CxWSResultsAssignedToFilter |
resultsAssigedTo |
protected CxWSResultDisplayOptions |
resultsDisplayOption |
protected CxWSResultsPerVulnerabilityFilter |
resultsPerVulnerability |
protected CxWSResultsSeverityFilter |
resultsSeverity |
protected CxWSResultsStateFilter |
resultsState |
| Constructor and Description |
|---|
CxWSReportDisplayData() |
| Modifier and Type | Method and Description |
|---|---|
CxWSDisplayCategoriesFilter |
getDisplayCategories()
Gets the value of the displayCategories property.
|
CxWSGeneralDisplayOptions |
getGeneralOption()
Gets the value of the generalOption property.
|
CxWSHeaderDisplayOptions |
getHeaderOptions()
Gets the value of the headerOptions property.
|
CxWSQueriesFilter |
getQueries()
Gets the value of the queries property.
|
CxWSResultsAssignedToFilter |
getResultsAssigedTo()
Gets the value of the resultsAssigedTo property.
|
CxWSResultDisplayOptions |
getResultsDisplayOption()
Gets the value of the resultsDisplayOption property.
|
CxWSResultsPerVulnerabilityFilter |
getResultsPerVulnerability()
Gets the value of the resultsPerVulnerability property.
|
CxWSResultsSeverityFilter |
getResultsSeverity()
Gets the value of the resultsSeverity property.
|
CxWSResultsStateFilter |
getResultsState()
Gets the value of the resultsState property.
|
void |
setDisplayCategories(CxWSDisplayCategoriesFilter value)
Sets the value of the displayCategories property.
|
void |
setGeneralOption(CxWSGeneralDisplayOptions value)
Sets the value of the generalOption property.
|
void |
setHeaderOptions(CxWSHeaderDisplayOptions value)
Sets the value of the headerOptions property.
|
void |
setQueries(CxWSQueriesFilter value)
Sets the value of the queries property.
|
void |
setResultsAssigedTo(CxWSResultsAssignedToFilter value)
Sets the value of the resultsAssigedTo property.
|
void |
setResultsDisplayOption(CxWSResultDisplayOptions value)
Sets the value of the resultsDisplayOption property.
|
void |
setResultsPerVulnerability(CxWSResultsPerVulnerabilityFilter value)
Sets the value of the resultsPerVulnerability property.
|
void |
setResultsSeverity(CxWSResultsSeverityFilter value)
Sets the value of the resultsSeverity property.
|
void |
setResultsState(CxWSResultsStateFilter value)
Sets the value of the resultsState property.
|
protected CxWSQueriesFilter queries
protected CxWSResultsSeverityFilter resultsSeverity
protected CxWSResultsStateFilter resultsState
protected CxWSDisplayCategoriesFilter displayCategories
protected CxWSResultsAssignedToFilter resultsAssigedTo
protected CxWSResultsPerVulnerabilityFilter resultsPerVulnerability
protected CxWSHeaderDisplayOptions headerOptions
protected CxWSGeneralDisplayOptions generalOption
protected CxWSResultDisplayOptions resultsDisplayOption
public CxWSQueriesFilter getQueries()
CxWSQueriesFilterpublic void setQueries(CxWSQueriesFilter value)
value - allowed object is
CxWSQueriesFilterpublic CxWSResultsSeverityFilter getResultsSeverity()
CxWSResultsSeverityFilterpublic void setResultsSeverity(CxWSResultsSeverityFilter value)
value - allowed object is
CxWSResultsSeverityFilterpublic CxWSResultsStateFilter getResultsState()
CxWSResultsStateFilterpublic void setResultsState(CxWSResultsStateFilter value)
value - allowed object is
CxWSResultsStateFilterpublic CxWSDisplayCategoriesFilter getDisplayCategories()
CxWSDisplayCategoriesFilterpublic void setDisplayCategories(CxWSDisplayCategoriesFilter value)
value - allowed object is
CxWSDisplayCategoriesFilterpublic CxWSResultsAssignedToFilter getResultsAssigedTo()
CxWSResultsAssignedToFilterpublic void setResultsAssigedTo(CxWSResultsAssignedToFilter value)
value - allowed object is
CxWSResultsAssignedToFilterpublic CxWSResultsPerVulnerabilityFilter getResultsPerVulnerability()
CxWSResultsPerVulnerabilityFilterpublic void setResultsPerVulnerability(CxWSResultsPerVulnerabilityFilter value)
value - allowed object is
CxWSResultsPerVulnerabilityFilterpublic CxWSHeaderDisplayOptions getHeaderOptions()
CxWSHeaderDisplayOptionspublic void setHeaderOptions(CxWSHeaderDisplayOptions value)
value - allowed object is
CxWSHeaderDisplayOptionspublic CxWSGeneralDisplayOptions getGeneralOption()
CxWSGeneralDisplayOptionspublic void setGeneralOption(CxWSGeneralDisplayOptions value)
value - allowed object is
CxWSGeneralDisplayOptionspublic CxWSResultDisplayOptions getResultsDisplayOption()
CxWSResultDisplayOptionspublic void setResultsDisplayOption(CxWSResultDisplayOptions value)
value - allowed object is
CxWSResultDisplayOptionsCopyright © 2020. All rights reserved.