Class FilterReference
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.FilterReference
-
- All Implemented Interfaces:
Serializable
public class FilterReference extends Object implements Serializable
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_0RC1/2_0}Boolean" minOccurs="0"/> <element name="filterOperationApproved" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="keyFilterReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/> <element name="filterReferenceExtension" 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 BooleandeleteFilterprotected BooleanfilterOperationApprovedprotected ExtensionTypefilterReferenceExtensionprotected StringkeyFilterReference
-
Constructor Summary
Constructors Constructor Description FilterReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetFilterReferenceExtension()Gets the value of the filterReferenceExtension property.StringgetKeyFilterReference()Gets the value of the keyFilterReference property.BooleanisDeleteFilter()Gets the value of the deleteFilter property.BooleanisFilterOperationApproved()Gets the value of the filterOperationApproved property.voidsetDeleteFilter(Boolean value)Sets the value of the deleteFilter property.voidsetFilterOperationApproved(Boolean value)Sets the value of the filterOperationApproved property.voidsetFilterReferenceExtension(ExtensionType value)Sets the value of the filterReferenceExtension property.voidsetKeyFilterReference(String value)Sets the value of the keyFilterReference property.
-
-
-
Field Detail
-
deleteFilter
protected Boolean deleteFilter
-
filterOperationApproved
protected Boolean filterOperationApproved
-
keyFilterReference
protected String keyFilterReference
-
filterReferenceExtension
protected ExtensionType filterReferenceExtension
-
-
Method Detail
-
isDeleteFilter
public Boolean isDeleteFilter()
Gets the value of the deleteFilter property.- Returns:
- possible object is
Boolean
-
setDeleteFilter
public void setDeleteFilter(Boolean value)
Sets the value of the deleteFilter property.- Parameters:
value- allowed object isBoolean
-
isFilterOperationApproved
public Boolean isFilterOperationApproved()
Gets the value of the filterOperationApproved property.- Returns:
- possible object is
Boolean
-
setFilterOperationApproved
public void setFilterOperationApproved(Boolean value)
Sets the value of the filterOperationApproved property.- Parameters:
value- allowed object isBoolean
-
getKeyFilterReference
public String getKeyFilterReference()
Gets the value of the keyFilterReference property.- Returns:
- possible object is
String
-
setKeyFilterReference
public void setKeyFilterReference(String value)
Sets the value of the keyFilterReference property.- Parameters:
value- allowed object isString
-
getFilterReferenceExtension
public ExtensionType getFilterReferenceExtension()
Gets the value of the filterReferenceExtension property.- Returns:
- possible object is
ExtensionType
-
setFilterReferenceExtension
public void setFilterReferenceExtension(ExtensionType value)
Sets the value of the filterReferenceExtension property.- Parameters:
value- allowed object isExtensionType
-
-