Class FilterExitManagement
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.FilterExitManagement
-
- All Implemented Interfaces:
Serializable
public class FilterExitManagement extends Object implements Serializable
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/2_0RC1/2_0}Boolean"/> <element name="filterOutOfRange" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean"/> <element name="filterExitManagementExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanfilterEndprotected ExtensionTypefilterExitManagementExtensionprotected booleanfilterOutOfRange
-
Constructor Summary
Constructors Constructor Description FilterExitManagement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetFilterExitManagementExtension()Gets the value of the filterExitManagementExtension property.booleanisFilterEnd()Gets the value of the filterEnd property.booleanisFilterOutOfRange()Gets the value of the filterOutOfRange property.voidsetFilterEnd(boolean value)Sets the value of the filterEnd property.voidsetFilterExitManagementExtension(ExtensionType value)Sets the value of the filterExitManagementExtension property.voidsetFilterOutOfRange(boolean value)Sets the value of the filterOutOfRange property.
-
-
-
Field Detail
-
filterEnd
protected boolean filterEnd
-
filterOutOfRange
protected boolean filterOutOfRange
-
filterExitManagementExtension
protected ExtensionType filterExitManagementExtension
-
-
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 isExtensionType
-
-