Class PropertySimpleValueFilterType
java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
com.evolveum.prism.xml.ns._public.query_3.PropertySimpleValueFilterType
- All Implemented Interfaces:
PlainStructured,Serializable,Cloneable
public class PropertySimpleValueFilterType
extends FilterClauseType
implements Serializable, Cloneable
Java class for PropertySimpleValueFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertySimpleValueFilterType">
<complexContent>
<extension base="{http://prism.evolveum.com/xml/ns/public/query-2}FilterType">
<sequence>
<element name="property" type="{http://prism.evolveum.com/xml/ns/public/types-3}XPathType"/>
<choice>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<any namespace='##other'/>
</choice>
</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
FieldsModifier and TypeFieldDescriptionprotected Objectstatic final QNamestatic final QNameprotected Elementprotected ObjectFields inherited from class com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
F_MATCHING, matching -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newPropertySimpleValueFilterTypeinstance.Creates a newPropertySimpleValueFilterTypeinstance by deeply copying a givenPropertySimpleValueFilterTypeinstance. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a deep copy of this object.booleanequals(Object object, StructuredEqualsStrategy strategy) getAny()Gets the value of the any property.Gets the value of the property property.getValue()Gets the value of the value property.inthashCode(StructuredHashCodeStrategy strategy) voidSets the value of the any property.voidsetProperty(Element value) Sets the value of the property property.voidSets the value of the value 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
-
F_VALUE
-
property
-
value
-
any
-
-
Constructor Details
-
PropertySimpleValueFilterType
public PropertySimpleValueFilterType()Creates a newPropertySimpleValueFilterTypeinstance. -
PropertySimpleValueFilterType
Creates a newPropertySimpleValueFilterTypeinstance by deeply copying a givenPropertySimpleValueFilterTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Details
-
getProperty
Gets the value of the property property.- Returns:
- possible object is
Element
-
setProperty
Sets the value of the property property.- Parameters:
value- allowed object isElement
-
getValue
Gets the value of the value property.- Returns:
- possible object is
Object
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isObject
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
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
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein 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.
-