public static class ObjectReferenceType.Filter extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://prism.evolveum.com/xml/ns/public/query-2}filter" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ObjectReferenceType.Filter()
Creates a new
Filter instance. |
ObjectReferenceType.Filter(ObjectReferenceType.Filter o)
Creates a new
Filter instance by deeply copying a given Filter instance. |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType.Filter |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Element |
getFilter()
Filter that can be used to dynamically lookup the reference OID e.g.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFilter(Element value)
Sets the value of the filter property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Element filter
public ObjectReferenceType.Filter()
Filter
instance.public ObjectReferenceType.Filter(ObjectReferenceType.Filter o)
Filter
instance by deeply copying a given Filter
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Element getFilter()
Element
public void setFilter(Element value)
value
- allowed object is
Element
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ObjectReferenceType.Filter clone()
Copyright © 2013 evolveum. All rights reserved.