public class CxWSResultsSeverityFilter extends Object
Java class for CxWSResultsSeverityFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResultsSeverityFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="All" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="High" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Medium" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Low" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Info" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
all |
protected boolean |
high |
protected boolean |
info |
protected boolean |
low |
protected boolean |
medium |
| Constructor and Description |
|---|
CxWSResultsSeverityFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAll()
Gets the value of the all property.
|
boolean |
isHigh()
Gets the value of the high property.
|
boolean |
isInfo()
Gets the value of the info property.
|
boolean |
isLow()
Gets the value of the low property.
|
boolean |
isMedium()
Gets the value of the medium property.
|
void |
setAll(boolean value)
Sets the value of the all property.
|
void |
setHigh(boolean value)
Sets the value of the high property.
|
void |
setInfo(boolean value)
Sets the value of the info property.
|
void |
setLow(boolean value)
Sets the value of the low property.
|
void |
setMedium(boolean value)
Sets the value of the medium property.
|
protected boolean all
protected boolean high
protected boolean medium
protected boolean low
protected boolean info
public boolean isAll()
public void setAll(boolean value)
public boolean isHigh()
public void setHigh(boolean value)
public boolean isMedium()
public void setMedium(boolean value)
public boolean isLow()
public void setLow(boolean value)
public boolean isInfo()
public void setInfo(boolean value)
Copyright © 2020. All rights reserved.