public class CxWSResultsPerVulnerabilityFilter extends Object
Java class for CxWSResultsPerVulnerabilityFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResultsPerVulnerabilityFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="All" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Maximimum" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
all |
protected int |
maximimum |
| Constructor and Description |
|---|
CxWSResultsPerVulnerabilityFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximimum()
Gets the value of the maximimum property.
|
boolean |
isAll()
Gets the value of the all property.
|
void |
setAll(boolean value)
Sets the value of the all property.
|
void |
setMaximimum(int value)
Sets the value of the maximimum property.
|
public boolean isAll()
public void setAll(boolean value)
public int getMaximimum()
public void setMaximimum(int value)
Copyright © 2020. All rights reserved.