public class FilterReference extends Object
Java class for FilterReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deleteFilter" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="filterOperationApproved" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="keyFilterReference" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="filterReferenceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deleteFilter |
protected Boolean |
filterOperationApproved |
protected ExtensionType |
filterReferenceExtension |
protected String |
keyFilterReference |
| Constructor and Description |
|---|
FilterReference() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getFilterReferenceExtension()
Gets the value of the filterReferenceExtension property.
|
String |
getKeyFilterReference()
Gets the value of the keyFilterReference property.
|
Boolean |
isDeleteFilter()
Gets the value of the deleteFilter property.
|
Boolean |
isFilterOperationApproved()
Gets the value of the filterOperationApproved property.
|
void |
setDeleteFilter(Boolean value)
Sets the value of the deleteFilter property.
|
void |
setFilterOperationApproved(Boolean value)
Sets the value of the filterOperationApproved property.
|
void |
setFilterReferenceExtension(ExtensionType value)
Sets the value of the filterReferenceExtension property.
|
void |
setKeyFilterReference(String value)
Sets the value of the keyFilterReference property.
|
protected Boolean deleteFilter
protected Boolean filterOperationApproved
protected String keyFilterReference
protected ExtensionType filterReferenceExtension
public Boolean isDeleteFilter()
Booleanpublic void setDeleteFilter(Boolean value)
value - allowed object is
Booleanpublic Boolean isFilterOperationApproved()
Booleanpublic void setFilterOperationApproved(Boolean value)
value - allowed object is
Booleanpublic String getKeyFilterReference()
Stringpublic void setKeyFilterReference(String value)
value - allowed object is
Stringpublic ExtensionType getFilterReferenceExtension()
ExtensionTypepublic void setFilterReferenceExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.