Class LogicalOperatorFilterType
java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
com.evolveum.prism.xml.ns._public.query_3.LogicalOperatorFilterType
- All Implemented Interfaces:
PlainStructured,Serializable,Cloneable
- Direct Known Subclasses:
NAryLogicalOperatorFilterType,UnaryLogicalOperatorFilterType
public abstract class LogicalOperatorFilterType
extends FilterClauseType
implements Serializable, Cloneable
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://prism.evolveum.com/xml/ns/public/query-2}FilterType">
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsFields inherited from class com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
F_MATCHING, matching -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newLogicalOperatorFilterTypeinstance.Creates a newLogicalOperatorFilterTypeinstance by deeply copying a givenLogicalOperatorFilterTypeinstance. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a deep copy of this object.booleanequals(Object object, StructuredEqualsStrategy strategy) toString()Generates a String representation of the contents of this type.Methods inherited from class com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
equals, getMatching, hashCode, hashCode, setMatching
-
Field Details
-
COMPLEX_TYPE
-
-
Constructor Details
-
LogicalOperatorFilterType
public LogicalOperatorFilterType()Creates a newLogicalOperatorFilterTypeinstance. -
LogicalOperatorFilterType
Creates a newLogicalOperatorFilterTypeinstance by deeply copying a givenLogicalOperatorFilterTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Details
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classFilterClauseType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classFilterClauseType
-
clone
Creates and returns a deep copy of this object.- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classFilterClauseType- Returns:
- A deep copy of this object.
-