public class FilterExitManagement extends Object
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/2_0}Boolean"/>
<element name="filterOutOfRange" type="{http://datex2.eu/schema/2/2_0}Boolean"/>
<element name="filterExitManagementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
filterEnd |
protected ExtensionType |
filterExitManagementExtension |
protected boolean |
filterOutOfRange |
| Constructor and Description |
|---|
FilterExitManagement() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getFilterExitManagementExtension()
Gets the value of the filterExitManagementExtension property.
|
boolean |
isFilterEnd()
Gets the value of the filterEnd property.
|
boolean |
isFilterOutOfRange()
Gets the value of the filterOutOfRange property.
|
void |
setFilterEnd(boolean value)
Sets the value of the filterEnd property.
|
void |
setFilterExitManagementExtension(ExtensionType value)
Sets the value of the filterExitManagementExtension property.
|
void |
setFilterOutOfRange(boolean value)
Sets the value of the filterOutOfRange property.
|
protected boolean filterEnd
protected boolean filterOutOfRange
protected ExtensionType filterExitManagementExtension
public boolean isFilterEnd()
public void setFilterEnd(boolean value)
public boolean isFilterOutOfRange()
public void setFilterOutOfRange(boolean value)
public ExtensionType getFilterExitManagementExtension()
ExtensionTypepublic void setFilterExitManagementExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.