public class FilterInfo extends Object
Java class for FilterInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GlobalFilterProfileID" type="{}ID"/>
<element name="FilterJobID" type="{}ID"/>
<element name="PreviewEnabledByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
filterJobID |
protected int |
globalFilterProfileID |
protected boolean |
previewEnabledByDefault |
| Constructor and Description |
|---|
FilterInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFilterJobID()
Gets the value of the filterJobID property.
|
int |
getGlobalFilterProfileID()
Gets the value of the globalFilterProfileID property.
|
boolean |
isPreviewEnabledByDefault()
Gets the value of the previewEnabledByDefault property.
|
void |
setFilterJobID(int value)
Sets the value of the filterJobID property.
|
void |
setGlobalFilterProfileID(int value)
Sets the value of the globalFilterProfileID property.
|
void |
setPreviewEnabledByDefault(boolean value)
Sets the value of the previewEnabledByDefault property.
|
protected int globalFilterProfileID
protected int filterJobID
protected boolean previewEnabledByDefault
public int getGlobalFilterProfileID()
public void setGlobalFilterProfileID(int value)
public int getFilterJobID()
public void setFilterJobID(int value)
public boolean isPreviewEnabledByDefault()
public void setPreviewEnabledByDefault(boolean value)
Copyright © 2022. All rights reserved.