Class FilterExitManagement

  • All Implemented Interfaces:
    Serializable

    public class FilterExitManagement
    extends Object
    implements Serializable
    Filter indicators management information.

    Java class for FilterExitManagement complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="FilterExitManagement">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="filterEnd" type="{http://datex2.eu/schema/1_0/1_0}Boolean"/>
             <element name="filterOutOfRange" type="{http://datex2.eu/schema/1_0/1_0}Boolean"/>
             <element name="filterExitManagementExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • filterEnd

        protected boolean filterEnd
      • filterOutOfRange

        protected boolean filterOutOfRange
      • filterExitManagementExtension

        protected ExtensionType filterExitManagementExtension
    • Constructor Detail

      • FilterExitManagement

        public FilterExitManagement()
    • Method Detail

      • isFilterEnd

        public boolean isFilterEnd()
        Gets the value of the filterEnd property.
      • setFilterEnd

        public void setFilterEnd​(boolean value)
        Sets the value of the filterEnd property.
      • isFilterOutOfRange

        public boolean isFilterOutOfRange()
        Gets the value of the filterOutOfRange property.
      • setFilterOutOfRange

        public void setFilterOutOfRange​(boolean value)
        Sets the value of the filterOutOfRange property.
      • getFilterExitManagementExtension

        public ExtensionType getFilterExitManagementExtension()
        Gets the value of the filterExitManagementExtension property.
        Returns:
        possible object is ExtensionType
      • setFilterExitManagementExtension

        public void setFilterExitManagementExtension​(ExtensionType value)
        Sets the value of the filterExitManagementExtension property.
        Parameters:
        value - allowed object is ExtensionType