Class UnaryLogicalOperatorFilterType
java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
com.evolveum.prism.xml.ns._public.query_3.LogicalOperatorFilterType
com.evolveum.prism.xml.ns._public.query_3.UnaryLogicalOperatorFilterType
- All Implemented Interfaces:
PlainStructured,Serializable,Cloneable
public class UnaryLogicalOperatorFilterType
extends LogicalOperatorFilterType
implements Serializable, Cloneable
Java class for UnaryLogicalOperatorFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnaryLogicalOperatorFilterType">
<complexContent>
<extension base="{http://prism.evolveum.com/xml/ns/public/query-2}LogicalOperatorFilterType">
<sequence>
<element ref="{http://prism.evolveum.com/xml/ns/public/query-2}filter"/>
</sequence>
</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 newUnaryLogicalOperatorFilterTypeinstance.Creates a newUnaryLogicalOperatorFilterTypeinstance by deeply copying a givenUnaryLogicalOperatorFilterTypeinstance. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a deep copy of this object.booleanequals(Object object, StructuredEqualsStrategy strategy) Gets the value of the filter property.inthashCode(StructuredHashCodeStrategy strategy) voidSets the value of the filter property.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, setMatching
-
Field Details
-
COMPLEX_TYPE
-
filter
-
-
Constructor Details
-
UnaryLogicalOperatorFilterType
public UnaryLogicalOperatorFilterType()Creates a newUnaryLogicalOperatorFilterTypeinstance. -
UnaryLogicalOperatorFilterType
Creates a newUnaryLogicalOperatorFilterTypeinstance by deeply copying a givenUnaryLogicalOperatorFilterTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Details
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
Element
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isElement
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classLogicalOperatorFilterType
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classFilterClauseType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classLogicalOperatorFilterType
-
clone
Creates and returns a deep copy of this object.- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classLogicalOperatorFilterType- Returns:
- A deep copy of this object.
-