Package net.sf.okapi.filters.xini.jaxb
Class FilterInfo
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.FilterInfo
-
public class FilterInfo extends Object
Describes information on the FilterJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected intfilterJobIDprotected intglobalFilterProfileIDprotected booleanpreviewEnabledByDefault
-
Constructor Summary
Constructors Constructor Description FilterInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFilterJobID()Gets the value of the filterJobID property.intgetGlobalFilterProfileID()Gets the value of the globalFilterProfileID property.booleanisPreviewEnabledByDefault()Gets the value of the previewEnabledByDefault property.voidsetFilterJobID(int value)Sets the value of the filterJobID property.voidsetGlobalFilterProfileID(int value)Sets the value of the globalFilterProfileID property.voidsetPreviewEnabledByDefault(boolean value)Sets the value of the previewEnabledByDefault property.
-
-
-
Method Detail
-
getGlobalFilterProfileID
public int getGlobalFilterProfileID()
Gets the value of the globalFilterProfileID property.
-
setGlobalFilterProfileID
public void setGlobalFilterProfileID(int value)
Sets the value of the globalFilterProfileID property.
-
getFilterJobID
public int getFilterJobID()
Gets the value of the filterJobID property.
-
setFilterJobID
public void setFilterJobID(int value)
Sets the value of the filterJobID property.
-
isPreviewEnabledByDefault
public boolean isPreviewEnabledByDefault()
Gets the value of the previewEnabledByDefault property.
-
setPreviewEnabledByDefault
public void setPreviewEnabledByDefault(boolean value)
Sets the value of the previewEnabledByDefault property.
-
-