com.evolveum.midpoint.xml.ns._public.common.common_1
Class LogicalOperatorFilterType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.FilterType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.LogicalOperatorFilterType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NAryLogicalOperatorFilterType, UnaryLogicalOperatorFilterType

public abstract class LogicalOperatorFilterType
extends FilterType
implements java.io.Serializable

Java class for LogicalOperatorFilterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LogicalOperatorFilterType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}FilterType">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LogicalOperatorFilterType()
           
 
Method Summary
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogicalOperatorFilterType

public LogicalOperatorFilterType()
Method Detail

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class FilterType


Copyright © 2011 evolveum. All Rights Reserved.