Class NAryLogicalOperatorFilterType
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.NAryLogicalOperatorFilterType
- All Implemented Interfaces:
PlainStructured,Serializable,Cloneable
public class NAryLogicalOperatorFilterType
extends LogicalOperatorFilterType
implements Serializable, Cloneable
Java class for NAryLogicalOperatorFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAryLogicalOperatorFilterType">
<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" maxOccurs="unbounded"/>
</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 newNAryLogicalOperatorFilterTypeinstance.Creates a newNAryLogicalOperatorFilterTypeinstance by deeply copying a givenNAryLogicalOperatorFilterTypeinstance. -
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) 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
-
NAryLogicalOperatorFilterType
public NAryLogicalOperatorFilterType()Creates a newNAryLogicalOperatorFilterTypeinstance. -
NAryLogicalOperatorFilterType
Creates a newNAryLogicalOperatorFilterTypeinstance by deeply copying a givenNAryLogicalOperatorFilterTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Details
-
getFilter
Gets the value of the filter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the filter property.For example, to add a new item, do as follows:
getFilter().add(newItem);Objects of the following type(s) are allowed in the list
Element -
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.
-