Class FilterInfo


  • public class FilterInfo
    extends Object
    Describes information on the Filter

    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>
     
    • Field Detail

      • globalFilterProfileID

        protected int globalFilterProfileID
      • filterJobID

        protected int filterJobID
      • previewEnabledByDefault

        protected boolean previewEnabledByDefault
    • Constructor Detail

      • FilterInfo

        public FilterInfo()
    • 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.