Class 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 Detail

      • deleteFilter

        protected Boolean deleteFilter
      • filterOperationApproved

        protected Boolean filterOperationApproved
      • keyFilterReference

        protected String keyFilterReference
      • filterReferenceExtension

        protected ExtensionType filterReferenceExtension
    • Constructor Detail

      • FilterReference

        public FilterReference()
    • 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 is Boolean
      • 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 is Boolean
      • 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 is String
      • 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 is ExtensionType